# Xorg configuration file. Section "Files" FontPath "/usr/pkg/lib/X11/fonts/75dpi" FontPath "/usr/pkg/lib/X11/fonts/100dpi" FontPath "/usr/pkg/lib/X11/fonts/TTF" FontPath "/usr/pkg/lib/X11/fonts/Type1" FontPath "/usr/pkg/lib/X11/fonts/misc" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ee" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psm0" Option "Protocol" "Auto" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Generic Video Card" Driver "intel" Option "AccelMethod" "XAA" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Generic Screen" Device "Generic Video Card" Monitor "Monitor" DefaultDepth 16 SubSection "Display" Modes "1024x768" Depth 16 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Generic Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection Section "Extensions" Option "RENDER" "Enable" EndSection Section "DRI" Mode 0666 EndSection