I installed openSuse 11.3 (new installation), and all work fine.
But, the problems started when I wanted to install nvidia drivers.
I used two methods for that installation: A) By adding repository by hand:
YaST -> Software -> Software Repositories -> Add
Protocol: HTTP
Server Name: : download.nvidia.com
Directory on Server: /opensuse/11.3
B) one click install:
http://opensuse-community.org/nvidia-fx5xxx.ymp
In both methods, after add the repository, download and installing “nvidia-gfxG01-kmp-default” and “x11-video-nvidiaG01” files, and reboot, the system start on console mode (no X server).
Then, I type this:
Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
shutdown -r now
So, I can see graphical interface again. But when I tried to go:
Applications → System → Configuration → Nvidia Settings
A notification say “It seems no nvidia driver is used…”.
So I typed in terminal:
nvidia-xconfig
And I rebooted the system. But nothing changed.
Then, I edit “/etc/xorg.conf”, changing:
Section "Device"
.....
Driver "nv"
to
Section "Device"
.....
Driver "nvidia"
And when I rebooted the system, the system started in console mode, again.
That is:
A) With Driver “nvidia” no graphical environment.
B) With Driver “nv”, graphical environment with drivers of original openSuse 11.3 installation. No propietary drivers are in use.
Could somebody install and make work properly, the propietary nvidia drivers in openSuse 11.3?
I was reading “SDB:NVIDIA drivers”, “SDB:Configuring graphics cards” , “SDB:NVIDIA troubleshooting” and this forum, but nothing seems work.
Thank you, in advance.