По порядку
uname -a
Linux union 2.6.26-2-amd64 #1 SMP Thu Nov 25 04:30:55 UTC 2010 x86_64 GNU/Linux
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
Уже установлена самая новая версия xserver-xorg-video-intel.
xserver-xorg-video-intel установлен вручную.
cat /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Option "TwinView" "on"
SubSection "Display"
Virtual 2640 800
EndSubSection
EndSection
Work: Разрешение первого монитора 1280х800. Разрешение второго 1024x768 60,0Hz
Home: Разрешение первого монитора 1280х800. Разрешение второго 1360x768 60,0Hz
Домашний второй монитор работает корректно, а вот рабочий - нет. Под виндой его разрешение 1280 х 1024.
Как исправить xorg для корректного разрешения второго монитора? Теорию изучаю, но хотелось бы примеров настройки.