Последние несколько релизов никак не хотят ставить 6600  “из коробки”.

Просто ВООБЩЕ не настраивается ничего выше 800*600*60Гц. Подсовываю старый конфиг, который у меня работает замечательно уже на протяжении 3 или 4 релизов и всё работает на ура!

/etc/X11/xorg.conf:

Section “ServerLayout”
Identifier     ”Layout0″
Screen      0  “Screen0″ 0 0
InputDevice    “Keyboard0″ “CoreKeyboard”
InputDevice    “Mouse0″ “CorePointer”
EndSection

Section “Module”
Load           ”dbe”
Load           ”extmod”
Load           ”type1″
Load           ”freetype”
EndSection

Section “InputDevice”

# generated from default
Identifier     ”Mouse0″
Driver         ”mouse”
Option         ”Protocol” “auto”
Option         ”Device” “/dev/psaux”
Option         ”Emulate3Buttons” “no”
Option         ”ZAxisMapping” “4 5″
EndSection

Section “InputDevice”

# generated from default
Identifier     ”Keyboard0″
Driver         ”kbd”
EndSection

Section “Monitor”
Identifier     ”Monitor0″
VendorName     ”LG”
ModelName      “CRT-0″
HorizSync       30.0 – 110.0
VertRefresh     50.0 – 75.0
Option         ”DPMS”
EndSection

Section “Device”
Identifier     ”Device0″
Driver         ”nvidia”
VendorName     ”NVIDIA Corporation”
BoardName      “GeForce 6600″
EndSection

Section “Screen”
Identifier     ”Screen0″
Device         ”Device0″
Monitor        “Monitor0″
DefaultDepth    24
Option         ”TwinView” “0″
Option         ”TwinViewXineramaInfoOrder” “CRT-0″
Option         ”metamodes” “1280x1024_75 +0+0; 1024x768_75 +0+0; 800x600_75 +0+0; 640x480_75 +0+0″
SubSection     ”Display”
Depth       24
Modes      “1280×1024″ “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection

Если у вас другие разрешения монитора, просто пропишите свои разрешения и частоты развёрток.