Максимально разрешение экрана 1152х864, а хотелось бы 1600х1200,
xorg.conf
Код: Выделить всё
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
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"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GSO 512"
EndSection
Section "Screen"
# Removed Option "metamodes" "1600x1200 +0+0; 1600x1200 @1600x1200 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1152x864 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Ручное выставление metamodes "1600x1200 +0+0" не помогает.
Кстати, в конфигуралки от нвидия, есть интересная кнопочка:
http://clip2net.com/clip/m23027/1289663181-clip-117kb.png
При ее нажатии:
http://clip2net.com/clip/m23027/1289663233-clip-120kb.png
Если в поле поставить 1600х1200, то оно выставит рзрешение за границы экрана и что бы просмотреть какую либо ее часть, нужно подвигать мышкой.
Но после сохранения в xorg.conf, metamodes выглядит вот так:
Код: Выделить всё
Option "metamodes" "1152x864 @1600x1200 +0+0"
Если 1152x864 заменить на 1600x1200, то всеровно не срабатывает.