# the order is important! Section "Files" # misc contains "fixed" and "cursor" which X NEEDS! # put before others, so they don't overwrite these fonts (artwiz!) FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/cyrillic:unscaled" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/xawtv" FontPath "/usr/local/share/fonts" # Bitmap fonts last because we have much better TTF/Type1 versions # many themes expect 75dpi before 100dpi! FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "DefaultServerLayout" "Standalone" EndSection Section "Module" Load "evdev" Load "dri" Load "i2c" Load "glx" Load "type1" Load "extmod" Load "freetype" Load "synaptics" Load "v4l" EndSection # keyboard (replace with evdev in xorg-server-1.5) Section "InputDevice" Driver "kbd" Identifier "Keyboard" Option "Protocol" "Standard" Option "AutoRepeat" "200 25" Option "XKbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "ch" Option "XkbVariant" "de" Option "XkbOptions" "eurosign:e" EndSection # Trackpad as a standard input device Section "InputDevice" Driver "evdev" Identifier "trackpad" Option "Name" "Apple Computer Apple Internal Keyboard / Trackpad" Option "Phys" "usb-0000:00:1d.0-2/input1" Option "ZRelativeAxisButtons" "4 5" Option "WHEELRelativeAxisButtons" "4 5" EndSection # Mighty Mouse Section "InputDevice" Driver "evdev" Identifier "btmouse" Option "Name" "Apple Computer, Inc. Mighty Mouse" Option "HWHEELRelativeAxisButtons" "6 7" Option "WHEELRelativeAxisButtons" "4 5" EndSection # Keyboard (need xorg-server-1.5 and proper HAL support for correct keymap) #Section "InputDevice" # Driver "evdev" # Identifier "keyboard" # Option "Name" "Apple Computer Apple Internal Keyboard / Trackpad" # Option "Phys" "usb-0000:00:1d.0-2/input0" # Option "XkbRules" "xorg" # Option "XkbModel" "evdev" # Option "XkbLayout" "ch" # Option "XkbVariant" "de" # Option "XkbOptions" "eurosign:e" # Option "AutoRepeat" "200 25" #EndSection # Trackpad with appletouch driver Section "InputDevice" Driver "synaptics" Identifier "appletouch" Option "Device" "/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard_._Trackpad-event-mouse" Option "Protocol" "event" Option "LeftEdge" "20" Option "RightEdge" "1000" Option "TopEdge" "17" Option "BottomEdge" "700" Option "FingerLow" "5" Option "FingerHigh" "7" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "MaxDoubleTapTime" "180" Option "TapButton2" "3" Option "TapButton3" "2" Option "VertScrollDelta" "7" # turn off horizontal scrolling #Option "HorizScrollDelta" "0" Option "MinSpeed" "0.79" Option "MaxSpeed" "0.88" Option "AccelFactor" "0.0015" Option "LeftRightRepeat" "0" Option "UpDownRepeat" "0" Option "UpDownScrolling" "on" # turn off corner buttons Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "LTCornerButton" "0" Option "LBCornerButton" "0" # edge motion Option "EdgeMotionUseAlways" "0" Option "EdgeMotionMinZ" "25" Option "EdgeMotionMaxZ" "60" Option "EdgeMotionMinSpeed" "150" Option "EdgeMotionMaxSpeed" "200" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "Builtin" VendorName "Apple" ModelName "BuiltinPanel" Option "CalcAlgorithm" "CheckDesktopGeometry" Option "DPMS" HorizSync 30-90 VertRefresh 57-84 UseModes "Modes[0]" Gamma 1.25 EndSection Section "Modes" Identifier "Modes[0]" EndSection Section "Screen" Identifier "default" # choose driver: fglrx, radeon, radeonhd Device "fglrx" Monitor "Builtin" # 32 is an illegal value DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection # for the closed source fglrx driver Section "Device" Identifier "fglrx" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "fglrx" Option "FSAAEnable" "on" Option "FSAAScale" "2" EndSection # for the Xorg radeonhd driver Section "Device" Identifier "radeonhd" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "radeonhd" EndSection # for the Xorg radeon driver Section "Device" Identifier "radeon" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "radeon" # XAA or EXA Option "AccelMethod" "XAA" # PICE: on, AGP: off Option "AccelDFS" "on" Option "EnablePageFlip" "on" Option "ColorTiling" "on" EndSection Section "ServerLayout" Identifier "Standalone" InputDevice "keyboard" "CoreKeyboard" InputDevice "appletouch" "SendCoreEvents" # InputDevice "trackpad" "SendCoreEvents" InputDevice "btmouse" "SendCoreEvents" # InputDevice "mice" "CorePointer" Option "Clone" "off" Screen 0 "default" EndSection Section "DRI" # Group "video" Mode 0666 EndSection Section "ServerFlags" # fglrx relies on XGL, not the new AIGLX Option "AIGLX" "off" EndSection Section "Extensions" # Option "Composite" "Enable" EndSection