Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317202 Details for
Bug 462894
Macbook Pro Touchpad is not fully functional
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Xorg,/proc log details about touchpad problem
info.txt (text/plain), 7.02 KB, created by
Naresh
on 2008-09-19 15:00:47 UTC
(
hide
)
Description:
Xorg,/proc log details about touchpad problem
Filename:
MIME Type:
Creator:
Naresh
Created:
2008-09-19 15:00:47 UTC
Size:
7.02 KB
patch
obsolete
> >-------------------------------- 8< [ cut here ] >8 --------------------------------------- > >Relevant information from the Xorg Log Files. > > >(II) Synaptics touchpad driver version 0.14.6 (1406) >Synaptics Touchpad no synaptics event device found (checked 21 nodes) >(**) Option "Device" "/dev/input/mice" >(**) Option "SHMConfig" "true" >(**) Option "LeftEdge" "10" >(**) Option "RightEdge" "1200" >(**) Option "TopEdge" "10" >(**) Option "BottomEdge" "370" >(**) Option "FingerLow" "10" >(**) Option "FingerHigh" "20" >(**) Option "MaxTapTime" "180" >(**) Option "MaxTapMove" "220" >(**) Option "MaxDoubleTapTime" "180" >(**) Option "VertScrollDelta" "20" >(**) Option "HorizScrollDelta" "50" >(**) Option "VertEdgeScroll" "0" >(**) Option "HorizEdgeScroll" "0" >(**) Option "VertTwoFingerScroll" "1" >(**) Option "HorizTwoFingerScroll" "1" >(**) Option "LockedDrags" "off" >(**) Option "RTCornerButton" "0" >(**) Option "RBCornerButton" "0" >(**) Option "LTCornerButton" "0" >(**) Option "LBCornerButton" "0" >(**) Option "TapButton1" "1" >(**) Option "TapButton2" "3" >(**) Option "TapButton3" "2" >(**) Option "SingleTapTimeout" "100" >Query no Synaptics: 6003C8 >(EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device >(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware. >(EE) PreInit failed for input device "Synaptics Touchpad" >(II) UnloadModule: "synaptics" > >(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so >(II) Module evdev: vendor="X.Org Foundation" > compiled for 1.4.99.905, module version = 2.0.4 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 >(**) applesmc: always reports core events >(**) applesmc: Device: "/dev/input/event10" >(II) applesmc: Found x and y absolute axes >(WW) applesmc: Don't know how to use device >(II) UnloadModule: "evdev" >(EE) PreInit returned NULL for "applesmc" >(EE) config/hal: NewInputDeviceRequest failed >(II) config/hal: Adding input device Macintosh mouse button emulation >(**) Macintosh mouse button emulation: always reports core events >(**) Macintosh mouse button emulation: Device: "/dev/input/event4" >(II) Macintosh mouse button emulation: Found x and y relative axes >(II) Macintosh mouse button emulation: Found mouse buttons >(II) Macintosh mouse button emulation: Configuring as mouse >(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) >(II) config/hal: Adding input device Apple, Inc. Apple Internal Keyboard / Trackpad >(**) Apple, Inc. Apple Internal Keyboard / Trackpad: always reports core events >(**) Apple, Inc. Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6" >(II) Apple, Inc. Apple Internal Keyboard / Trackpad: Found x and y relative axes >(II) Apple, Inc. Apple Internal Keyboard / Trackpad: Found mouse buttons >(II) Apple, Inc. Apple Internal Keyboard / Trackpad: Configuring as mouse >(II) XINPUT: Adding extended input device "Apple, Inc. Apple Internal Keyboard / Trackpad" (type: MOUSE) > > >-------------------------------- 8< [ cut here ] >8 --------------------------------------- > > > > >-------------------------------- 8< [ cut here ] >8 --------------------------------------- > >Xorg configuration follows > ># Xorg configuration created by pyxf86config > >Section "ServerLayout" > Identifier "Default Layout" > Screen 0 "Screen0" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "Synaptics Touchpad" "CorePointer" >EndSection > >Section "Files" > ModulePath "/usr/lib/xorg/modules/extensions/nvidia" > ModulePath "/usr/lib/xorg/modules" >EndSection > >Section "Module" > Load "synaptics" > Load "extmod" > Load "dbe" > Load "glx" > Load "xtrap" > Load "dri" > Load "GLcore" > Load "record" >EndSection > >Section "InputDevice" > Identifier "Synaptics Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Device" "/dev/input/mice" > Option "Protocol" "auto-dev" > Option "SHMConfig" "true" > Option "LeftEdge" "10" > Option "RightEdge" "1200" > Option "TopEdge" "10" > Option "BottomEdge" "370" > Option "FingerLow" "10" > Option "FingerHigh" "20" > Option "MaxTapTime" "180" > Option "MaxTapMove" "220" > Option "SingleTapTimeout" "100" > Option "MaxDoubleTapTime" "180" > Option "LockedDrags" "off" > Option "MinSpeed" "1.10" > Option "MaxSpeed" "1.30" > Option "AccelFactor" "0.08" > Option "TapButton1" "1" > Option "TapButton2" "3" > Option "TapButton3" "2" > Option "RTCornerButton" "0" > Option "RBCornerButton" "0" > Option "LTCornerButton" "0" > Option "LBCornerButton" "0" > Option "VertScrollDelta" "20" > Option "HorizScrollDelta" "50" > Option "HorizEdgeScroll" "0" > Option "VertEdgeScroll" "0" > Option "VertTwoFingerScroll" "1" > Option "HorizTwoFingerScroll" "1" >EndSection > >Section "InputDevice" > # keyboard added by rhpxl > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "us" >EndSection > >Section "Device" > Identifier "Videocard0" > Driver "nvidia" > Option "RenderAccel" "True" > Option "ARGBGlxVisuals" "True" >EndSection > >Section "Screen" > Identifier "Screen0" > Device "Videocard0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > >-------------------------------- 8< [ cut here ] >8 --------------------------------------- > > >-------------------------------- 8< [ cut here ] >8 --------------------------------------- > >Relevant Information from "cat /proc/bus/input/devices" > > >I: Bus=0017 Vendor=0001 Product=0001 Version=0100 >N: Name="Macintosh mouse button emulation" >P: Phys= >S: Sysfs=/devices/virtual/input/input4 >U: Uniq= >H: Handlers=mouse0 event4 >B: EV=7 >B: KEY=70000 0 0 0 0 0 0 0 0 >B: REL=3 > >I: Bus=0003 Vendor=05ac Product=0230 Version=0111 >N: Name="Apple, Inc. Apple Internal Keyboard / Trackpad" >P: Phys=usb-0000:00:1d.2-2/input0 >S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input5 >U: Uniq= >H: Handlers=kbd event5 >B: EV=120013 >B: KEY=610000 0 0 0 0 0 0 1007b 10007 ff9f217a c14057ff febeffdf ffefffff ffffffff fffffffe >B: MSC=10 >B: LED=1f > >I: Bus=0003 Vendor=05ac Product=0230 Version=0111 >N: Name="Apple, Inc. Apple Internal Keyboard / Trackpad" >P: Phys=usb-0000:00:1d.2-2/input2 >S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input6 >U: Uniq= >H: Handlers=mouse1 event6 >B: EV=17 >B: KEY=70000 0 0 0 0 0 0 0 0 >B: REL=3 >B: MSC=10 > >-------------------------------- 8< [ cut here ] >8 ---------------------------------------
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 462894
: 317202 |
317288