Here is how I have my One set up with an external monitor.
Be extremely careful editing your xorg.conf file, you can really bugger things up. You have been warned, and I won't be helping you fix it.
I have a 1280x1024 17" external LCD plugged into the Aspire One.
When I boot up, the display comes up on both the builtin LCD display and the external monitor, both at 1024x600. Yechh.
Once booted up, get into the terminal. You can use the My Documents app in the Files section, and choose File...Terminal from the menu.
Edit your xorg.conf file:
sudo mousepad /etc/X11/xorg.conf
right near the bottom in the "Screen" section there is a line that says
Virtual 1024 600
change it to say
Virtual 2304 1024
also, I added the resolutions "1280x1024" and "1024x768" to the Modes line right above the Virtual line.
This will make sure the virtual screen space is big enough to accomodate a 1280x1024 screen *beside* a 1024x600 screen.
Save and exit mousepad, then reboot to get the activate virtual screen size.
It will come up as before, but this time, open a terminal and enter the following:
xrandr -s 1280x1024
xrandr --output LVDS --right-of VGA --auto
of course, if you want your One to the left of the external monitor, use --left-of instead.
You should now be able to drag open programs between your displays.
To change your background to be less confusing, use xfce-setting-show from the terminal, select Desktop and either choose a different background, or uncheck "show image" and change Color Style to Solid Color.
- Brent -
