화면 해상도에 대한 도움이 필요합니다.

화면 해상도에 대한 도움이 필요합니다.

그래서 TV를 사용하기 때문에 화면 해상도가 화면에서 벗어나서 사용자 정의 화면 해상도인 1824x1026을 사용합니다. 해당 해상도로 설정하려고 하면 다음 메시지가 나타납니다.

brian@brian-desktop:~$ cvt 1824 1026 60
# 1824x1026 59.94 Hz (CVT 1.87M9) hsync: 63.84 kHz; pclk: 155.25 MHz
Modeline "1824x1026_60.00"  155.25  1824 1936 2128 2432  1026 1029 1034 1065 -hsync +vsync
brian@brian-desktop:~$ xrandr --newmode <modeline>
bash: syntax error near unexpected token `newline'
brian@brian-desktop:~$ xrandr --newmode "1824x1026_60.00"  155.25  1824 1936 2128 2432  1026 1029 1034 1065 -hsync +vsync
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  16 (RRCreateMode)
  Serial number of failed request:  39
  Current serial number in output stream:  39
brian@brian-desktop:~$ 

누구에게나 도움이된다면 hdmi-0 출력도 사용하십시오. 도움을 주시면 감사하겠습니다.

내가 xrandr할 때

brian@brian-desktop:~$ 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 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
1280x720       60.0 +   59.9  
1920x1080      60.0*    59.9     30.0     30.0  
1360x768       60.0  
1024x768       75.0     70.1     60.0  
800x600        75.0     72.2     60.3     56.2  
720x480        59.9     30.0  
640x480        75.0     72.8     59.9     59.9  
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)
1680x1050_60.00 (0x2b6)  146.2MHz
    h: width  1680 start 1784 end 1960 total 2240 skew    0 clock   65.3KHz
    v: height 1050 start 1053 end 1059 total 1089           clock   60.0Hz
1824x1026_60.00 (0x2ba)  146.2MHz
    h: width  1680 start 1784 end 1960 total 2240 skew    0 clock   65.3KHz
    v: height 1059 start 1053 end 1059 total 1089           clock   60.0Hz
1824x1026_60.00 (0x2bb)  146.2MHz
    h: width  1680 start 1784 end 1960 total 2240 skew    0 clock   65.3KHz
    v: height 1059 start 1053 end 1059 total 1089           clock   60.0Hz
1280x720_60.00 (0x2c3)   74.5MHz
    h: width  1280 start 1344 end 1472 total 1664 skew    0 clock   44.8KHz
    v: height  720 start  723 end  728 total  748           clock   59.9Hz
brian@brian-desktop:~$ 

답변1

xrandr사용 가능한 해결 방법 목록을 실행할 수 있습니다 . 다음은 노트북에 대한 출력 예입니다.

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768       60.0*+
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

관련 정보