|
Section "ServerLayout"
|
|
Identifier "Default Layout"
|
|
Screen 0 "Default Screen" 0 0
|
|
InputDevice "Configured Mouse" "CorePointer"
|
|
InputDevice "Generic Keyboard" "CoreKeyboard"
|
|
EndSection
|
|
|
|
Section "Files"
|
|
ModulePath "/usr/local/lib/xorg/modules"
|
|
FontPath "/usr/local/lib/X11/fonts/misc/"
|
|
FontPath "/usr/local/lib/X11/fonts/TTF/"
|
|
FontPath "/usr/local/lib/X11/fonts/OTF/"
|
|
FontPath "/usr/local/lib/X11/fonts/Type1/"
|
|
FontPath "/usr/local/lib/X11/fonts/100dpi/"
|
|
FontPath "/usr/local/lib/X11/fonts/75dpi/"
|
|
FontPath "/usr/local/lib/X11/fonts/100dpi/"
|
|
FontPath "/usr/local/lib/X11/fonts/dejavu/"
|
|
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
|
|
FontPath "/usr/local/lib/X11/fonts/urwfonts/"
|
|
FontPath "/usr/local/lib/X11/fonts/webfonts/"
|
|
EndSection
|
|
|
|
Section "Module"
|
|
Load "dbe"
|
|
Load "dri2"
|
|
Load "glx"
|
|
Load "extmod"
|
|
Load "record"
|
|
# Load "dri"
|
|
# Load "freetype"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Generic Keyboard"
|
|
Driver "kbd"
|
|
Option "XkbRules" "xorg"
|
|
Option "XkbModel" "thinkpad60"
|
|
Option "XkbLayout" "de"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Configured Mouse"
|
|
Driver "mouse"
|
|
Option "CorePointer"
|
|
Option "Protocol" "auto"
|
|
Option "Device" "/dev/sysmouse"
|
|
Option "ZAxisMapping" "4 5 6 7"
|
|
Option "Emulate3Buttons" "true"
|
|
EndSection
|
|
|
|
#Section "InputDevice"
|
|
# Identifier "TPPS/2 IBM TrackPoint"
|
|
# Driver "evdev"
|
|
# Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
|
|
# Option "GrabDevice" "False"
|
|
# Option "EmulateWheel" "true" #Enable wheel emulation for the Trackpoint
|
|
# Option "EmulateWheelButton" "2" #Use the middle button for the emulation
|
|
# Option "XAxisMapping" "6 7" #Map trackpoint X axis to X axis of emulated wheel
|
|
# Option "YAxisMapping" "4 5" #Map trackpoint Y axis to Y axis of emulated wheel
|
|
#EndSection
|
|
|
|
Section "Device"
|
|
Identifier "Intel X3100 Integrated"
|
|
Driver "intel"
|
|
BusID "PCI:0:02:0"
|
|
# Option "DRI" "true"
|
|
Option "AccelMethod" "EXA"
|
|
Option "MigrationHeuristic" "greedy"
|
|
Option "ExaNoComposite" "false"
|
|
# Option "ModeDebug" "yes"
|
|
EndSection
|
|
|
|
#Section "Device"
|
|
### Available Driver options are:-
|
|
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
|
|
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
|
|
### <percent>: "<f>%"
|
|
### [arg]: arg optional
|
|
#Option "NoAccel" # [<bool>]
|
|
#Option "AccelMethod" # <str>
|
|
#Option "Backlight" # <str>
|
|
#Option "DRI" # <str>
|
|
#Option "ColorKey" # <i>
|
|
#Option "VideoKey" # <i>
|
|
#Option "Tiling" # [<bool>]
|
|
#Option "LinearFramebuffer" # [<bool>]
|
|
#Option "SwapbuffersWait" # [<bool>]
|
|
#Option "TripleBuffer" # [<bool>]
|
|
#Option "XvPreferOverlay" # [<bool>]
|
|
#Option "HotPlug" # [<bool>]
|
|
#Option "ReprobeOutputs" # [<bool>]
|
|
#Option "XvMC" # [<bool>]
|
|
#Option "ZaphodHeads" # <str>
|
|
#Option "TearFree" # [<bool>]
|
|
#Option "PerCrtcPixmaps" # [<bool>]
|
|
#Option "FallbackDebug" # [<bool>]
|
|
#Option "DebugFlushBatches" # [<bool>]
|
|
#Option "DebugFlushCaches" # [<bool>]
|
|
#Option "DebugWait" # [<bool>]
|
|
#Option "BufferCache" # [<bool>]
|
|
# Identifier "Intel X3100 Integrated"
|
|
# Driver "intel"
|
|
# BusID "PCI:0:2:0"
|
|
#EndSection
|
|
|
|
Section "Monitor"
|
|
Identifier "LCD"
|
|
Option "DPMS"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "Default Screen"
|
|
Device "Intel X3100 Integrated"
|
|
Monitor "LCD"
|
|
Subsection "Display"
|
|
Depth 16
|
|
Modes "1024x768" "800x600"
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 24
|
|
Modes "1024x768" "800x600"
|
|
EndSubSection
|
|
EndSection
|
|
|
|
Section "DRI"
|
|
Group "wheel"
|
|
Mode 0660
|
|
EndSection
|
|
|