You are not logged in.

#1 2010-06-27 01:42:22

zhou13
Member
Registered: 2009-10-07
Posts: 35

TouchPad doesn't work

I usually use a mouse on my laptop. Some days ago, I suddenly found that my Touchpad didn't work at all.
I searched the forum. Find http://bbs.archlinux.org/viewtopic.php?id=99482
But after adding

Section "InputClass"
   Identifier      "disabling synaptic second mouse found"
   MatchProduct    "SynPS/2 Synaptics TouchPad"
   MatchDevicePath "/dev/input/mouse0"
   Option          "Ignore" "on"
EndSection

I got

[ 15289.420] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 15289.420] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 15289.424] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 15289.424] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 15289.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 15289.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 15289.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 15289.432] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 15289.432] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 15289.432] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disabling synaptic second mouse found"

Unfortunately, my TouchPad still doesn't work. (In Gnome and GDM)

Offline

#2 2010-06-28 13:07:23

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

Bump.

Offline

#3 2010-06-28 13:11:32

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: TouchPad doesn't work

That thread refers to users who have their synaptic touch pads working but only get an EE on the Xorg.0.log.

It could also probably be because your synaptic is likely mouse1 or something. Can you post your 10-evdev.conf and 10-synaptics.conf.

Also try not connecting your external mouse for the time being. You can always attach that later once you get your touchpad working.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2010-06-28 13:16:32

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: TouchPad doesn't work

Weird "fix". See the last post in the linked topic, maybe you need another port than mouse0? Could you post a xorg.log from a start without any manual adjustments/fixes?

Offline

#5 2010-06-28 13:18:50

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

10-evdev.conf

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
    Identifier      "disabling synaptic second mouse found"
    MatchProduct    "SynPS/2 Synaptics TouchPad"
    MatchDevicePath "/dev/input/mouse0"
    Option          "Ignore" "on"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

10-synaptics.conf

Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "SHMConfig" "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "HorizEdgeScroll" "on"
    Option "HorizTwoFingerScroll" "on"
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "2"
    Option "EmulateTwoFingerMinZ" "0"
EndSection

synclient -l

Parameter settings:
    LeftEdge                = 1752
    RightEdge               = 5192
    TopEdge                 = 1620
    BottomEdge              = 4236
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 221
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 0
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 100
    HorizScrollDelta        = 100
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 0.4
    MaxSpeed                = 0.7
    AccelFactor             = 0.00995223
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 401
    EdgeMotionUseAlways     = 0
    UpDownScrolling         = 1
    LeftRightScrolling      = 1
    UpDownScrollRepeat      = 1
    LeftRightScrollRepeat   = 1
    ScrollButtonRepeat      = 100
    TouchpadOff             = 1
    GuestMouseOff           = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 2
    CircularScrolling       = 1
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 2
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 0
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0

Offline

#6 2010-06-28 13:27:47

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

Oh, I made a mistake.
TouchpadOff  = 1.
Even I set it to 0, it still doesn't work.

Xorg.0.log without any fixes and external mouse.

[  1215.415] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[  1215.415] 
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[  1215.415] X Protocol Version 11, Revision 0
[  1215.415] Build Operating System: Linux 2.6.34-ARCH i686 
[  1215.415] Current Operating System: Linux Laptop2 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
[  1215.415] Kernel command line: root=/dev/disk/by-uuid/9a5c1290-1fd2-4ec0-9403-a07e2bc26e04  resume=/dev/disk/by-uuid/9ff236f1-dbb3-4d55-b81a-72c0bf6ebbb7 ro vga=866
[  1215.415] Build Date: 21 June 2010  11:54:27AM
[  1215.415]  
[  1215.415] Current version of pixman: 0.18.2
[  1215.415]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1215.415] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1215.415] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 28 21:22:43 2010
[  1215.415] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1215.415] (==) No Layout section.  Using the first Screen section.
[  1215.415] (==) No screen section available. Using defaults.
[  1215.415] (**) |-->Screen "Default Screen Section" (0)
[  1215.415] (**) |   |-->Monitor "<default monitor>"
[  1215.416] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  1215.416] (==) Automatically adding devices
[  1215.416] (==) Automatically enabling devices
[  1215.416] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1215.416]     Entry deleted from font path.
[  1215.416] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[  1215.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1215.416] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1215.416] (II) Loader magic: 0x81e9d00
[  1215.416] (II) Module ABI versions:
[  1215.416]     X.Org ANSI C Emulation: 0.4
[  1215.416]     X.Org Video Driver: 7.0
[  1215.416]     X.Org XInput driver : 9.0
[  1215.416]     X.Org Server Extension : 3.0
[  1215.430] (--) PCI:*(0:0:2:0) 8086:2a42:152d:0772 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00005140/8
[  1215.430] (--) PCI: (0:0:2:1) 8086:2a43:152d:0772 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0x93500000/1048576
[  1215.430] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1215.430] (II) LoadModule: "extmod"
[  1215.431] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1215.431] (II) Module extmod: vendor="X.Org Foundation"
[  1215.431]     compiled for 1.8.1.902, module version = 1.0.0
[  1215.431]     Module class: X.Org Server Extension
[  1215.431]     ABI class: X.Org Server Extension, version 3.0
[  1215.431] (II) Loading extension MIT-SCREEN-SAVER
[  1215.431] (II) Loading extension XFree86-VidModeExtension
[  1215.431] (II) Loading extension XFree86-DGA
[  1215.431] (II) Loading extension DPMS
[  1215.431] (II) Loading extension XVideo
[  1215.431] (II) Loading extension XVideo-MotionCompensation
[  1215.431] (II) Loading extension X-Resource
[  1215.431] (II) LoadModule: "dbe"
[  1215.431] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1215.431] (II) Module dbe: vendor="X.Org Foundation"
[  1215.431]     compiled for 1.8.1.902, module version = 1.0.0
[  1215.431]     Module class: X.Org Server Extension
[  1215.431]     ABI class: X.Org Server Extension, version 3.0
[  1215.431] (II) Loading extension DOUBLE-BUFFER
[  1215.431] (II) LoadModule: "glx"
[  1215.432] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1215.432] (II) Module glx: vendor="X.Org Foundation"
[  1215.432]     compiled for 1.8.1.902, module version = 1.0.0
[  1215.432]     ABI class: X.Org Server Extension, version 3.0
[  1215.432] (==) AIGLX enabled
[  1215.432] (II) Loading extension GLX
[  1215.432] (II) LoadModule: "record"
[  1215.432] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1215.432] (II) Module record: vendor="X.Org Foundation"
[  1215.432]     compiled for 1.8.1.902, module version = 1.13.0
[  1215.432]     Module class: X.Org Server Extension
[  1215.432]     ABI class: X.Org Server Extension, version 3.0
[  1215.432] (II) Loading extension RECORD
[  1215.432] (II) LoadModule: "dri"
[  1215.432] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1215.432] (II) Module dri: vendor="X.Org Foundation"
[  1215.433]     compiled for 1.8.1.902, module version = 1.0.0
[  1215.433]     ABI class: X.Org Server Extension, version 3.0
[  1215.433] (II) Loading extension XFree86-DRI
[  1215.433] (II) LoadModule: "dri2"
[  1215.433] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1215.433] (II) Module dri2: vendor="X.Org Foundation"
[  1215.433]     compiled for 1.8.1.902, module version = 1.2.0
[  1215.433]     ABI class: X.Org Server Extension, version 3.0
[  1215.433] (II) Loading extension DRI2
[  1215.433] (==) Matched intel as autoconfigured driver 0
[  1215.433] (==) Matched vesa as autoconfigured driver 1
[  1215.433] (==) Matched fbdev as autoconfigured driver 2
[  1215.433] (==) Assigned the driver to the xf86ConfigLayout
[  1215.433] (II) LoadModule: "intel"
[  1215.433] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1215.433] (II) Module intel: vendor="X.Org Foundation"
[  1215.433]     compiled for 1.8.1, module version = 2.11.0
[  1215.433]     Module class: X.Org Video Driver
[  1215.433]     ABI class: X.Org Video Driver, version 7.0
[  1215.433] (II) LoadModule: "vesa"
[  1215.433] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1215.434] (II) Module vesa: vendor="X.Org Foundation"
[  1215.434]     compiled for 1.8.0, module version = 2.3.0
[  1215.434]     Module class: X.Org Video Driver
[  1215.434]     ABI class: X.Org Video Driver, version 7.0
[  1215.434] (II) LoadModule: "fbdev"
[  1215.434] (WW) Warning, couldn't open module fbdev
[  1215.434] (II) UnloadModule: "fbdev"
[  1215.434] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1215.434] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[  1215.435] (II) VESA: driver for VESA chipsets: vesa
[  1215.435] (--) using VT number 8

[  1215.439] (II) Primary Device is: PCI 00@00:02:0
[  1215.439] (WW) Falling back to old probe method for vesa
[  1215.440] drmOpenDevice: node name is /dev/dri/card0
[  1215.440] drmOpenDevice: open result is 8, (OK)
[  1215.467] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1215.467] drmOpenDevice: node name is /dev/dri/card0
[  1215.467] drmOpenDevice: open result is 8, (OK)
[  1215.467] drmOpenByBusid: drmOpenMinor returns 8
[  1215.467] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1215.467] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[  1215.469] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1215.469] (==) intel(0): RGB weight 888
[  1215.469] (==) intel(0): Default visual is TrueColor
[  1215.469] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[  1215.469] (--) intel(0): Chipset: "GM45"
[  1215.469] (==) intel(0): video overlay key set to 0x101fe
[  1215.486] (II) intel(0): Output VGA1 has no monitor section
[  1215.588] (II) intel(0): Output LVDS1 has no monitor section
[  1215.588] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  1215.597] (II) intel(0): Output HDMI1 has no monitor section
[  1215.598] (II) intel(0): Output DP1 has no monitor section
[  1215.603] (II) intel(0): Output DP2 has no monitor section
[  1215.620] (II) intel(0): EDID for output VGA1
[  1215.721] (II) intel(0): EDID for output LVDS1
[  1215.721] (II) intel(0): Manufacturer: AUO  Model: 4444  Serial#: 0
[  1215.721] (II) intel(0): Year: 2006  Week: 1
[  1215.721] (II) intel(0): EDID Version: 1.3
[  1215.721] (II) intel(0): Digital Display Input
[  1215.721] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[  1215.721] (II) intel(0): Gamma: 2.20
[  1215.721] (II) intel(0): No DPMS capabilities specified
[  1215.721] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1215.721] (II) intel(0): First detailed timing is preferred mode
[  1215.721] (II) intel(0): redX: 0.575 redY: 0.335   greenX: 0.315 greenY: 0.550
[  1215.722] (II) intel(0): blueX: 0.155 blueY: 0.135   whiteX: 0.313 whiteY: 0.329
[  1215.722] (II) intel(0): Manufacturer's mask: 0
[  1215.722] (II) intel(0): Supported detailed timing:
[  1215.722] (II) intel(0): clock: 69.3 MHz   Image Size:  304 x 190 mm
[  1215.722] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1405 h_border: 0
[  1215.722] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 822 v_border: 0
[  1215.722] (II) intel(0): Unknown vendor-specific block f
[  1215.722] (II) intel(0):  AUO
[  1215.722] (II) intel(0):  B141EW04 V4
[  1215.722] (II) intel(0): EDID (in hex):
[  1215.722] (II) intel(0):     00ffffffffffff0006af444400000000
[  1215.722] (II) intel(0):     01100103801e13780a7fe59355508c27
[  1215.722] (II) intel(0):     22505400000001010101010101010101
[  1215.722] (II) intel(0):     010101010101121b007d502016303020
[  1215.722] (II) intel(0):     360030be100000180000000f00000000
[  1215.722] (II) intel(0):     00000000000000000020000000fe0041
[  1215.722] (II) intel(0):     554f0a202020202020202020000000fe
[  1215.722] (II) intel(0):     004231343145573034205634200a007a
[  1215.722] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  1215.722] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1215.722] (II) intel(0): Printing probed modes for output LVDS1
[  1215.722] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1215.722] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1215.722] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1215.722] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  1215.722] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1215.731] (II) intel(0): EDID for output HDMI1
[  1215.731] (II) intel(0): EDID for output DP1
[  1215.736] (II) intel(0): EDID for output DP2
[  1215.736] (II) intel(0): Output VGA1 disconnected
[  1215.736] (II) intel(0): Output LVDS1 connected
[  1215.736] (II) intel(0): Output HDMI1 disconnected
[  1215.736] (II) intel(0): Output DP1 disconnected
[  1215.736] (II) intel(0): Output DP2 disconnected
[  1215.736] (II) intel(0): Using exact sizes for initial modes
[  1215.736] (II) intel(0): Output LVDS1 using initial mode 1280x800
[  1215.736] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1215.736] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[  1215.736] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[  1215.736] (==) intel(0): DPI set to (96, 96)
[  1215.736] (II) Loading sub module "fb"
[  1215.736] (II) LoadModule: "fb"
[  1215.737] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1215.737] (II) Module fb: vendor="X.Org Foundation"
[  1215.737]     compiled for 1.8.1.902, module version = 1.0.0
[  1215.737]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1215.737] (II) UnloadModule: "vesa"
[  1215.737] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1215.737] (==) Depth 24 pixmap format is 32 bpp
[  1215.737] (II) intel(0): [DRI2] Setup complete
[  1215.737] (II) intel(0): [DRI2]   DRI driver: i965
[  1215.737] (**) intel(0): Tiling enabled
[  1215.737] (**) intel(0): SwapBuffers wait enabled
[  1215.737] (==) intel(0): VideoRam: 262144 KB
[  1215.737] (II) intel(0): Attempting memory allocation with tiled buffers.
[  1215.737] (II) intel(0): Tiled allocation successful.
[  1215.748] (II) UXA(0): Driver registered support for the following operations:
[  1215.748] (II)         solid
[  1215.748] (II)         copy
[  1215.748] (II)         composite (RENDER acceleration)
[  1215.748] (II)         put_image
[  1215.748] (==) intel(0): Backing store disabled
[  1215.748] (==) intel(0): Silken mouse enabled
[  1215.748] (II) intel(0): Initializing HW Cursor
[  1215.776] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1215.782] (==) intel(0): DPMS enabled
[  1215.782] (==) intel(0): Intel XvMC decoder enabled
[  1215.782] (II) intel(0): Set up textured video
[  1215.782] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  1215.783] (II) intel(0): direct rendering: DRI2 Enabled
[  1215.783] (--) RandR disabled
[  1215.783] (II) Initializing built-in extension Generic Event Extension
[  1215.783] (II) Initializing built-in extension SHAPE
[  1215.783] (II) Initializing built-in extension MIT-SHM
[  1215.783] (II) Initializing built-in extension XInputExtension
[  1215.783] (II) Initializing built-in extension XTEST
[  1215.783] (II) Initializing built-in extension BIG-REQUESTS
[  1215.783] (II) Initializing built-in extension SYNC
[  1215.783] (II) Initializing built-in extension XKEYBOARD
[  1215.783] (II) Initializing built-in extension XC-MISC
[  1215.783] (II) Initializing built-in extension SECURITY
[  1215.783] (II) Initializing built-in extension XINERAMA
[  1215.783] (II) Initializing built-in extension XFIXES
[  1215.783] (II) Initializing built-in extension RENDER
[  1215.783] (II) Initializing built-in extension RANDR
[  1215.783] (II) Initializing built-in extension COMPOSITE
[  1215.783] (II) Initializing built-in extension DAMAGE
[  1215.804] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1215.804] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1215.804] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1215.804] (II) AIGLX: enabled GLX_SGI_make_current_read
[  1215.804] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1215.804] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
[  1215.804] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1215.805] (II) intel(0): Setting screen physical size to 338 x 211
[  1215.940] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  1215.940] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1215.940] (II) LoadModule: "evdev"
[  1215.940] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1215.940] (II) Module evdev: vendor="X.Org Foundation"
[  1215.940]     compiled for 1.8.0, module version = 2.4.0
[  1215.940]     Module class: X.Org XInput Driver
[  1215.940]     ABI class: X.Org XInput driver, version 9.0
[  1215.940] (**) Power Button: always reports core events
[  1215.940] (**) Power Button: Device: "/dev/input/event5"
[  1215.949] (II) Power Button: Found keys
[  1215.950] (II) Power Button: Configuring as keyboard
[  1215.950] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1215.950] (**) Option "xkb_rules" "evdev"
[  1215.950] (**) Option "xkb_model" "evdev"
[  1215.950] (**) Option "xkb_layout" "us"
[  1215.991] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[  1215.991] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1215.991] (**) Video Bus: always reports core events
[  1215.991] (**) Video Bus: Device: "/dev/input/event10"
[  1215.999] (II) Video Bus: Found keys
[  1215.999] (II) Video Bus: Configuring as keyboard
[  1215.999] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  1216.000] (**) Option "xkb_rules" "evdev"
[  1216.000] (**) Option "xkb_model" "evdev"
[  1216.000] (**) Option "xkb_layout" "us"
[  1216.005] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1216.005] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1216.005] (**) Power Button: always reports core events
[  1216.005] (**) Power Button: Device: "/dev/input/event1"
[  1216.013] (II) Power Button: Found keys
[  1216.013] (II) Power Button: Configuring as keyboard
[  1216.013] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1216.013] (**) Option "xkb_rules" "evdev"
[  1216.013] (**) Option "xkb_model" "evdev"
[  1216.013] (**) Option "xkb_layout" "us"
[  1216.014] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[  1216.014] (II) No input driver/identifier specified (ignoring)
[  1216.015] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[  1216.015] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1216.015] (**) Sleep Button: always reports core events
[  1216.015] (**) Sleep Button: Device: "/dev/input/event4"
[  1216.023] (II) Sleep Button: Found keys
[  1216.023] (II) Sleep Button: Configuring as keyboard
[  1216.023] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[  1216.023] (**) Option "xkb_rules" "evdev"
[  1216.023] (**) Option "xkb_model" "evdev"
[  1216.023] (**) Option "xkb_layout" "us"
[  1216.029] (II) config/udev: Adding input device USB PC Camera              (/dev/input/event7)
[  1216.029] (**) USB PC Camera             : Applying InputClass "evdev keyboard catchall"
[  1216.029] (**) USB PC Camera             : always reports core events
[  1216.029] (**) USB PC Camera             : Device: "/dev/input/event7"
[  1216.043] (II) USB PC Camera             : Found keys
[  1216.043] (II) USB PC Camera             : Configuring as keyboard
[  1216.043] (II) XINPUT: Adding extended input device "USB PC Camera             " (type: KEYBOARD)
[  1216.043] (**) Option "xkb_rules" "evdev"
[  1216.043] (**) Option "xkb_model" "evdev"
[  1216.043] (**) Option "xkb_layout" "us"
[  1216.045] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[  1216.045] (II) No input driver/identifier specified (ignoring)
[  1216.057] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1216.057] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1216.058] (**) AT Translated Set 2 keyboard: always reports core events
[  1216.058] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1216.066] (II) AT Translated Set 2 keyboard: Found keys
[  1216.066] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  1216.067] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  1216.067] (**) Option "xkb_rules" "evdev"
[  1216.067] (**) Option "xkb_model" "evdev"
[  1216.067] (**) Option "xkb_layout" "us"
[  1216.068] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[  1216.068] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1216.068] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[  1216.068] (II) LoadModule: "synaptics"
[  1216.069] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1216.069] (II) Module synaptics: vendor="X.Org Foundation"
[  1216.069]     compiled for 1.8.0.902, module version = 1.2.2
[  1216.069]     Module class: X.Org XInput Driver
[  1216.069]     ABI class: X.Org XInput driver, version 9.0
[  1216.069] (II) Synaptics touchpad driver version 1.2.2
[  1216.069] (**) Option "Device" "/dev/input/event6"
[  1216.110] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[  1216.110] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[  1216.110] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1216.110] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[  1216.110] (II) SynPS/2 Synaptics TouchPad: buttons: left right
[  1216.110] (**) Option "SHMConfig" "on"
[  1216.110] (**) Option "EmulateTwoFingerMinZ" "0"
[  1216.110] (**) Option "VertEdgeScroll" "on"
[  1216.110] (**) Option "HorizEdgeScroll" "on"
[  1216.110] (**) Option "VertTwoFingerScroll" "on"
[  1216.110] (**) Option "HorizTwoFingerScroll" "on"
[  1216.110] (**) Option "TapButton1" "1"
[  1216.110] (**) Option "TapButton2" "2"
[  1216.110] (**) Option "TapButton3" "3"
[  1216.110] (**) Option "CircularScrolling" "on"
[  1216.111] (**) Option "CircScrollTrigger" "2"
[  1216.140] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  1216.140] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1216.153] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[  1216.153] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1216.153] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[  1216.153] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1216.153] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1216.180] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  1216.180] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1216.180] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[  1216.180] (II) Synaptics touchpad driver version 1.2.2
[  1216.636] SynPS/2 Synaptics TouchPad no synaptics event device found
[  1216.636] (**) Option "Device" "/dev/input/mouse0"
[  1216.650] (**) Option "SHMConfig" "on"
[  1216.650] (**) Option "EmulateTwoFingerMinZ" "0"
[  1216.650] (**) Option "VertEdgeScroll" "on"
[  1216.650] (**) Option "HorizEdgeScroll" "on"
[  1216.650] (**) Option "VertTwoFingerScroll" "on"
[  1216.650] (**) Option "HorizTwoFingerScroll" "on"
[  1216.650] (**) Option "TapButton1" "1"
[  1216.650] (**) Option "TapButton2" "2"
[  1216.650] (**) Option "TapButton3" "3"
[  1216.650] (**) Option "CircularScrolling" "on"
[  1216.650] (**) Option "CircScrollTrigger" "2"
[  1216.671] Query no Synaptics: 6003C8
[  1216.671] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[  1216.671] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[  1216.693] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[  1216.693] (II) UnloadModule: "synaptics"
[  1216.694] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  1216.694] (II) No input driver/identifier specified (ignoring)
[  1216.991] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1216.991] (II) intel(0): Printing DDC gathered Modelines:
[  1216.991] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1217.129] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1217.129] (II) intel(0): Printing DDC gathered Modelines:
[  1217.129] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1217.265] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1217.265] (II) intel(0): Printing DDC gathered Modelines:
[  1217.265] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1223.241] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1223.241] (II) intel(0): Printing DDC gathered Modelines:
[  1223.242] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1223.379] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1223.379] (II) intel(0): Printing DDC gathered Modelines:
[  1223.379] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1223.518] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1223.518] (II) intel(0): Printing DDC gathered Modelines:
[  1223.518] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1224.317] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1224.317] (II) intel(0): Printing DDC gathered Modelines:
[  1224.317] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1224.538] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1224.538] (II) intel(0): Printing DDC gathered Modelines:
[  1224.538] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1224.671] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1224.671] (II) intel(0): Printing DDC gathered Modelines:
[  1224.671] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1225.264] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1225.264] (II) intel(0): Printing DDC gathered Modelines:
[  1225.264] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1225.643] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1225.643] (II) intel(0): Printing DDC gathered Modelines:
[  1225.643] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1226.126] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event9)
[  1226.126] (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
[  1226.126] (**) A4TECH USB Device: always reports core events
[  1226.126] (**) A4TECH USB Device: Device: "/dev/input/event9"
[  1226.133] (II) A4TECH USB Device: Found 20 mouse buttons
[  1226.133] (II) A4TECH USB Device: Found scroll wheel(s)
[  1226.133] (II) A4TECH USB Device: Found relative axes
[  1226.133] (II) A4TECH USB Device: Found x and y relative axes
[  1226.133] (II) A4TECH USB Device: Configuring as mouse
[  1226.133] (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
[  1226.133] (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1226.133] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE)
[  1226.133] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
[  1226.133] (**) A4TECH USB Device: (accel) acceleration profile 0
[  1226.133] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
[  1226.133] (**) A4TECH USB Device: (accel) acceleration threshold: 4
[  1226.134] (II) A4TECH USB Device: initialized for relative axes.
[  1226.134] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse1)
[  1226.135] (II) No input driver/identifier specified (ignoring)
[  1226.135] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/js0)
[  1226.135] (II) No input driver/identifier specified (ignoring)
[  1226.136] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event8)
[  1226.136] (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall"
[  1226.136] (**) A4TECH USB Device: always reports core events
[  1226.136] (**) A4TECH USB Device: Device: "/dev/input/event8"
[  1226.143] (II) A4TECH USB Device: Found 1 mouse buttons
[  1226.143] (II) A4TECH USB Device: Found scroll wheel(s)
[  1226.143] (II) A4TECH USB Device: Found relative axes
[  1226.143] (II) A4TECH USB Device: Found absolute axes
[  1226.143] (II) A4TECH USB Device: Found x and y absolute axes
[  1226.143] (II) A4TECH USB Device: Found keys
[  1226.143] (II) A4TECH USB Device: Configuring as mouse
[  1226.143] (II) A4TECH USB Device: Configuring as keyboard
[  1226.143] (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
[  1226.143] (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1226.143] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD)
[  1226.143] (**) Option "xkb_rules" "evdev"
[  1226.143] (**) Option "xkb_model" "evdev"
[  1226.143] (**) Option "xkb_layout" "us"
[  1226.144] (EE) A4TECH USB Device: failed to initialize for relative axes.
[  1226.144] (WW) Device 'A4TECH USB Device' has 37 axes, only using first 36.
[  1226.144] (II) A4TECH USB Device: initialized for absolute axes.
[  1226.308] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1226.308] (II) intel(0): Printing DDC gathered Modelines:
[  1226.308] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)
[  1226.494] (II) intel(0): EDID vendor "AUO", prod id 17476
[  1226.495] (II) intel(0): Printing DDC gathered Modelines:
[  1226.495] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1360 1405  800 803 809 822 -hsync -vsync (49.3 kHz)

