Xorg.conf PowerBook G4 Alu 1.67GHz and external monitor
This config file will give you X on a PowerBook G4 Alu 1.67GHz with a 22" LENOVO D221 Wide TFT Monitor, Type/Model 6622-HB1. Touchpad is configured as:
- Scrollbar on the right side of the touchpad
- Velocity optimised
- 2-Finger-Tip-click for right mouse button click
- 3-Finger-Tip-click for middle mouse button click
- 1-Finger-Tip-click deactivated
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "macintosh"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:lwin_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
Option "MinSpeed" "0.30"
Option "MaxSpeed" "1"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "FastTaps" "1"
Option "MaxTapTime" "80"
Option "AccelFactor" "0.10"
Option "HorizScrollDelta" "0"
Option "VertScrollDelta" "10"
Option "FingerLow" "1"
Option "FingerHigh" "3"
Option "LeftEdge" "80"
Option "TopEdge" "80"
Option "RightEdge" "850"
Option "BottomEdge" "560"
Option "TapButton1" "0"
Option "TapButton2" "3"
Option "TapButton3" "2"
EndSection
Section "Device"
Identifier "internalATIRadeon9600"
Driver "radeon"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "MonitorLayout" "auto"
Screen 0
EndSection
Section "Device"
Identifier "externalATIRadeon9600"
Driver "radeon"
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
Option "MonitorLayout" "auto"
Screen 1
EndSection
Section "Monitor"
Identifier "internalLCD"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "externalLCD"
Option "DPMS"
EndSection
Section "Screen"
Identifier "internalScreen"
Device "internalATIRadeon9600"
Monitor "internalLCD"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1440x960"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x960"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x960"
EndSubSection
EndSection
Section "Screen"
Identifier "externalScreen"
Device "externalATIRadeon9600"
Monitor "externalLCD"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Screen 0 "internalScreen" 0 0
Screen 1 "externalScreen" RightOf "internalScreen"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection To download this file:
wget http://mac.linux.be/files/xorg/powerbook5.txt
© 2002-2012 Jeroen Diederen. Drupal theme by Kiwi Themes.