LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-03-2003, 10:27 PM   #1
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Rep: Reputation: 15
geforce2, installed drivers off of nvidia.com, now what?


i installed the drivers for the card from www.nvidia.com, but it still doesnt work, so now what?
 
Old 06-04-2003, 05:18 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Did you also make the changes to xfree86? Do you get the Nvidia splash screen on start up? Can you give us more details?
 
Old 06-04-2003, 05:52 AM   #3
LizardMan
Member
 
Registered: Jun 2003
Location: California, USA
Distribution: Zenwalk & Slackware
Posts: 42

Rep: Reputation: 15
Yeah. In linux you can have multiple drivers for the same card installed and point X to the one you want to use. So after you install the driver, it might be there, but XFree is still using the one it was set to by default (probably NV). You need to configure X so that its using the nVidia driver. I dont know much about Mandrake (which Im assuming you use since it is in your profile), but from what I do know, there should be some sorta GUI config tool which will make that really simple. When you have it set correctly, a screen should flash for a sec with the nVidia logo on it every time you start X. You can also us glxgears to make sure your FPS is running at just about the right speed. (example: I have a nVidia card, and when I run glxgears with the NV driver I get around 260 FPS. With the nVidia driver I get around 4,030 FPS)
 
Old 06-04-2003, 02:31 PM   #4
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
how and what do i change in xfree86?

i dont get an nvidia splash screen either

i forgot to change my profile, i installed redhat 9 when i get my new hard drive last week, sorry for the confusion

Last edited by the anti-riced; 06-04-2003 at 02:33 PM.
 
Old 06-04-2003, 02:37 PM   #5
kazuni
Member
 
Registered: May 2003
Location: Hong Kong
Distribution: Android on HTC Hero
Posts: 256

Rep: Reputation: 30
change the following lines in the "device" settings
===
Code:
Section "Device"
    Identifier        "GeForce"
    VendorName        "nvidia"
    BoardName         "GeForce"
EndSection
===
Section "Screen"
    Driver      "nvidia"
    Device      "GeForce"
EndSection
and now startx again
 
Old 06-04-2003, 02:39 PM   #6
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
from the README at nvidia.com:
http://www.nvidia.com/view.asp?IO=li..._ia32_1.0-4363



(sec-03) EDITING YOUR XF86CONFIG FILE
_______________________________
When XFree86 4.0 was released, it used a slightly different XF86Config
file syntax than the 3.x series did, and so to allow both 3.x and 4.x
versions of XFree86 to co-exist on the same system, it was decided that
XFree86 4.x was to use the configuration file "/etc/X11/XF86Config-4"
if it existed, and only if that file did not exist would the file
"/etc/X11/XF86Config" be used (actually, that is an over-simplification
of the search criteria; please see the XF86Config man page for a complete
description of the search path). Please make sure you know what
configuration file XFree86 is using. If you are in doubt, look for a
line beginning with "(==) Using config file:" in your XFree86 log file
("/var/log/XFree86.0.log"). This README will use "XF86Config" to refer
to your configuration file, whatever it is named.

If you do not have a working XF86Config file, there are several ways
to start: there is a sample config file that comes with XFree86,
and there is a sample config file included with the NVIDIA driver
package (it gets installed in /usr/share/doc/NVIDIA_GLX-1.0/).
You could also use a program like 'xf86config'; some distributions
provide their own tool for generating an XF86Config file. For more
on XF86Config file syntax, please refer to the man page.