Offline

#7 2010-06-28 13:43:27

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: TouchPad doesn't work

OK, looks like the second call is mouse0 after all. My unmodified-vanilla 10-synaptics.conf looks like this:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
          Option "TapButton1" "1"
          Option "TapButton2" "2"
          Option "TapButton3" "3"
EndSection

So not that I really understand all this, but you can try it. See the "touchpad catchall" identifier.

Offline

#8 2010-06-28 14:06:50

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

sad
Still doesn't work. Even if I didn't use a external mouse.

Offline

#9 2010-06-28 14:36:37

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: TouchPad doesn't work

zhou13 wrote:

10-synaptics.conf

Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "SHMConfig" "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "HorizEdgeScroll" "on"
    Option "HorizTwoFingerScroll" "on"
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "2"
    Option "EmulateTwoFingerMinZ" "0"
EndSection

I have all Vert* and Horiz* set to "True" instead of  "on". You might want to try that.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#10 2010-06-30 14:25:07

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

Emm. I don't think Vert* and Horiz* will effect my essential Touchpad work.

Offline

#11 2010-06-30 16:47:46

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: TouchPad doesn't work

zhou13 wrote:

Emm. I don't think Vert* and Horiz* will effect my essential Touchpad work.

True, but if there are parse errors in the 10-synaptics.conf file, it just might not be loading the drivers at all. Again, I am not 100% sure if that's the solution, but its worth a try.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#12 2010-06-30 22:15:47

