Section "ServerLayout" Identifier "MacBook" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "touchpad" "SendCoreEvents" Screen "Screen 1" # Beryl/Compiz - AIGLX built in xorg-server 7.1 and > Option "AIGLX" "true" Option "MonitorLayout" "LVDS,TVDS" #Option "AllowEmptyInput" "off" Option "DontZap" "off" EndSection #Section "ServerFlags" # Option "DontZap" "off" #EndSection Section "Extensions" # Beryl/Compiz Option "Composite" "Enable" EndSection Section "Files" # RgbPath "/usr/share/X11/rgb" # obsolete option ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" # Unantialiased Fonts: FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "dbe" # Load "dri" Load "dri2" Load "freetype" Load "synaptics" # Disabled for AIGLX # Load "GLcore" # Load "vbe" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "evdev" Option "Device" "/dev/input/event8" #Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "pl" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "touchpad" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/event6" Option "SHMConfig" "on" # Option "TouchpadOff" "2" # Option "LeftEdge" "100" # Option "RightEdge" "1120" # Option "TopEdge" "50" # Option "BottomEdge" "310" # Option "FingerLow" "25" # Option "FingerHigh" "30" # Option "MaxTapTime" "180" # Option "MaxTapMove" "220" # Option "MaxDoubleTapTime" "180" # Option "VertScrollDelta" "20" # Option "HorizScrollDelta" "50" # Option "MinSpeed" "0.79" # Option "MaxSpeed" "0.88" # Option "AccelFactor" "0.0015" EndSection Section "Device" Identifier "i945GM" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Option "DRI" "true" # Option "AccelMethod" "EXA" Option "AccelMethod" "UXA" # Option "Legacy3D" "true" # Option "MigrationHeuristic" "greedy" # Option "monitor-TV" "TV" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Built-in LCD" VendorName "APP" ModelName "9c5f" Option "DPMS" "on" Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync EndSection Section "Screen" Identifier "Screen 1" Device "i945GM" Monitor "Built-in LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" # Virtual 2720 900 EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection