LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-22-2008, 11:13 AM   #1
datasink
Member
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 46

Rep: Reputation: 17
geforce video card not detected


I have a new HP 9340F desktop computer that came with a GeForce 9500GS video card. I installed Ubuntu 8.04.1. On initial bootup of the machine, I get 4 different resolutions with a max of 1280x1024. I knew that I should be getting a wider range of resolutions with this card and the ones offered do no give me the aspect ratios that go well with my AOC 22" wide screen monitor.

I downloaded the Nvidia driver package (NVIDIA-Linux-x86-173.14.12-pkg1.run). After figuring out how to shut down the X-server, I ran this code and it had to do a compile and said that it did the install. It also offered to configure my xorg.conf file so that the setting would remain.

When I reboot my machine, I get a message from the computer that it can't determine which video card I have and then offers me only two resolution (800x600, and 640x480).

I then tried to do the reinstall of the video drivers but no longer get the nvidia range of resolutions.

The solution is every time I reboot the machine, I do the following:
1. boot the machine and get the poor resolution
2. REMOVE the xorg.conf file that nvidia built
3. stop the xserver
4. run the NVIDIA-Linux-x86-173.14.12-pkg1.run file from scratch (including letting it recompile the driver)
5. start up gdm

Can someone help on this? With my drivers running well right now, here is the part of the xorg.conf. that currently is in place (and that I need to remove on bootup):

------------------------------------
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

------------------------------------

I suspect that nvidia driver in the Device section needs to be more specific.
 
Old 08-22-2008, 01:10 PM   #2
TITiAN
Member
 
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392

Rep: Reputation: 49
I tried Ubuntu, too, once and I know there are packages you can find in Synaptic (or I think, there is a program especially for Ubuntu) that install the driver. So I guess you should try to change the driver section in xorg.conf into Driver "nv" (=free 2D drivers), then the command-line sudo nvidia-installer --uninstall, and look for the package suitable for your system. Then you can also install nvidia-xconfig and run it with sudo, it will make the xorg.conf like the installer (to switch back from the 2D drivers).
Any luck with this?

Last edited by TITiAN; 08-22-2008 at 01:13 PM.
 
Old 08-23-2008, 10:42 AM   #3
datasink
Member
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 46

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by TITiAN View Post
I tried Ubuntu, too, once and I know there are packages you can find in Synaptic (or I think, there is a program especially for Ubuntu) that install the driver. So I guess you should try to change the driver section in xorg.conf into Driver "nv" (=free 2D drivers), then the command-line sudo nvidia-installer --uninstall, and look for the package suitable for your system. Then you can also install nvidia-xconfig and run it with sudo, it will make the xorg.conf like the installer (to switch back from the 2D drivers).
Any luck with this?
I followed your instructions but ended up with the same problem. Ultimately, what I did is use your suggestion to replace "Nvidia" in the xorg.conf with "nv" oin the driver field. With that in place, I was able to boot into ubuntu with a wider range of resolution. The default ended up being 1680x1050 at a 60 hz refresh rate. My monitor also seemed to be picked up for the first time (AOC intl 22"). Not sure what all this is so difficult but I am satisfied now. Thanks for the help.

Last edited by datasink; 08-23-2008 at 10:43 AM.
 
Old 08-23-2008, 11:49 AM   #4
dallyack
LQ Newbie
 
Registered: Aug 2008
Location: USA, New Jersey
Distribution: Redhat/Fedora
Posts: 5

Rep: Reputation: 0
I have the nVidia Gforce Go 7600. I installed the same driver pack and had the same issues. You need to run the "NVIDIA X Server Settings" program that nvidia installs. I'm running FC9 and found it on my Applications-->System menu. Don't use the built in "Display" programs that come with Gnome or KDE.

Good Luck!
 
Old 08-23-2008, 06:40 PM   #5
datasink
Member
 
Registered: Nov 2005
Distribution: Ubuntu
Posts: 46

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by dallyack View Post
I have the nVidia Gforce Go 7600. I installed the same driver pack and had the same issues. You need to run the "NVIDIA X Server Settings" program that nvidia installs. I'm running FC9 and found it on my Applications-->System menu. Don't use the built in "Display" programs that come with Gnome or KDE.

Good Luck!
I think I tried that and it didn't reboot with the desired setting. I'm happy I have it working now. Thanks.
 
Old 08-30-2008, 03:15 AM   #6
TITiAN
Member
 
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392

Rep: Reputation: 49
Quote:
Originally Posted by datasink View Post
I'm happy I have it working now. Thanks.

If the "nv" drivers are enough, that's good. But note that only the "nvidia" drivers from Nvidia offer 3D acceleration (mostly for games). A GeForce 9 has really good performance (I have a GeForce 5, and it's almost not enough for me). So if you want to use the 3D acceleration and have problems using the "nvidia" drivers, post again.
 
  


Reply

Tags
driver, video



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
Need driver for Geforce MX4000 video card JosephS Linux - Hardware 4 11-02-2007 10:10 AM
looking to buy XFX Geforce video card William Oldham Debian 3 06-18-2006 12:30 PM
No Picture, onboard video and geforce fx 5500 vid card on system, using geforce?? dragoncorp.org Linux - Newbie 1 04-17-2006 01:56 PM
eVGA GeForce Video Card RH 7.2 JakeFarley Linux - Hardware 1 12-05-2003 01:56 PM
Video Card Not Detected monte Linux - Newbie 6 05-18-2003 07:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 10:39 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