# xorg.conf.vbox # # Tiny xorg version, xorg now does the most dirty work by itself, so # only a minimal configuration might be needed. Without this file, X # still works nice for a virtual machine. # # Michiel Broek (c) 2010. mbroek at mbse dot eu # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 50.0 VertRefresh 40-150 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" EndSection