Section "ServerLayout" # Beryl/Compiz - AIGLX built in xorg-server 7.1 and > # Option "AIGLX" "true" Identifier "MacBook - First Generation" Screen 0 "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Synaptics Touchpad" EndSection Section "Files" # Unantialiased Fonts: # FontPath "/usr/share/fonts/100dpi/" # FontPath "/usr/share/fonts/75dpi/" RgbPath "/usr/share/X11/rgb" 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" EndSection Section "Module" # Load "GLcore" # Load "vbe" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "dri" Load "freetype" Load "type1" Load "synaptics" # Disabled for AIGLX 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 "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" # Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "LeftEdge" "100" Option "RightEdge" "1120" Option "TopEdge" "50" Option "BottomEdge" "310" Option "FingerLow" "25" Option "FingerHigh" "30" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.79" Option "MaxSpeed" "0.88" Option "AccelFactor" "0.0015" # Option "HorizScrollDelta" "0" EndSection Section "Monitor" # Hope the values are correct. Taken from Debian Wiki. Saw no values in documentation. # A Modeline is a configuration line in the XFree86 configuration file # (XF86Config) that provides information to the X server about a connected # computer monitor or television and how to drive it at a specified display # resolution. Modelines may no longer be necessary in XFree86 versions 4 # and higher ... # Detect Modelines (less probing): gtf horiz_res vert_res refresh_rate Identifier "Built-in LCD" VendorName "APP" ModelName "9c5f" HorizSync 28.0 - 64.0 VertRefresh 43.0 - 60.0 ModeLine "1280x800_60.00" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync ModeLine "1024x768_60.00" 64.1 1024 1080 1184 1344 768 769 772 795 -hsync +vsync ModeLine "800x600_60.00" 38.2 800 832 912 1024 600 601 604 622 -hsync +vsync ModeLine "640x480_60.00" 23.9 640 656 720 800 480 481 484 497 -hsync +vsync EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[1]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" # Beryl/Compiz # BusID "PCI:0:2:0" Identifier "i945GM" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" # Xorg.0.log was spitting warnings about BusID EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[1]" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen 1" Device "i945GM" Monitor "Built-in LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[1]" Device "aticonfig-Device[1]" Monitor "aticonfig-Monitor[1]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" # Beryl/Compiz Option "Composite" "Enable" EndSection