I’m installing openSuse11 on an old P4 gateway with geforce 7300 gt video card. I’m using viewsonic va1930wm wide monitor.
The video card does not get recognized during install, even though the hardware scan picks it up correctly. The monitor does get picked up. xorg.conf contains the line for 1440x900 and 1024x768
When I try to change resolution I get the following options:
600x800
1024x768
1280x1024
1400x1050
1600x1200
2024x1536
which I assume are ‘normal’ for a ‘vesa’ generic card, which is what xorg.conf contains.
I am using that kind of card.
Go to the nvidia site and download the latest driver.
Install it as describe in their site in runlevel 3 as root.
After the installation accept all nvidia’s proposals.
When done in the command prompt like so:
type init 5
When you have the gui open a terminal or konsole
type su, type your root password
type nvidia-settings and configure your card.
When done configuring save it and un-tick the box with merge with the existing configuration and your done.
Additionally, you have to have the kernel source that matches the kernel you are presently using, it is a prerequisite in building the nvidia driver
Note:
Don’t run or use yast as it really doesn’t recognize that card.
Use the nvidia-settings to control the configurations.
You have to know where you dump your downloaded nvidia driver.
When you are in runlevel 3 as root you have to cd to the directory it is located like so:
cd /blah/download
before you can run the command:
sh NVIDIA-Linux x(the architecture of your machine eg, x86)-driverversion-package1.run
Yes should fix things just a quick addition instead of inputting the whole driver name ie sh NVIDIA-Linux x(the architecture of your machine eg, x86)-driverversion-package1.run as described you can enter sh NVIDIA then use tab to fill in the rest.