I am running Fedora 14 on my laptop, and I use it either with or without an external screen.
[nbarraille@barraille ~]$ xrandr | grep " connected " LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 304mm x 190mm VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm When the VGA screen is plugged in, every time I reboot, the system sets it up so that VGA1 is a clone of LVDS1 and I have to do a:
xrandr --output VGA1 --left-of LVDS1 How can I change it to be the default behavior?