Драйвера устанавливаются, но максимальное разрешение при установленных проприетарных драйверах в nvidia-settings - 640x480_50.
Установка драйверов с помощью envyng и вручную приводит к аналогичному результату.
glxgears выдает ошибку
Код: Выделить всё
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visualДобавление строчек в xorg.conf
Код: Выделить всё
Section "Screen"
<...>
DefaultDepth 24
Option "metamodes" "1280x1024_60 +0+0; 800x600_60 +0+0; 640x480_60 +0+0;"
SubSection "Display"
Depth 24
Modes "1280x1024_60"
EndSubSection
EndSectionКод: Выделить всё
Section "Monitor"
<...>
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
EndSectiondpkg-reconfigure xserver-xorg и генерация xorg.conf с помощью nvidia-xconfig не помогает.
xorg.conf пробовал в разных вариациях. Например в такой:
Код: Выделить всё
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed May 27 03:15:36 PDT 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
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 "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024_60 +0+0; 800x600_60 +0+0; 640x480_60 +0+0;"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerFlags"
Option "DontZap" "False"
EndSection