Buenas,

El sáb, 22-11-2008 a las 13:19 +0100, txarlie axebra escribió:
> Yo tengo la pantalla extendida pero me lo tuve que hacer configurando
> el driver. Si nos dices cual es tu gráfica te podemos ayudar mejor.

a mi esta página[1] me ha venido de perlas porque me estaba dando de
tortazos con xinerama y tarjeta intel.

A grandes rasgos solo he tenido que configurar la sección Screen de mi
xorg.conf más o menos así:

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
  SubSection "Display"
    Depth 24
    Virtual 2560 1824
  EndSubSection
EndSection

y luego un shell script que me actualiza las pantallas, la del portátil
a 1280x800 y la del monitor externo a 1280x1024:

[EMAIL PROTECTED]:~$ cat bin/pantalla.sh 
#!/bin/sh

xrandr --output VGA --left-of LVDS
xrandr --output VGA --mode 1280x1024 --pos 0x0 --output LVDS \
        --mode 1280x800 --pos 1280x0


Ciao

1.- http://doc.ubuntu-es.org/XRandR 

_______________________________________________
Hackademy mailing list
[email protected]
https://listas.sindominio.net/mailman/listinfo/hackademy

Responder a