cambiar la resolucion cuando NOUVEAU solo muestra 640x480 en GNU (Xorg)
$ xrandr
Screen 0: minimum 320 x 200, current 640 x 480, maximum 4096 x 4096 VGA-1 connected 640x480+0+0 (normal left inverted right x axis y axis) 320mm x 240mm
640x480 60.0*
720x400 70.1
* =resolucion actula
CREAMOS UNA NUEVA RESOLUCION con su frescura
$ cvt 1024 768 60
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
AGREGAMOS LA NUEVA RESOLUCION
$ xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
$ xrandr --addmode VGA-1 "1024x768_60.00"
xrandr --output VGA-1 --mode 1024x768
en caso q no funcione lo agregamos a las configuraciones de Xorg
AGREGAR A XORG
# nano /etc/X11/xorg.conf <---la X de X11 es mayuscula
ANTES
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
DESPUES
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
Option "PreferredMode" "1024x768_60.00"
EndSection
REINICIAR
$xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 320mm x 240mm
1024x768_60.00 59.9*+
1280x1024 60.0
1152x864 75.0
1024x768 85.0 75.1 60.0
800x600 85.1 75.0 60.3
640x480 85.0 60.0
720x400 70.1
xrandr --output VGA-1 --mode 1024x768
fuente: tarrasquero, frangor, santamarta, teraflops (el medio este link =
http://askubuntu.com/questions/138408/how-to-add-display-resolution-fo-an-lcd-in-ubuntu-12-04-xrandr-problem)
Suscribirse a:
Enviar comentarios (Atom)
Donarme :->
Donar a AlexLikeRock
muchas gracias por tu ayuda :->
set-date.sh
#!/bin/bash echo "favor de meter la hora en el siguiente formato." echo "2007-05-27 17:27" #by AlexLikeRock echo ...
-
windows GNU/Linux msn messenger ----------> amsn,emesene, pidgin yahoo messenger -------> pidgin windows media player ---...
-
10 best Linux distros for 2011 Updated: How to choose the best Linux d...
-
MAME su <la contraseña de root> # aptitude update # aptitude install mame mame-tools gnome-video-arcade sdlmame s...
No hay comentarios:
Publicar un comentario