Necesita ayuda con las resoluciones de pantalla

Necesita ayuda con las resoluciones de pantalla

Entonces, la resolución de mi pantalla está fuera de mi pantalla porque uso un televisor, así que uso una resolución de pantalla personalizada de 1824x1026. Mientras intento configurarlo en esa resolución, recibo estos mensajes:

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:~$ 

También uso la salida HDMI-0 si eso ayuda a alguien. Cualquier ayuda sería apreciada, gracias.

cuando hago 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:~$ 

Respuesta1

Puede ejecutar xrandrpara obtener una lista de resoluciones disponibles. Aquí está el resultado de ejemplo para una computadora portátil:

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)

información relacionada