[ltp] t30 experiences? and T23 experience???
Rob Mayoff
linux-thinkpad@www.bm-soft.com
12 Jul 2002 14:24:03 -0500
+---------- On Jul 12, Norman Levin said:
> I like that! A sample xf86config-4 would be appreciated!
I use this on my A30p, with the Dvorak keyboard layout. I sometimes
connect a four-button USB trackball.
Section "ServerLayout"
Identifier "Default"
Screen 0 "Screen1600x1200x24" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "640x480x8"
Screen 0 "Screen640x480x8" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "640x480x16"
Screen 0 "Screen640x480x16" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "640x480x24"
Screen 0 "Screen640x480x24" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "800x600x8"
Screen 0 "Screen800x600x8" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "800x600x16"
Screen 0 "Screen800x600x16" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "800x600x24"
Screen 0 "Screen800x600x24" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
#Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
Load "freetype" # TrueType font handler
Load "type1" # Adobe Type 1 font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "dvorak"
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "4"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "4"
Option "YAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "radeon"
Driver "ati"
VendorName "ATI"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen1600x1200x24"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBpp 32
Subsection "Display"
Depth 24
Modes "1600x1200" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen800x600x8"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 8
DefaultFbBpp 8
Subsection "Display"
Depth 8
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen800x600x16"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 16
DefaultFbBpp 16
Subsection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen800x600x24"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBpp 32
Subsection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen640x480x8"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 8
DefaultFbBpp 8
Subsection "Display"
Depth 8
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen640x480x16"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 16
DefaultFbBpp 16
Subsection "Display"
Depth 16
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen640x480x24"
Device "radeon"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBpp 32
Subsection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "DRI"
Group "xf86dri"
Mode 0660
EndSection
----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html