On Wed, 17 Nov 2010 21:25:09 -0800
Rogan Creswick <[email protected]> dijo:

>In most cases now, you can plug in an external display device and then
>run 'xrandr' to see the list of supported resolutions for all
>connected devices, whether they are displaying or not.  Then it's just
>a matter of knowing the xrandr command line voodoo:
>
>I use something like this:
>
>$ xrandr --output LVDS --mode 1280x800 --output VGA --mode 1024x768
>
>although,
>
>$ xrandr --auto
>
>usually works well enough.
>
>If you want to mirror the same thing on both displays, then you need
>the --same-as <device name> flag, and you need to specify modes that
>both devices support. eg:
>
>$ xrandr --output LVDS --mode 1024x768 --output VGA --mode 1024x768
>--same-as LVDS

That is very helpful!
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to