VirtualBox/Preparing a disk image: Difference between revisions

No edit summary
No edit summary
Line 291: Line 291:


===Configure Screen===
===Configure Screen===
# Edit /etc/X11/xorg.conf to match the following section:   (This is for 1200x900 (XO) and other resolutions.)
# Edit /etc/X11/xorg.conf to match the following section:
#* 832x624 - matches default XO display proportions
#* 1200x900 - XO reflective resolution
<pre>
<pre>
# VirtualBox generated configuration file
# VirtualBox generated configuration file
Line 316: Line 318:
   SubSection "Display"
   SubSection "Display"
     Depth      16
     Depth      16
     Modes      "1200x900" "1024x768" "800x600"
     Modes      "832x624" "1200x900" "1024x768" "800x600"
   EndSubSection
   EndSubSection
EndSection
EndSection