Lo, I realy hope somebody can help. I think I know totaly screwed up my system.
The default driver which was installed during installation worked (I think it is nouveau) but I wanted more performance.
All I wanted was, to get a working nvidia driver.
My Hardware:
Dell Inspiron 9400 with Geforce 7800 GO
What I did:
-
Installed kernel-desktop and x11-video-nvidiaG02 deleted nouveau
-> No X,
Set the option nomodeset in /boot/grub/menu.lst
-> Still no X -
deleted x11-video-nvidiaG02 installed nouveau
-> X works but with a resultion 800x600 ! and no way to change -
downloaded latest binary driver
zypper gcc make automake autoconf kernel-source kernel-syms
echo “blacklist noueveau” > /etc/modprobe.d/nvidia.conf
init 3
Installed binary nvidia
-> no x after reboot
startx message is:
(EE) NVIDIA(0): Failed to get supported display device(s)
(EE) NVIDIA(0): No dieplay device found for this X screen.
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
...
...
xinit failed. /usr/bin/Xorg is not setuid, maybe that's the reason?
If so either use a display manager (strongly recommended) or adjust /etc/permissions.local
my xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen 0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HoriSync 28.0 - 96.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1920x1200"
EndSubSection
EndSection
I hope somebody can help, I’m realy frustrated