ApotheoZ
Member
Registered: 2009-08-10
Posts: 40

Re: TouchPad doesn't work

Here is the input of my 10-evdev.conf

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Here is the input for the tablet (i commented it, dunno if it's usefull, but i did)

#Section "InputClass"
#        Identifier "evdev tablet catchall"
#        MatchIsTablet "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

I have the same 10-synaptics.conf than you.
I have no xorg.conf (firstly, now i have, but my touchpad worked without)
I haven't hal in my startup daemon

So move your xorg.conf as xorg.conf.bkp
stop hal (if it's been launched)
don't update your 10-synaptics.conf, the problem doesn't come from this file
maybe modify your evdev.conf as mine.

If your udev is up to date, hal is useless. Then your xorg.conf is useless too (for detecting hardware).
For me, the problem come from xorg.conf.d .

Inxsible wrote:
zhou13 wrote:

Emm. I don't think Vert* and Horiz* will effect my essential Touchpad work.

True, but if there are parse errors in the 10-synaptics.conf file, it just might not be loading the drivers at all. Again, I am not 100% sure if that's the solution, but its worth a try.

Parse error makes xorg crash and shows the line where the error occurs when parsing.

Last edited by ApotheoZ (2010-06-30 22:17:53)

Offline

#13 2010-07-05 12:05:58

zhou13
Member
Registered: 2009-10-07
Posts: 35

Re: TouchPad doesn't work

Thanks all the people who help me.
Now, I know why the problem happened, but I haven't find a best solution.
I have installed Win7 and Arch on this laptop.
On Win7, I patched the Synaptics Driver.
I set "Disable the touchpad when find external mouse".
This closes my touchpad.
But my laptop hasn't a touchpad switch on my keyboard.
So I can't open it on Linux.
Now I cancel the setting and my touchpad works fine.
But I can't turn off my touchpad when I using windows.

Does anybody know how to turn on touchpad on Linux?

Offline

#14 2010-07-05 14:18:09

valium97582
Member
Registered: 2010-06-19
Posts: 126

Re: TouchPad doesn't work

The wiki has a very long and helpful article about that. Look at http://wiki.archlinux.org/index.php/Touchpad_Synaptics
I think it will surely help you very much.


I'm also known as zmv on IRC.

Offline

Board footer

Powered by FluxBB