openSUSE Forums > Hardware » how do I test if my Nvid drivers are installed?

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-Jul-2009, 15:41
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default how do I test if my Nvid drivers are installed?

I am not sure how to test if my Video drivers are installed could someone tell me how to do this?
Reply With Quote
  #2 (permalink)  
Old 09-Jul-2009, 15:57
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,196
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: how do I test if my Nvid drivers are installed?

Shadowmeph wrote:
> I am not sure how to test if my Video drivers are installed could
> someone tell me how to do this?


From a console, run glxgears. With 2D acceleration using the
open-source drivers, I get ~200 FPS. With the nVidia proprietary
driver, I get over 1000 FPS. The number will depend on the speed of
your processor, but I think 3D should get over 500 on almost any machine.

Larry
Reply With Quote
  #3 (permalink)  
Old 09-Jul-2009, 16:12
Puzzled Penguin
 
Join Date: Jul 2009
Posts: 1
bmiller1213 hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Click on my computer and scroll all the way down and at the bottom right, it will tell you what your graphics card is and what driver it is using. If it says that you are using the Nvidia driver, go into the Kmenu and look the the Nvidia X server configuration.
Reply With Quote
  #4 (permalink)  
Old 09-Jul-2009, 16:29
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by bmiller1213 View Post
Click on my computer and scroll all the way down and at the bottom right, it will tell you what your graphics card is and what driver it is using. If it says that you are using the Nvidia driver, go into the Kmenu and look the the Nvidia X server configuration.
there is no my computer that I see.

how do I find out what driver I need for my nvid GTX 260
Reply With Quote
  #5 (permalink)  
Old 09-Jul-2009, 16:38
david71's Avatar
Student Penguin
 
Join Date: Jun 2009
Location: London, UK.
Posts: 84
david71 hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
how do I find out what driver I need for my nvid GTX 260
Have a look here
Drivers - Download NVIDIA Drivers
__________________
x86_64 openSUSE 11.1 (2.6.27.29-0.1-default) Gnome 2.24.1
Reply With Quote
  #6 (permalink)  
Old 09-Jul-2009, 16:39
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,596
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
there is no my computer that I see.

how do I find out what driver I need for my nvid GTX 260
I found for my nvidia GTX 260 that I have to use the proprietary nVidia driver in order to get any decent performance. The openGL driver is horribly slow for the GTX260, and the vesa driver is not much better for the GTX 260.

There is guidance here: NVIDIA - openSUSE

In my case, I prefered to do it per the titel "the hardway" - which leads one here: NVIDIA/The hard way - openSUSE

Note one needs linux-kernel-headers, kernel-source and kernel-syms installed, plus the base development pattern (in YaST software management) installed, for this to work.
Reply With Quote
  #7 (permalink)  
Old 10-Jul-2009, 14:41
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by oldcpu View Post
I found for my nvidia GTX 260 that I have to use the proprietary nVidia driver in order to get any decent performance. The openGL driver is horribly slow for the GTX260, and the vesa driver is not much better for the GTX 260.

There is guidance here: NVIDIA - openSUSE

In my case, I prefered to do it per the titel "the hardway" - which leads one here: NVIDIA/The hard way - openSUSE

Note one needs linux-kernel-headers, kernel-source and kernel-syms installed, plus the base development pattern (in YaST software management) installed, for this to work.
I didn't have any of those installed ( I forgot about that) and tried to install it told me that I had an xserver open so I did a ctrl-alt-f1 and tryied from there it said the same thing. also rereading the instructions ( the hard way) it says that I need make but I cannot find it I can find automake.
Reply With Quote
  #8 (permalink)  
Old 10-Jul-2009, 14:59
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,596
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
I didn't have any of those installed ( I forgot about that) and tried to install it told me that I had an xserver open so I did a ctrl-alt-f1 and tryied from there it said the same thing. also rereading the instructions ( the hard way) it says that I need make but I cannot find it I can find automake.
As noted, you need the base development pattern (in YaST software management) installed, for this to work. So go to YaST > Software > Software Management, and set the "filter" to "pattern" and select the "Base Development Pattern".
Reply With Quote
  #9 (permalink)  
Old 10-Jul-2009, 15:17
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by oldcpu View Post
As noted, you need the base development pattern (in YaST software management) installed, for this to work. So go to YaST > Software > Software Management, and set the "filter" to "pattern" and select the "Base Development Pattern".
DO I need to install all 49 of them?
Reply With Quote
  #10 (permalink)  
Old 10-Jul-2009, 15:20
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,596
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
DO I need to install all 49 of them?
49 of what?

Anyway, I suspect I can't help you there. How long do you want to deliberate on this?
Reply With Quote
Reply
Page 1 of 3 1 23

Bookmarks

Tags
video drivers;


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2