# /usr/local/etc/X11/xorg.conf # # 2009-01-24 Henrik Brix Andersen # # Notes: # * Config for the X.Org Foundation X11R7.4 release # * FreeBSD 7-STABLE # # Hardware: # * IBM Thinkpad X60s # Section "Files" # local font server on unix socket #FontPath "unix/:-1" FontPath "/usr/local/lib/X11/fonts/100dpi" FontPath "/usr/local/lib/X11/fonts/75dpi" FontPath "/usr/local/lib/X11/fonts/Liberation" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/TTF" FontPath "/usr/local/lib/X11/fonts/Type1" FontPath "/usr/local/lib/X11/fonts/artwiz-fonts" FontPath "/usr/local/lib/X11/fonts/bitstream-vera" FontPath "/usr/local/lib/X11/fonts/cyrillic" FontPath "/usr/local/lib/X11/fonts/freefont" FontPath "/usr/local/lib/X11/fonts/misc" FontPath "/usr/local/lib/X11/fonts/sharefont" FontPath "/usr/local/lib/X11/fonts/urwfonts-ttf" FontPath "/usr/local/lib/X11/fonts/webfonts" FontPath "/usr/local/share/fonts/amspsfont/type1" FontPath "/usr/local/share/fonts/cm-super/type1" FontPath "/usr/local/share/fonts/cmpsfont/type1" FontPath "/usr/local/share/ghostscript/fonts" EndSection Section "ServerFlags" Option "DontZap" "on" Option "AIGLX" "off" # Option "AIGLX" "on" Option "DefaultServerLayout" "LCD" # Option "DefaultServerLayout" "Cloned" # Option "DefaultServerLayout" "Xinerama" EndSection Section "Module" Load "dbe" # double-buffering extension Load "extmod" # commonly used server extensions Load "dri" # direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "record" # Xevent recorder # following two modules needed if not running xfs Load "freetype" # freetype font rasterer Load "type1" # type 1 font rasterer EndSection Section "Extensions" Option "Composite" "off" # Option "Composite" "on" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" # the microsoftinet model has support for the # forward/backward buttons Option "XkbModel" "microsoftinet" # allow switching between nodeadkeys/deadkeys keymaps Option "XkbLayout" "dk,dk" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "grp:caps_toggle,grp_led:caps" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Device" "/dev/sysmouse" Option "Protocol" "Auto" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" # Option "EmulateWheel" "on" # Option "EmulateWheelButton" "2" # Option "EmulateWheelInertia" "10" # Option "EmulateWheelTimeout" "2000" EndSection Section "Device" Identifier "Intel 945GM (LCD+VGA)" Driver "intel" VendorName "Intel" BoardName "945GM" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" Option "Clone" "on" EndSection Section "Device" Identifier "Intel 945GM (LCD)" Driver "intel" VendorName "Intel" BoardName "945GM" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT,LFP" EndSection Section "Device" Identifier "Intel 945GM (VGA)" Driver "intel" VendorName "Intel" BoardName "945GM" BusID "PCI:0:2:0" Screen 1 EndSection Section "Monitor" Identifier "LCD" DisplaySize 245 185 Option "dpms" EndSection Section "Monitor" Identifier "VGA" VendorName "Samsung" ModelName "SyncMaster 171N" HorizSync 28-74 VertRefresh 43-100 Option "dpms" EndSection Section "Screen" Identifier "LCD+VGA" Device "Intel 945GM (LCD+VGA)" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "LCD" Device "Intel 945GM (LCD)" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "VGA" Device "Intel 945GM (VGA)" Monitor "VGA" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "LCD" Screen "LCD" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" Option "AllowEmptyInput" "off" EndSection Section "ServerLayout" Identifier "Cloned" Screen "LCD+VGA" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" Option "AllowEmptyInput" "off" EndSection Section "ServerLayout" Identifier "Xinerama" Screen "LCD" Screen "VGA" LeftOf "LCD" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" Option "Xinerama" "on" Option "AllowEmptyInput" "off" EndSection Section "DRI" Mode 0666 EndSection