Здравствуйте, почему не получается менять разрешения экрана через ctrl+alt+'-'/'+'?
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 "1360x768"
Modes "1920x1080" "1360x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "layout0"
Screen "screen0"
Option "DontZoom" "false"
EndSection
ЗЫ: такое чувство, что xserver даже не пытается обработать ctrl+alt+'-', xterm реагирует на нажатие данной комбинации (сервер не обрабатывает, а спускает дальше это событие)