%20.png)
Tengo una computadora con SOLO UN MONITOR; estas son las especificaciones:
Ubuntu 15.04 - 32 bits Procesador Intel® Pentium(R) CPU dual E2180 a 2,00 GHz × 2 Gráficos Intel® G33 x86/MMX/SSE2
$lspci-v | grep -i vga 00:02.0 Controlador compatible con VGA: Controlador de gráficos integrado Intel Corporation 82G33/G31 Express (rev 10) (prog-if 00 [controlador VGA])
# lshw -class display
PCI (sysfs) *-mostrar descripción: controlador compatible con VGA Producto: Controlador de gráficos integrado 82G33/G31 Express proveedor: Intel Corporation identificación física: 2 información del autobús: pci@0000:00:02.0 versión: 10 ancho: 32 bits reloj: 33MHz capacidades: msi pm vga_controller bus_master cap_list rom configuración: controlador = latencia i915 = 0 recursos: irq:28 memoria:feb00000-feb7ffff ioport:e140(tamaño=8) memoria:d0000000-dffffff memoria:fe900000-fe9fffff
$ xrandr Pantalla 0: mínimo 8 x 8, actual 1024 x 768, máximo 32767 x 32767 VGA1 conectado primario 1024x768+0+0 (normal izquierda invertida derecha eje x eje y) 0 mm x 0 mm 1024x768 60,0* 800x600 60,3 56,2 848x480 60,0 640x480 59,9 VIRTUAL1 desconectado (normal izquierda invertida derecha eje x eje y)
$ sudo xrandr --newmode "1680x1050_60.00" 146,25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync $ sudo xrandr --addmode VGA1 1680x1050_60.00 $ xrandr Pantalla 0: mínimo 8 x 8, actual 1680 x 1050, máximo 32767 x 32767 VGA1 conectado primario 1680x1050+0+0 (normal izquierda invertida derecha eje x eje y) 0 mm x 0 mm 1680x1050 60,0*+ 1024x768 60,0 800x600 60,3 56,2 848x480 60,0 640x480 59,9 1680x1050_60.00 60.0 VIRTUAL1 desconectado (normal izquierda invertida derecha eje x eje y)
Esto funciona (cambia la resolución), luego lo hago.
$ sudo reboot
y al iniciar me sale la resolución anterior y el siguiente mensaje
No se pudo aplicar la configuración almacenada para los monitores
none of the selected modes were compatible with the possible modes:
Trying modes for CRTC 63 CRTC 63:
trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 63: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 63: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 0)
CRTC 63: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 63: trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 1)
CRTC 63: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 1)
Trying modes for CRTC 64
CRTC 64: trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 0)
CRTC 64: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 1)
CRTC 64: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 1)
Trying modes for CRTC 65
CRTC 65: trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 65: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 65: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 0)
CRTC 65: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 65: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 0)
CRTC 65: trying mode 1024x768@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 65: trying mode 800x600@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 65: trying mode 800x600@56Hz with output at 1680x1050@60Hz (pass 1)
CRTC 65: trying mode 848x480@60Hz with output at 1680x1050@60Hz (pass 1)
CRTC 65: trying mode 640x480@60Hz with output at 1680x1050@60Hz (pass 1)
Respuesta1
Debe agregar las xrandr
configuraciones a un archivo de inicio, para que obtenga la resolución deseada al reiniciar/iniciar:
- Cree un script bash,
xrandr.sh
por ejemplo, y coloque sus comandos xrandr en él:
#!/bin/bash xrandr --nuevo modo "1680x1050_60.00" 146,25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync xrandr --addmode VGA1 1680x1050_60.00 xrandr --salida VGA1 --modo 1680x1050_60.00
Haga que el script sea ejecutable con
chmod +x xrandr.sh
Busque "Aplicaciones de inicio" en el tablero, ejecútela y agregue el script como aplicación de inicio.
Los comandos ahora se ejecutarán cada vez que inicie sesión en su cuenta.