# bare-bones XFree86 config to start the server in probe-only mode Section "Files" FontPath "/usr/share/X11/fonts/misc" RgbPath "/etc/X11/rgb.txt" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "int10" Load "record" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" EndSection Section "Device" Identifier "Generic Device" Driver "gma500_gfx" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 24-94 VertRefresh 50-76 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Device" Monitor "Generic Monitor" DefaultDepth 24 Virtual 1920 1080 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection