LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-22-2004, 02:50 PM   #46
sdat1333
Member
 
Registered: Nov 2004
Location: North Carolina, USA
Distribution: None right now :(
Posts: 149

Original Poster
Rep: Reputation: 15

I do not have much experience in that feild, but personally I would stay away from using apps intended for windows to control hardware.
 
Old 12-22-2004, 05:30 PM   #47
oiaohm
LQ Newbie
 
Registered: Jun 2004
Posts: 10

Rep: Reputation: 0
Vim say nano please

All this editing can be done with nano and it is a lot simpler for new people ie commands on screen ^ means press control with key for command.

On unix I allways use to get into trouble for coding in pico before nano because vim was more powerful. Ie more power harder controls for a simple typo fix nano and I made less mistakes. Note graphic tools ie kde development tool is my tool for complex projects so why makes people life hard.
 
Old 12-22-2004, 06:38 PM   #48
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
I have not tested it because I no longer have linux.
that's really a shame.


Quote:
So is the need for a kernel source just being left out of the instructions because of the expectation that we are all supposed to already know that necessity or is it not needed for FC3? If the kernel source is actually needed where can I get it? I am using 2.6.9-1.681_FC3 (non source)
The answer is : it depends.

When you try to install the driver, if the kernel is newer that the driver, in the install process the driver tries to connect to fedora server and tries to download the configuration needed for the kernel.
If the kernel is very new and Nvidia do not have the configuration files needed for your kernel yet, the driver will attemp to guess it by looking at the source. (i'm not sure about this but I think this is what's going on.)

I would advise someone to have the kernel source installed from the CD's, when you update your system, you'll also get the new kernel source. And you won't have to search the net for your kernel's source, in case you need it.

In fedora I think kernel source is in the first CD in an rpm called
kernel-source-*********.rpm i think

glxgears, is a program that computes fps.
Of course it will run without 3D acceleration, but you'll get a low number of frammes per second.

Last edited by perfect_circle; 12-22-2004 at 06:40 PM.
 
Old 12-23-2004, 09:55 AM   #49
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally posted by sdat1333
I, too, had the message about the rivafb drivers being loaded. You should not have any problems, as I beleive the steps after the NVIDIA install get rid of that. Just remember that if you ever update or install a package, you may have to redo the steps after the NVIDIA install, but it depends on the package.
The isntaller only warns you that your kernel is build with with this option.
In Fedora, rivafb is not enabled by default.
If you would enable it, you will get in trouble.

Quote:
Originally posted by TuxFreak
However, are there any GUI control panels to adjust any settings or things like that, like there is for the Windows NVIDAI Drivers? if so, how do you access them.
type: nvidia-settings
The README that came with the driver can help you a lot more though.


As for the kernel-source, in FC3 all needed headers are now installed in /lib/modules/2.6.9-1.667/build (they now come with your kernel).
So no, you'll never need a kernel-source in FC3 for nvidia.
If you'll need it for something else, simply install the SRPM (their is no RPM for it).

Last edited by jens; 12-23-2004 at 09:57 AM.
 
Old 12-23-2004, 10:00 AM   #50
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Rep: Reputation: 30
where is the nvidia readme placed after install?
 
Old 12-23-2004, 10:11 AM   #51
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by TuxFreak
where is the nvidia readme placed after install?
/usr/share/doc/NVIDIA_GLX-1.0/README
 
Old 12-23-2004, 10:22 AM   #52
2MaNyiLLuSHuNz
LQ Newbie
 
Registered: Dec 2004
Location: Virginia
Distribution: Libranet
Posts: 3

Rep: Reputation: 0
Has anyone tried this for the Libranet distro?
 
Old 12-23-2004, 01:02 PM   #53
TuxFreak
Member
 
Registered: Oct 2004
Posts: 304

Rep: Reputation: 30
has anyone done the AA setting for NVIDIA drivers
 
Old 12-24-2004, 08:18 AM   #54
knelsky
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Rep: Reputation: 0
problems with legacy nvidia cards

these doesnt work with tnt2 cards...you will get the slow x..and the screen not refreshing enough that you will see cursor trails as you move your mouse...
 
Old 12-24-2004, 09:18 AM   #55
sdat1333
Member
 
Registered: Nov 2004
Location: North Carolina, USA
Distribution: None right now :(
Posts: 149

Original Poster
Rep: Reputation: 15
Can anyone else confirm problems with TNT2 cards? If anyone else confirms the problem I will list TNT2 as unsupported in the original thread.
 
Old 12-25-2004, 04:46 AM   #56
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Read about nVidia overclocking some posts back... the windows driver fos nVidia comes with a tool to adjust screen loaction (up/down/left right) is there any way of doing the same thing in linux (manually or through an external application)?
 
Old 12-26-2004, 09:44 AM   #57
pcsmith_uk
LQ Newbie
 
Registered: Dec 2004
Distribution: RC3
Posts: 5

Rep: Reputation: 0
I registered just to say thanks. This worked perfectly and has greatly improved my graphics speed. Using the glxgears it's gone from 96FPS to >1000FPS.

Been running RH on my server for years, I only just switched from Windoze to RC3 for desktop. How-To's like this are a big help to us recent converts. Cheers.
 
Old 12-26-2004, 09:07 PM   #58
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally posted by sdat1333
Can anyone else confirm problems with TNT2 cards? If anyone else confirms the problem I will list TNT2 as unsupported in the original thread.
Yep.
But it's not unsupported (it's just a rather hard work-a-round)
You can find more about this on bugzilla.

Last edited by jens; 12-26-2004 at 09:09 PM.
 
Old 12-28-2004, 04:00 AM   #59
sir_jones
LQ Newbie
 
Registered: Nov 2004
Location: Italy
Distribution: Fedora Core
Posts: 4

Rep: Reputation: 0
Great job for the tutorial! I had a small problem even doing it: the kernel didn't load nvidia moduleat startup. If I try to run X server from command line at the end of the boot, it works. So, I added "modprobe nvidia" in rc.sysinit before running rhgb...
If anyone should have the same problem, try it!

Cheers

SirJones
 
Old 12-28-2004, 11:50 AM   #60
sdat1333
Member
 
Registered: Nov 2004
Location: North Carolina, USA
Distribution: None right now :(
Posts: 149

Original Poster
Rep: Reputation: 15
Ummm.....
It says to do modprobe nvidia in the instructions. Unless you mean to type that in another place.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC3 NVIDIA driver prob jse Fedora 6 03-27-2005 12:24 AM
can't start x after installing nvidia driver in FC3 dr_zayus69 Linux - Software 10 01-14-2005 09:20 PM
nvidia driver problem on FC3 greg108 Fedora 3 12-14-2004 11:56 AM
FC3 and Nvidia driver.... justin_p Fedora 3 11-18-2004 09:39 PM
NVidia driver installation instructions! Impaler Linux - Software 1 05-23-2004 07:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration