On Tue, May 20, 2008 at 01:28:37PM +0100, [EMAIL PROTECTED] wrote:
> What should I try to get two separate displays?

Recent versions of the Xorg xserver use xrandr for multiple-screen
support.  When you have your external display plugged in, do
    $ xrandr --output VGA --right-of LVDS
(or use "--left-of", "--above", or "--below" -- see "man xrandr")

You can make this permanent in your /etc/X11/xorg.conf by using
    Section "Monitor"
      Identifier "LVDS"
      Option "LeftOf" "VGA"
    EndSection
(see "man xorg.conf")

-- 
Eric Cooper             e c c @ c m u . e d u

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to