Привет, решил прикрутить телек вместо монитора через hdmi порт.
pavlick@pc ~ $ lspci
01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce G 105M] (rev a1)
pavlick@pc ~ $ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.00*+
1024x768 59.95
800x600 59.96
640x480 59.94
720x400 59.97
640x400 59.96
640x350 59.84
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1360x768+0+0 (normal left inverted right x axis y axis) 1150mm x 650mm
1920x1080 60.00 + 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 59.94
1280x1024 60.02
1360x768 60.02*
1280x720 60.96 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
$ cat xorg.conf
Section "Monitor"
Identifier "hdmi_monitor"
Option "Position" "0 0"
EndSection
Section "Monitor"
Identifier "builtin_monitor"
Option "Position" "0 0"
Option "Ignore" "true"
EndSection
Section "Device"
Identifier "vcard0"
Option "Monitor-LVDS-1" "builtin_monitor"
Option "Monitor-HDMI-1" "hdmi_monitor"
Driver "nouveau"
EndSection
Section "Screen"
Identifier "screen0"
Device "vcard0"
Monitor "hdmi_monitor"
SubSection "Display"
# Modes "1920x1080"
Modes "1360x768"
EndSubSection
EndSection