Hello there,
I recently installed opensuse 11.3 (64-bit version) on a laptop from scratch. After the installation I used the 1-click install to add support for my NVIDIA graphic card.
From then on, system crashes during boot just before loading the graphic login.
I tried uninstalling the drivers and doing the installation manually, with no success.
Since then, the only way I have access to the desktop is by using the failsafe option during boot.
After that I got access to my pc in graphic mode, at a very low resolution (800x600)
If I run the NVIDIA X Server Settings, I get the following error message:
“You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run ‘nvidia-xconfig’ as root), and restart the X server”
if I run nvidia-xconfig, I got a new xorg.conf file, that is identical to the one I got before, here are the relevant lines:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.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
Actually the system keeps on crashing at startup, unless I keep on using the failsafe mode, and the NVIDIA configuration utility keeps on giving the same error as above.
I did some searches on the internet to check some possible issues, and I verified that:
- nomodeset appears in boot options in /boot/grub/menu.lst
- in etc/sysconfig/kernel appears NO_KMS_IN_INITRD = yes
- the following modules are blacklisted: vga16fb, nouveau, rivafb, nvidiafb, rivatv
these are the drivers I am using at the moment (got them using rpm -qa | grep nvidia):
nvidia-gfxG02-kmp-desktop-260.19.21_k2.6.34.0_12-19.1.x86_64
x11-video-nvidiaG02-260.19.21-20.1.x86_64
my kernel version: 2.6.34.7-0.5-desktop
KDE’s sysinfo correctly recognizes my video card as a GeForce GT 425M, and says that (at least in safe mode) I am running fbdev as 2D Driver.
Any suggestions to work it out?