Стоит Debian testing (на stable те же проблемы) x86-x64, GTX660. Есть монитор - работает хорошо, и есть ТВ - у него нет нужного мне разрешения, а я хочу чтобы оно использовалось последним. вывод команды xrand:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.00*+
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 75.02 60.02
1280x960 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
HDMI-0 connected (normal left inverted right x axis y axis)
1280x720 60.00 + 59.94 50.00
1920x1080 60.00 59.94 50.00 29.97 25.00 23.97 60.05 60.00 50.04
720x576 50.00
720x480 59.94
640x480 59.94
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
Прописываю cvt 1360 768, вот вывод:
# 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
Переделываю эту строку под параметры телевизор из документации к нему так (без переделывания этой строки результат так же с ошибкой):
# 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
Modeline "1360x768_60.00" 85.5 1360 1432 1568 1776 768 771 781 798 +hsync +vsync
Добавляю новое разрешение командой xrandr --newmode «1360x768_60.00» 85.5 1360 1432 1568 1776 768 771 781 798 +hsync +vsync повторный вывод от команды xrandr:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.00*+
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 75.02 60.02
1280x960 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
HDMI-0 connected (normal left inverted right x axis y axis)
1280x720 60.00 + 59.94 50.00
1920x1080 60.00 59.94 50.00 29.97 25.00 23.97 60.05 60.00 50.04
720x576 50.00
720x480 59.94
640x480 59.94
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
1360x768_60.00 (0x2da) 85.500MHz
h: width 1360 start 1432 end 1568 total 1776 skew 0 clock 48.14KHz
v: height 768 start 771 end 781 total 798 clock 60.33Hz
И добавляю это разрешение к ТВ (HDMI-0) командой xrandr --addmode HDMI-0 1360x768_60.00 и получаю ошибку:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 39
Current serial number in output stream: 40
Нашел в интернете много обсуждений по этой проблеме, но решения так и не нашел... Может быть кто-то мне может помочь с этой проблемой?