# $SixXGate: motifapps/graphicboot/xorg.conf,v 1.1.1.1 2005/07/21 23:15:43 matthew Exp $ Section "ServerLayout" Identifier "X Window System" Screen 0 "Desktop" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "2" EndSection Section "Monitor" Identifier "Monitor" EndSection Section "Device" Identifier "VESA" Driver "vesa" EndSection Section "Screen" Identifier "Desktop" Device "VESA" Monitor "Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Modes "640x480" Depth 24 EndSubSection EndSection Section "ServerFlags" Option "DontVTSwitch" "false" EndSection