If you already have an XF86Config file working with a different driver
(such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:

Driver "nv"
(or Driver "vesa")

with

Driver "nvidia"

In the Module section, make sure you have:

Load "glx"

You should also remove the following lines:

Load "dri"
Load "GLcore"

if they exist. There are also numerous options that can be added to
the XF86Config file to fine-tune the NVIDIA XFree86 driver. Please see
Appendix D for a complete list of these options.

Once you have configured your XF86Config file, you are ready to restart
X and begin using the accelerated OpenGL libraries. After you restart X,
you should be able to run any OpenGL application and it will automatically
use the new NVIDIA libraries. If you encounter any problems, please
see the FREQUENTLY ASKED QUESTIONS section below.
 
Old 06-05-2003, 08:04 PM   #7
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
ok i did what kazuni said to do and it messed something up the xfree86config file and it wouldnt boot into xwindows, so instead of figuring out that headache i just installed mandrake since somebody said that it had a GUI config thing or something, so no more redhat

now i know this is asking alot, but could somebody give me a step by step thing of what to do.....please

i know im missing something minor and its really getting annoying, what am i doing wrong?
 
Old 06-05-2003, 10:28 PM   #8
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
i just thought of something, do i even have everything that i need, i downloaded the top driver here http://www.nvidia.com/view.asp?IO=linux

p.s. it doesnt start xwin it goes to text login, i tried startx, but it comes up with some error and wont start it

*sigh* i guess i reinstall it AGAIN , why is this such a PITA to get working

Last edited by the anti-riced; 06-05-2003 at 10:50 PM.
 
Old 06-06-2003, 06:56 AM   #9
kazuni
Member
 
Registered: May 2003
Location: Hong Kong
Distribution: Android on HTC Hero
Posts: 256

Rep: Reputation: 30
nono, what i said is to configure only 2 bare line of code in your XF86Config -

Code:
        Driver "nv"
    (or Driver "vesa")

with 

        Driver "nvidia"
...

ftp://download.nvidia.com/XFree86/Li...363/README.txt make sure u take a closer look at that i guess ...
 
Old 06-06-2003, 08:00 AM   #10
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by kazuni
nono, what i said is to configure only 2 bare line of code in your XF86Config -

Code:
        Driver "nv"
    (or Driver "vesa")

with 

        Driver "nvidia"
...

ftp://download.nvidia.com/XFree86/Li...363/README.txt make sure u take a closer look at that i guess ...
ok i guess i'll do that when i get home, man i am so lost but thats what makes me a newbie
 
Old 06-06-2003, 10:12 AM   #11
mikeh
LQ Newbie
 
Registered: Jun 2003
Location: Isle of Wight, UK
Distribution: Debian and Redhat
Posts: 7

Rep: Reputation: 0
hmmm... why didnt you just read the README in the first place, like all the rest of us had to?
 
Old 06-06-2003, 12:54 PM   #12
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
this link has everything you need:

http://www.linuxquestions.org/questi...701#post326701
 
Old 06-08-2003, 06:06 PM   #13
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
i dont know what i did differently but i tried it again and it worked without any problems, THANKS EVERYONE WHO POSTED HERE its the people like you that make linux better for everyone

now that its working glxgears runs around 375 fps is that any good?

 
Old 06-08-2003, 07:45 PM   #14
cowboy_ein
LQ Newbie
 
Registered: Jan 2003
Location: Fort Worth, TX
Distribution: OS X 10.4.7, Xubuntu 6.06
Posts: 19

Rep: Reputation: 0
Hmmm.. when I run glxgears on my geforce2, I get a little better:

alex@linux:~> glxgears
13405 frames in 5.0 seconds = 2681.000 FPS
15813 frames in 5.0 seconds = 3162.600 FPS
16790 frames in 5.0 seconds = 3358.000 FPS
16765 frames in 5.0 seconds = 3353.000 FPS

hmmm...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Problem installing new nVidia drivers for my GeForce2 GTS groovetrain Mandriva 2 10-10-2005 07:13 PM
SuSE 8.1: nVidia drivers won't work (GeForce2 MX 400) RaulConQ Linux - Distributions 7 02-28-2004 06:43 AM
Getting the NVIDIA Drivers Installed Pwnz3r Linux - Software 0 01-31-2004 11:50 AM
KinetiZ 7B ,GeForce2 MX and nvidia drivers problem bacon22 Linux - Hardware 2 01-23-2004 03:24 PM
installing NVidia GeForce2 Drivers jmail137 Linux - Hardware 7 11-03-2002 06:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:37 AM.

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