View Full Version : Do I have my nvidia card installed?
miros84
24th August 2009, 07:57 PM
Hello
How can I know if my nvidia card is installed?
And if it is installed, how can I access nvidia panel to configure my 2 screens?
newiLuvatar
24th August 2009, 08:23 PM
well, if you have a card stuck in your pci slot, it's probably installed... :-)
jokes aside, there are several ways:
in a terminal, type:
$ rpm -qa | grep nvidia
and see if the kmod-nvidia is there or
$ glxinfo
or you could just see if there is a nvidia display settings menu item under Applications > System Tools.
if not, you can install the drivers like this:
add the rpmfusion repo (check out http://rpmfusion.org) and then
$ su -
# yum install kmod-nvidia
or
$ yum install akmod-nvidia
you can configure a dualhead using
$ su -
# nvidia-settings
kulbirsaini
24th August 2009, 08:41 PM
Also use glxinfo |grep render to check the 3D support.
miros84
24th August 2009, 08:43 PM
Thank you newiLuvatar
I install now nvidia driver.
If I upgrade from Fedora 11 to Fedora 12 later, will I lose my nvidia driver?
I asked that, because in Debian, every time I update my kernel, I lose the driver and I have to install it again, because of the driver is compiled with the kernel.
In Fedora how is it?
newiLuvatar
24th August 2009, 08:52 PM
if you install the kmod-nvidia (or akmod), you will be able to update kernels. that's what kmods are for, so you don't have to reinstall or rebuild the drivers every time a new kernel comes up. I guess the kmod-nvidia will also be available for f12.
miros84
24th August 2009, 08:55 PM
So that much better then debian then :)
miros84
24th August 2009, 09:06 PM
Do you know how to do the same for intel graphic cards?
Golf4Fun
24th August 2009, 11:01 PM
I see my intel listed using lspci
newiLuvatar
24th August 2009, 11:37 PM
try searching the forum, I'm quite sure you'll find something...
miros84
25th August 2009, 09:23 AM
I see my intel listed using lspci
lspci is OK, but it is only to see what kind of frapchic card I have.
I want to now if it is installed.
newiLuvatar
25th August 2009, 12:13 PM
Also use glxinfo |grep render to check the 3D support.
try this to find out if your graphics card driver is installed
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.