Hello all,
To resolve a number of wireless issues I was having earlier, it was recommended that I update my system from 11.3 to 12.1. I did a DVD update but now I can’t starts. I added the nvidia ftp repo using zipper, refreshed it, and installed x11-video-nvidiaG02 driver (and associated packages, by the way it’s the 290.10 driver) for my GeForce 7700 card. I then ran
nvidia-xconfig
to update my xorg.conf file. At first when I tried to startx or even boot run level 5 with the nomodeset option, I was getting a permissions issue as described in http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/456567-cannot-startx-unless-superuser.html. I added
/usr/bin/Xorg root:root 4711
to my /etc/permissions.local file, but this did not solve the problem. Now when I try to starts, I get the following output (please forgive, I’ll try to paraphrase the relevant lines since I’m working on a different computer, so can’t just copy the output here):
...
(==) Using config file: "/etc/X11/xorg.conf"
(similar lines for config directory and system config directory, yes xorg.conf.d directory is being used but all lines are commented)
(EE) NVIDIA(0): Failed to get supported display device(s)
(EE) NVIDIA(0): No display devices found for this X screen.
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
(a bunch of X.Org foundations stuff, please check /var/log/Xorg.0.log, etc etc)
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
when I looked into the /var/log/Xorg.0.log file, nothing jumped out at me except for the (EE) flagged (error) entries that were reported when I tried to starts, except for one line that said
...NVIDIA(0): Connected display device(s) on GeForce Go 7700 at PCI:1:0:0
…which to me means that the driver has found the correct card. Below I’ve included two of the sections from the auto generated xorg.conf file (just the last two sections, since I think they’re the only important ones and I don’t want to hand type the rest):
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
Please, can anyone help? I’ve poured over forums and tried many of the fixes that are suggested, though none have worked. Of course my computer is unusable until I can get this going. Any help is appreciated!!!
Taylor