Comment 6 for bug 173578

Revision history for this message
Bryce Harrington (bryce) wrote :

frindly, the CD does not include the xorg.conf; it is always generated for your hardware during startup in LiveCD mode. So to attach it, load this bug page after you've booted to the LiveCD, click Browse, and navigate to select /etc/X11/xorg.conf, and again for /var/log/Xorg.0.log.

You can edit your xorg.conf file by clicking Alt-F2 and typing `gksu gedit /etc/X11/xorg.conf`. Then you can add lines like the ones Sebastian suggests. Here's an example of how you put Virtual in:

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor "Monitor0"
 DefaultDepth 24
 SubSection "Display"
  Depth 8
  Modes "1280x1024" "1024x768" "800x600" "640x480"
  Virtual 3840 1200
 EndSubSection
...