# 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" 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 "LinearAlloc" "8160" Option "monitor-TMDS-1" "Monitor0" Option "monitor-TMDS-2" "Monitor1" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" Option "Position" "0 0" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" Option "Position" "1280 0" EndSection Section "Screen" Identifier "Screen" Device "Generic Video Card" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Modes "1280x1024" Depth 24 Virtual 2560 1024 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" EndSection Section "Extensions" Option "RENDER" "Enable" EndSection