Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170690 Details for
Bug 245482
x11-drivers/synaptics - On thinkpand with both touchpad and trackpoint enabled, trackpoint looses most functionality
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
data with TrackPoint only and both TrackPoint and Touchpad
psmouse_bug (text/plain), 6.89 KB, created by
Dmitri Pogosian
on 2008-11-04 05:43:32 UTC
(
hide
)
Description:
data with TrackPoint only and both TrackPoint and Touchpad
Filename:
MIME Type:
Creator:
Dmitri Pogosian
Created:
2008-11-04 05:43:32 UTC
Size:
6.89 KB
patch
obsolete
>Only TrackPoint is enabled in BIOS > > >$ dmesg >IBM TrackPoint firmware: 0x0e, buttons: 3/3 >input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6 > >$ cat /sys/bus/serio/devices/serio1/description >i8042 AUX port >$ ls /sys/bus/serio/devices/serio1/ >bind_mode ext_dev mindrag rate sensitivity uevent >description id modalias reach skipback upthresh >draghys inertia power resetafter speed ztime >driver input press_to_select resolution subsystem >drvctl jenks protocol resync_time thresh >$ cat /sys/bus/serio/devices/serio1/input/input6/name >TPPS/2 IBM TrackPoint > >$ cat /etc/X11/xorg.conf > >Section "InputDevice" > Identifier "Trackpoint" > Driver "mouse" > > Option "Device" "/dev/input/mouse0" > Option "Protocol" "ExplorerPS/2" > > Option "Emulate3Buttons" "false" > Option "Emulate3Timeout" "50" > Option "EmulateWheel" "on" > Option "EmulateWheelTimeOut" "200" > Option "EmulateWheelButton" "2" > Option "XAxisMapping" "6 7" > Option "YAxisMapping" "4 5" > Option "ZAxisMapping" "4 5" >EndSection > >$ cat /var/log/Xorg.0.log >(**) |-->Input Device "Keyboard1" >(**) |-->Input Device "Trackpoint" >(**) Trackpoint: Device: "/dev/input/mouse0" >(**) Trackpoint: Protocol: "ExplorerPS/2" >(**) Option "CorePointer" >(**) Trackpoint: always reports core events >(**) Option "Device" "/dev/input/mouse0" >(**) Option "Emulate3Buttons" "false" >(**) Option "Emulate3Timeout" "50" >(**) Option "ZAxisMapping" "4 5" >(**) Trackpoint: ZAxisMapping: buttons 4 and 5 >(**) Option "EmulateWheel" "on" >(**) Option "EmulateWheelButton" "2" >(**) Option "EmulateWheelTimeout" "200" >(**) Option "XAxisMapping" "6 7" >(**) Trackpoint: XAxisMapping: buttons 6 and 7 >(**) Option "YAxisMapping" "4 5" >(**) Trackpoint: YAxisMapping: buttons 4 and 5 >(**) Trackpoint: EmulateWheel, EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 >(**) Trackpoint: Buttons: 11 >(**) Trackpoint: Sensitivity: 1 > >------------------------------------------------------------------ > >Both Trackpoint and TouchPad enabled in BIOS > >$ dmesg >input: DualPoint Stick as /devices/platform/i8042/serio1/input/input6 >input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7 > >$ cat /sys/bus/serio/devices/serio1/description >i8042 AUX port >$ ls /sys/bus/serio/devices/serio1/ >bind_mode driver id modalias protocol resetafter resync_time uevent >description drvctl input power rate resolution subsystem >$ cat /sys/bus/serio/devices/serio1/input/input6/name >DualPoint Stick >$ cat /etc/X11/xorg.conf > >Section "InputDevice" > Identifier "Trackpoint" > Driver "mouse" > > Option "Device" "/dev/input/mouse0" > Option "Protocol" "ExplorerPS/2" > > Option "Emulate3Buttons" "false" > Option "Emulate3Timeout" "50" > Option "EmulateWheel" "on" > Option "EmulateWheelTimeOut" "200" > Option "EmulateWheelButton" "2" > Option "XAxisMapping" "6 7" > Option "YAxisMapping" "4 5" > Option "ZAxisMapping" "4 5" >EndSection > >$ cat /var/log/Xorg.0.log >(**) |-->Input Device "Keyboard1" >(**) |-->Input Device "Trackpoint" >(**) Trackpoint: Device: "/dev/input/mouse0" >(**) Trackpoint: Protocol: "ExplorerPS/2" >(**) Option "CorePointer" >(**) Trackpoint: always reports core events >(**) Option "Device" "/dev/input/mouse0" >(**) Option "Emulate3Buttons" "false" >(**) Option "Emulate3Timeout" "50" >(**) Option "ZAxisMapping" "4 5" >(**) Trackpoint: ZAxisMapping: buttons 4 and 5 >(**) Option "EmulateWheel" "on" >(**) Option "EmulateWheelButton" "2" >(**) Option "EmulateWheelTimeout" "200" >(**) Option "XAxisMapping" "6 7" >(**) Trackpoint: XAxisMapping: buttons 6 and 7 >(**) Option "YAxisMapping" "4 5" >(**) Trackpoint: YAxisMapping: buttons 4 and 5 >(**) Trackpoint: EmulateWheel, EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 >(**) Trackpoint: Buttons: 11 >(**) Trackpoint: Sensitivity: 1 > >------------------------------------------------------------------ > >Both Trackpoint and TouchPad enabled in BIOS > >$ dmesg >input: DualPoint Stick as /devices/platform/i8042/serio1/input/input6 >input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7 > >$ cat /sys/bus/serio/devices/serio1/description >i8042 AUX port >$ ls /sys/bus/serio/devices/serio1/ >bind_mode driver id modalias protocol resetafter resync_time uevent >description drvctl input power rate resolution subsystem >$ cat /sys/bus/serio/devices/serio1/input/input6/name >DualPoint Stick >$ cat /sys/bus/serio/devices/serio1/input/input7/name >AlpsPS/2 ALPS DualPoint TouchPad >$ cat /etc/X11/xorg.conf > >same Trackpoint module + > >Section "InputDevice" > > Identifier "Touchpad" > Driver "synaptics" > > Option "Protocol" "dev-auto" > Option "SHMConfig" "true" > > Option "LeftEdge" "130" > Option "RightEdge" "840" > Option "TopEdge" "130" > Option "BottomEdge" "640" > Option "FingerLow" "5" > >....... >$ cat /var/log/Xorg.0.log >(**) |-->Input Device "Keyboard1" >(**) |-->Input Device "Trackpoint" >(**) |-->Input Device "Touchpad" >............ >(**) Option "Protocol" "ExplorerPS/2" >(**) Trackpoint: Device: "/dev/input/mouse0" >(**) Trackpoint: Protocol: "ExplorerPS/2" >(**) Option "CorePointer" >(**) Trackpoint: always reports core events >(**) Option "Device" "/dev/input/mouse0" >(**) Option "Emulate3Buttons" "false" >(**) Option "Emulate3Timeout" "50" >(**) Option "ZAxisMapping" "4 5" >(**) Trackpoint: ZAxisMapping: buttons 4 and 5 >(**) Option "EmulateWheel" "on" >(**) Option "EmulateWheelButton" "2" >(**) Option "EmulateWheelTimeout" "200" >(**) Option "XAxisMapping" "6 7" >(**) Trackpoint: XAxisMapping: buttons 6 and 7 >(**) Option "YAxisMapping" "4 5" >(**) Trackpoint: YAxisMapping: buttons 4 and 5 >(**) Trackpoint: EmulateWheel, EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 >(**) Trackpoint: Buttons: 11 >(**) Trackpoint: Sensitivity: 1 >(II) Synaptics touchpad driver version 0.15.2 >(--) Touchpad auto-dev sets device to /dev/input/event7 >(II) Touchpad: x-axis range 0 - 1023 >(II) Touchpad: y-axis range 0 - 767 >(**) Option "Device" "/dev/input/event7" >(**) Option "SHMConfig" "true" >(**) Option "LeftEdge" "130" >(**) Option "RightEdge" "840" >(**) Option "TopEdge" "130" >(**) Option "BottomEdge" "640" >(**) Option "FingerLow" "5" >(**) Option "FingerHigh" "20" >(**) Option "MaxTapTime" "180" >(**) Option "MaxTapMove" "220" >(**) Option "EmulateMidButtonTime" "75" >...... >(II) XINPUT: Adding extended input device "Trackpoint" (type: MOUSE) >(II) evaluating device (Touchpad) >(II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD) >(II) Trackpoint: ps2EnableDataReporting: succeeded >(II) Touchpad: x-axis range 0 - 1023 >(II) Touchpad: y-axis range 0 - 767 >(--) Touchpad touchpad found >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245482
: 170690