Título anterior: "cambiar la resolución a 1280x1024 usando xrandr da: X Error de solicitud fallida: BadValue (parámetro entero fuera de rango para operación)"
He instalado un Ubuntu 17.10 nuevo y tengo un monitor con resolución 5: 4. la configuración no tiene una resolución superior a 1024x768. Pero necesito la resolución 1280x1024 (5: 4). Yo uso la tarjeta gráfica predeterminada de la placa base:
# lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
También xrandr da lo siguiente:
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
XWAYLAND0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 59.92*+
Intenté agregar la resolución de 1280x1024 usando xrandr. así que primero creé la información de resolución usando gtf:
$ gtf 1280 1024 60
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
Luego agregado a las resoluciones:
xrandr --newmode "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
luego nuevamente hizo el comando: xrandr --addmode XWAYLAND0 1280x1024_60.00
Entonces nada cambió. Cuando intenté cambiarlo usando xrandr --output XWAYLAND0 --mode 1280x1024_60.00 --rate 60
Pero ocurrió un error:
$ xrandr --output XWAYLAND0 --mode 1280x1024 --rate 60
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Value in failed request: 0x0
Serial number of failed request: 21
Current serial number in output stream: 22
No sé qué hice mal. O cómo cambiar la resolución a la correcta: 1280x1024