# 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 "ServerFlags" Option "AllowEmptyInput" "false" 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" Option "NoDRI" # Option "MigrationHeuristic" "greedy" # Option "EXANoComposite" "true" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Generic Screen" Device "Generic Video Card" Monitor "Monitor" SubSection "Display" Modes "1024x768" Virtual 2048 768 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