Re: Nvidia driver question
From: Frank Wolk (fwolk_at_web.de)
Date: 03/17/04
- Next message: Frank Wolk: "Re: Another Newby with problems"
- Previous message: Frederik Hertzum: "Re: Wireless ethernet card easy for newbie to install?"
- In reply to: Buggs Bunny: "Nvidia driver question"
- Next in thread: J.C.S. van de Sande: "Re: Nvidia driver question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Mar 2004 15:49:23 +0100
On Wednesday 17 March 2004 13:12 Buggs Bunny <skynet@death2windows.com>
wrote:
> I think I've installed the Nvidia driver properly but how do I tell if its
> running?
> Is there a command I can run?
Not totally sure, but the driver comes as a kernel module. So you could do a
'lsmod | grep -i nvidia' (while you X Server is running) and if you get
something like
nvidia 2069992 14
the driver has been loaded. You should also have a look at the
configuration file of your X Server (e.g. '/etc/X11/XF86Config'). If the
section for you graphics card (look for 'Section "Device"') contains the
line
Driver "nvidia"
you are using the official Nvidia driver.
If it contains the line
Driver "nv"
you don't use the official Nvidia driver but the dummy Nvidia driver with
Software 3D/OpenGL rendering. In the latter case change "nv" to "nvidia"
and restart your X Server.
> The games included with my Suse 9 like racer tell me theres no 3d
> acceleration?
First of all make sure that the glx module has been loaded. In your
XF86Config there is a section called "Modules", you should find the
following line there
Load "glx".
If not, add it. Otherwise you won't be able to use hardware accelerated 3D.
If you do this under X then restart the X Server.
Use the command 'glxinfo and have a look at the 3rd line. If it reads
direct rendering: Yes
you have successfully enabled 3D hardware support. Finally, use 'glxgears'
to see how many FPS you can get in windowed mode. With my GeForce 4 MX I
get around 2730 FPS.
HTH,
Frank
P.S.: There is no need to use YaST/SaX after the driver has been properly
installed. Just stick to the above. BTW, YaST/SaX tells you that 3D
hardware acceleration is not availabe/configured even if it's already
enabled. This seems to be some SuSE9 issue.
- Next message: Frank Wolk: "Re: Another Newby with problems"
- Previous message: Frederik Hertzum: "Re: Wireless ethernet card easy for newbie to install?"
- In reply to: Buggs Bunny: "Nvidia driver question"
- Next in thread: J.C.S. van de Sande: "Re: Nvidia driver question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|