Pa sredi xorg.conf ili koji je vec u pitanju valjda jos X86conf, evo ti sta trebas da odradis:
Code:
Section "Device"
Identifier "VESA Framebuffer"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA GeForce MX440"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Code:
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "SAMSUNG SyncMaster 750s"
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection