Nic nie robiłeś po wgraniu sterowników , no poza podmianą xorg.conf , napisałem taki xorg.conf w którym uwzględniłem moduły potrzebne do załadowania , ale co ważniejsze dodałem opcje wyłączające logo Nvidia może to rodzi jakiś problem ,podmień ten xorg.conf ;
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0-70.0
VertRefresh 50.0-120.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768_85" "800x600_85"
EndSubSection
EndSection