You are not logged in.

#26 2011-10-08 12:16:15

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: Alps touchpad as PS/2 Generic mouse

I was having this exact issue and the psmouse-alps AUR package resolved the problem for my on my Dell XPS M1530.  Thanks @eworm for this package!  I really wasn't in the mood to patch and compile my kernel, so I sat back and ran your script big_smile  Much much appreciated!  Tap to click and no scrolling was driving my insane.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#27 2011-12-22 11:50:21

suaf
Member
Registered: 2011-12-22
Posts: 2

Re: Alps touchpad as PS/2 Generic mouse

@eworm

Hi, I wanted to ask whether this patch would work on Ubuntu as well. I wanted to test it myself, however, I get a 404 error from the link you've posted.
Thanks a lot

Offline

#28 2011-12-22 12:08:43

eworm
Package Maintainer (PM)
From: Oberhausen, Germany
Registered: 2010-01-30
Posts: 105
Website

Re: Alps touchpad as PS/2 Generic mouse

suaf wrote:

Hi, I wanted to ask whether this patch would work on Ubuntu as well. I wanted to test it myself, however, I get a 404 error from the link you've posted.
Thanks a lot

This should work for Ubuntu as well. Take a look at the source package: https://aur.archlinux.org/packages/ps/p … ech.tar.gz

The build script should give you an idea what you have to do.


ArchLinux - make it simple & lightweight

Offline

#29 2011-12-28 11:31:06

suaf
Member
Registered: 2011-12-22
Posts: 2

Re: Alps touchpad as PS/2 Generic mouse

eworm wrote:
suaf wrote:

Hi, I wanted to ask whether this patch would work on Ubuntu as well. I wanted to test it myself, however, I get a 404 error from the link you've posted.
Thanks a lot

This should work for Ubuntu as well. Take a look at the source package: https://aur.archlinux.org/packages/ps/p … ech.tar.gz

The build script should give you an idea what you have to do.

Thank you very much! I'll try it ASAP and post a report here.

Offline

#30 2011-12-31 14:17:26

tri1976
Member
Registered: 2009-09-07
Posts: 152

Re: Alps touchpad as PS/2 Generic mouse

I have the Dell Latitude E5510 laptop and the Alps touchpad is recognized as PS/2 generic mouse.  I just want vertical scrolling and middle click (left+right buttons simultaneously) on the touchpad.  After install psmouse-elantech v6-7, vertical scrolling works right away (without synaptics package) but middle click doesn't work.  After a few days of messing around, I finally figure out this line

Option "Emulate3Buttons" "True"

needs to be added to evdev.conf in the "pointer catchall" section.  Hope this will help other people.

Offline

#31 2012-01-06 00:33:51

xsigik
Member
Registered: 2011-04-10
Posts: 14

Re: Alps touchpad as PS/2 Generic mouse

Hi,
Fedora has repaired ALPS touchpad in their kernel https://bugzilla.redhat.com/show_bug.cgi?id=590880 , I have tried it with live cd and it really works with my Dell E6410. Is there any way to get their module to other kernel? I have tried with my kernel 3.0 with -CK patchset, but it doesn't work.

Offline

#32 2012-01-07 06:15:26

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

Good morning, everyone.
Sony Vaio VPCEH2L1R,  ALPS touchpad, same problem here.

After I installed psmouse-elantech v6-7 I got this:

Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft® 2.4GHz Transceiver v6.0	id=12	[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft® 2.4GHz Transceiver v6.0	id=13	[slave  pointer  (2)]
⎜   ↳ PS/2 Mouse                              	id=15	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint                	id=16	[slave  pointer  (2)]

But vertical scrolling still doesn't work.
Here's my /etc/X11/xorg.conf.d/10-synaptics.conf:

[ajaxas@r2d2 xorg.conf.d]$ cat 10-synaptics.conf 
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
	Option "VertTwoFingerScroll" "on"
	Option "VertEdgeScroll" "on"
	Option "HorizTwoFingerScroll" "on"
	Option "HorizEdgeScroll" "on"
EndSection

I even tried putting those options into /etc/X11/xorg.conf.d/10-evdev.conf - no change.
I installed GPointingDeviceSettings and it seems to rely on 10-synaptics.conf, but doesn't work anyway.

What else can I do?  Should I change driver for the device or..?
Thank you.

Offline

#33 2012-01-08 14:29:36

perpetrator
Member
Registered: 2008-09-22
Posts: 14

Re: Alps touchpad as PS/2 Generic mouse

ajayas:
You could try the psmouse-alps package from AUR. At least it worked for my Alps touchpad while psmouse-elantech didn't. Now I've got vertical, horizontal and circular scrolling running, the only issue left is the lack of multitouch functionality, which does work on Windows 7.
Did anyone manage to get multitouch working on an Alps Glidepoint touchpad?

Offline

#34 2012-01-08 16:48:29

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

Thank you, perpetrator. I will try it now.

There might be some good news coming.

First, kernel developers didn't forget ALPS driver: http://git.kernel.org/?p=linux/kernel/g … 9927132511
Second, here's link to linux-input mailing list, hope you find this helpful: http://www.spinics.net/lists/linux-input/msg18058.html (see follow-ups).

EDIT: oh, I see. This "psmouse-alps" is psmouse.ko patched with patches from my second link smile
Let's try it then...

UPDATE: it works! psmouse-alps works!
This means we just have to wait until those patches make their way into 3.2.x
Probably Have to report this to kernel devs.

Last edited by ajaxas (2012-01-08 17:22:11)

Offline

#35 2012-01-08 17:25:44

xsigik
Member
Registered: 2011-04-10
Posts: 14

Re: Alps touchpad as PS/2 Generic mouse

Yes, psmouse-alps really works smile (but not few days ago)
Now I can manage touchpad via kcm_touchpad in KDE Settings.
Kernel 3.0 with -ck patchset, Dell Latitude E6410

Last edited by xsigik (2012-01-08 17:26:02)

Offline

#36 2012-01-14 07:16:16

nlabrad
Member
From: Argentina
Registered: 2012-01-14
Posts: 9

Re: Alps touchpad as PS/2 Generic mouse

Im sorry im a bit new when it comes to kernel patching and so.
What o i have to do with this last two posts? psmouse-alps is a new module that comes in the new kernel release?
I have to update to an unstable kernel or what?

I have previous experience with gentoo, but never had to patch anything.

OH nevermind, its an aur package, i skipped a post.
It cant find the lnux header files in the mirrors, do i download it manually or im doing something wrong?

Yes, i was, pacman -Syy solved it.
Hah sorry.

After that i got a build error:

patching file tools/perf/util/trace-event-parse.c
make: Entering directory `/usr/src/linux-3.1.8-1-ARCH'
make: *** No rule to make target `psmouse.ko'.  Stop.
make: Leaving directory `/usr/src/linux-3.1.8-1-ARCH'
==> ERROR: A failure occurred in build().
    Aborting...
:: Build directory cleaned


is there any option to prevent the cleaning? i have to download it again and the download speed was something like 62KB/s.

Last edited by nlabrad (2012-01-14 07:49:55)

Offline

#37 2012-01-23 01:28:01

wickedg33k
Member
Registered: 2010-10-31
Posts: 2

Re: Alps touchpad as PS/2 Generic mouse

Does anyone know how to disable the trackpad while typing. I installed the psmouse_elantech from AUR and it has fixed everything else but I cannot for the life of me get the trackpad disabled when typing.

Offline

#38 2012-01-23 13:15:24

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

wickedg33k wrote:

Does anyone know how to disable the trackpad while typing. I installed the psmouse_elantech from AUR and it has fixed everything else but I cannot for the life of me get the trackpad disabled when typing.

Well, that depends.
Let's say, I use XFCE with slim loader and no additional software to control the touchpad. My /etc/X11/xorg.d/10-synaptics.conf reads:

Section "InputClass"
    Identifier      "touchpad catchall"
    Driver          "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option          "SHMConfig" "on"
    Option          "TapButton1" "1"
    Option          "TapButton2" "2"
    Option          "TapButton3" "3"
    Option          "VertTwoFingerScroll" "on"
    Option          "HorizTwoFingerScroll" "on"
EndSection

So I just had to add a single line to ~/.xinitrc before executing startxfce4:

[ajaxas@r2d2 ~]$ cat ~/.xinitrc 
#!/bin/sh
#
# ~/.xinitrc
#
syndaemon -t -k -i 2 -d &
exec ck-launch-session startxfce4

All according to this archwiki entry. And it works! smile Sony Vaio VPC-EH, if it helps.

On the other hand, my friend bought exactly the same laptop, and he installed Mint with Gnome3 + GPointingDeviceSettings + dconf, and now he can't get syndaemon working properly even after he removed all unnecessary software. Well, it launches okay, but as soon as my friend starts typing the touchpad turns off completely. For the session.

Who knows what's the trick, he lives 4000km away from me, but the lesson is: don't use some crazy GUI software to control your hardware, use scripts and system tools, Luke! wink

Offline

#39 2012-01-23 14:24:37

wickedg33k
Member
Registered: 2010-10-31
Posts: 2

Re: Alps touchpad as PS/2 Generic mouse

Thanks for the reply Luke. I am just running Openbox and no special gui tools. I have been reading that with the 3.2.1-1 kernel the alps driver have been implemented. So let me update my kernel and see how it goes.

Offline

#40 2012-01-23 14:30:25

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

wickedg33k wrote:

Thanks for the reply Luke. I am just running Openbox and no special gui tools. I have been reading that with the 3.2.1-1 kernel the alps driver have been implemented. So let me update my kernel and see how it goes.

No, that would be only in linux-3.3. You could apply certain patches to the linux-3.1.x, that would have ALPS touchpad detected correctly, read the thread.

Offline

#41 2012-03-21 21:42:51

enzzzy
Member
Registered: 2010-10-09
Posts: 13

Re: Alps touchpad as PS/2 Generic mouse

3.3.0 kernel is in testing now. Works like a charm over here, no need for psmouse-alps anymore! woohoo

Offline

#42 2012-03-22 12:04:13

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

I've been using 3.3 since -rc1, no problem smile

Offline

#43 2012-03-25 20:06:49

rolin
Member
Registered: 2012-03-25
Posts: 6

Re: Alps touchpad as PS/2 Generic mouse

Hello
in terminal:

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

if works,to keep effective this change at the next reboot:

sudo gedit /etc/modprobe.d/psmouse.conf

and add this line:

options psmouse proto=imps

save and reboot

Offline

#44 2012-04-01 22:44:54

Malstrond
Member
From: Germany
Registered: 2009-06-03
Posts: 98

Re: Alps touchpad as PS/2 Generic mouse

Hi, I have the same problem, but despite the solutions in this thread, the touchpad used in my Fujitsu Lifebook SH531 remains unidentifiable. It's always reported as a PS/2 Generic Mouse by X.

Using psmouse-alps doesn't make any difference.
I also compiled the 3.3.0-1-mainline kernel because it's supposed to include the patch used for the psmouse-alps package, but that has no effect either.
Using psmouse-elantech causes a kernel panic upon module load. But as far as I know the patched used for this package should already be in the stable kernel.
Loading any of these or the vanilla module with proto=imps doesn't help either.

Info from /proc/bus/input/devices

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio2/input0
S: Sysfs=/devices/platform/i8042/serio2/input/input20
U: Uniq=
H: Handlers=mouse2 event14 
B: PROP=0
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

Kernel messages:

[    0.960095] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.963463] i8042: Detected active multiplexing controller, rev 1.1
[    0.966018] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.966044] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.966062] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.966079] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.966096] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.966174] mousedev: PS/2 mouse device common for all mice

Does anyone know where I can gather more info about my touchpad model, maybe some vendor string to google for, or what information I would have to gather for a bug report (and where to report it)? The "Bus=0011 Vendor=0002 Product=0001 Version=0000" string is the same as the OP and googling that leads me right back to this thread for example, among other threads talking about ALPS touchpads and that it's supposed fixed in mainline. But it's not fixed for me.

I know that the touchpad model must be something rare/special, because even on Windows only the one original driver from the Fujitsu website (and there is only one version of it from 2010) works and no other driver, for example the ones from the Synaptics website don't even recongize it.
It is identified as a "Synaptics PS/2 Port Compatible TouchPad" by Windows, as a "Synaptics Touchad V7.2" by the Windows driver and has the hardware ID ACPI\PNP0F13.

Last edited by Malstrond (2012-04-01 22:56:08)

Offline

#45 2012-04-29 00:37:59

jofa
Member
Registered: 2006-10-27
Posts: 32

Re: Alps touchpad as PS/2 Generic mouse

Malstrond wrote:

Hi, I have the same problem, but despite the solutions in this thread, the touchpad used in my Fujitsu Lifebook SH531 remains unidentifiable. It's always reported as a PS/2 Generic Mouse by X...

I have the same model, and adding the bootloader command line as described in this Ubuntu bug report seems to fix things. Just changed

LINUX ../vmlinuz-linux

to

LINUX ../vmlinuz-linux i8042.notimeout i8042.nomux

in /boot/syslinux/syslinux.cfg and now two finger scrolling and emulated middle click etc. works.

Offline

#46 2012-05-01 18:34:54

roneyfraga
Member
From: Brazil
Registered: 2012-05-01
Posts: 3

Re: Alps touchpad as PS/2 Generic mouse

Hello all,

I have a sony vaio notebook sb25, the touchpad works just like PS/2. I installed via yaourt both psmouse-alps and psmouse-elantech, but the touchpad is still recognized as PS/2.
Someone succeeded with some sony vaio sb25?  What can I do?

Note: My knowledge of linux are not very large.

Here is some information that may be helpful:

[roney@roney ~]$ uname -a
Linux roney 3.3.4-1-ARCH #1 SMP PREEMPT Sat Apr 28 00:21:22 CEST 2012 x86_64 Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz GenuineIntel GNU/Linux
 [roney@roney ~]$ xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse              	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=6	[slave  keyboard (3)]
    ↳ Sony Vaio Keys                          	id=7	[slave  keyboard (3)]
    ↳ Video Bus                               	id=8	[slave  keyboard (3)]
    ↳ Power Button                            	id=9	[slave  keyboard (3)]
    ↳ USB2.0 Camera                           	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)] 
 [roney@roney ~]$ dmesg | grep -i mouse
[    0.976074] mousedev: PS/2 mouse device common for all mice
[    5.527747] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5 
[roney@roney ~]$ cat /etc/X11/xorg.conf.d/10-synaptics.conf
 Section "InputClass"
    Identifier      "touchpad catchall"
    Driver          "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option          "SHMConfig" "on"
    Option          "TapButton1" "1"
    Option          "TapButton2" "2"
    Option          "TapButton3" "3"
    Option          "VertTwoFingerScroll" "on"
    Option          "HorizTwoFingerScroll" "on"
EndSection 

thank you very much
Roney

Offline

#47 2012-05-08 13:17:25

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

@roneyfraga
First of all, you don't have to install psmouse-alps, because those patches are already included in linux kernel 3.3.
Second, there's certainly no need to use both psmouse-alps and psmouse-elantech on one machine.

Now, the question is: what do you want? Does your touchpad not work correctly? Please, describe your problem.

And also, in case you posted xinput list output with psmouse-* packages installed, please remove both and post a new output.

Offline

#48 2012-05-08 17:53:58

roneyfraga
Member
From: Brazil
Registered: 2012-05-01
Posts: 3

Re: Alps touchpad as PS/2 Generic mouse

@ajaxas,  thanks for the help!

With the commands

yaourt -R psmouse-alps
yaourt -R psmouse-elantech

uninstalled psmouse-alps and psmouse-elantech. Restarted the laptop and ran the command xinput list. Following output:

[roney@roney ~]$ xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouse              	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=6	[slave  keyboard (3)]
    ↳ Sony Vaio Keys                          	id=7	[slave  keyboard (3)]
    ↳ Video Bus                               	id=8	[slave  keyboard (3)]
    ↳ Power Button                            	id=9	[slave  keyboard (3)]
    ↳ USB2.0 Camera                           	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)]

The touchpad is working but only with vertical scrolling, and no configuration is accepted.

I reinstalled sinapytcs,

sudo pacman -S  xf86-input-synaptics

But when executing the command synclient, I get the following output.

[roney@roney ~]$ sudo synclient -l
Senha:
Couldn't find synaptics properties. No synaptics driver loaded?

Thank you!
Roney

Offline

#49 2012-05-09 13:45:38

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: Alps touchpad as PS/2 Generic mouse

@roneyfraga
Googling your output didn't help much. Seems like you've got ALPS touchpad in your laptop indeed, and the latest patch set doesn't solve your problem. This could be one of those:
- either this is some driver/udev/xorg issue that I'm (unfortunately) not qualified to help with,
- or, more likely, you've got some new version of ALPS touchpad that requires changes either to the Linux kernel or to the synaptics driver.

You could also post contents of your /var/log/Xorg.0.log and output of cat /proc/bus/input/devices/, but I think I know what we're going to see.

Anyway, this is hardly an archlinux bug, so do this:
1. Subscribe to linux-input mailing list: http://vger.kernel.org/vger-lists.html#linux-input - this is where Linux kernel developers post and discuss patches to the Linux kernel and, well, sometimes they help people too ;) They did help me.
2. Send a message to linux-input@vger.kernel.org describing your problem, and containing the same output you've posted here, namely:
- uname -a
- xinput list
- cat /proc/bus/input/devices
- cat /etc/X11/xorg.conf.d/10-synaptics.conf
3. Tell us afterwards :)

Good luck solving your problem!

Offline

#50 2012-05-10 12:39:10

roneyfraga
Member
From: Brazil
Registered: 2012-05-01
Posts: 3

Re: Alps touchpad as PS/2 Generic mouse

@ajaxas, I used ubuntu for a few weeks in this laptop, and the file
psmouse-alps-dkms_0.9_all.deb
available at
https://help.ubuntu.com/community/AspireOne522
the touchpad worked with all the features.

Adding the outputs are:

[roney@roney ~]$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Keys"
P: Phys=
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input1
U: Uniq=
H: Handlers=kbd rfkill event1 
B: PROP=0
B: EV=13
B: KEY=1f160f0000 c00000000 10010000000000 200000000 600f00102c00 380000240300400 e000000000000 0
B: MSC=10

I: Bus=0010 Vendor=104d Product=0000 Version=0000
N: Name="Sony Vaio Jogdial"
P: Phys=
S: Sysfs=/devices/virtual/input/input2
U: Uniq=
H: Handlers=mouse0 event2 
B: PROP=0
B: EV=7
B: KEY=40000 0 0 0 0
B: REL=100

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input3
U: Uniq=
H: Handlers=kbd event3 
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
U: Uniq=
H: Handlers=event4 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
U: Uniq=
H: Handlers=kbd event5 
B: PROP=0
B: EV=3
B: KEY=10000000000000 0

I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event6 
B: PROP=0
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=103

I: Bus=0003 Vendor=04f2 Product=b26d Version=3055
N: Name="USB2.0 Camera"
P: Phys=usb-0000:00:1a.0-1.3/button
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7
U: Uniq=
H: Handlers=kbd event7 
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0001 Vendor=10ec Product=0275 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input8
U: Uniq=
H: Handlers=kbd event8 
B: PROP=0
B: EV=40001
B: SND=6

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=7"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
U: Uniq=
H: Handlers=event9 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
U: Uniq=
H: Handlers=event10 
B: PROP=0
B: EV=21
B: SW=140

I: Bus=0000 Vendor=0000 Product=0000 Version=0000
N: Name="HDA Intel PCH Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
U: Uniq=
H: Handlers=event11 
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:27/LNXVIDEO:00/input/input12
U: Uniq=
H: Handlers=kbd event12 
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:09/input/input13
U: Uniq=
H: Handlers=kbd event13 
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0
[roney@roney ~]$ cat /etc/X11/xorg.conf.d/10-synaptics.conf
#Section "InputClass"
#        Identifier "touchpad catchall"
#        Driver "synaptics"
#        MatchIsTouchpad "on"
#        MatchDevicePath "/dev/input/event*"
#        Option "TapButton1" "1"
#        Option "TapButton2" "2"
#        Option "TapButton3" "3"
#EndSection


## versão modificada
#Section "InputClass"
# Identifier "touchpad catchall"
# Driver "synaptics"
# MatchIsTouchpad "on"
# Option "TapButton1" "1"
# Option "TapButton2" "2"
# Option "TapButton3" "3"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1230"
# Option "RightEdge" "5100"
# Option "TopEdge" "1040"
# Option "ButtomEdge" "4775"
# Option "VerScrollDelta" "100"
# Option "VertEdgeScroll" "true"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "SHMConfig" "true"
#EndSection



#Section "InputClass"
#   Identifier "enable synaptics SHMConfig"
#   MatchIsTouchpad "on"
#   MatchDevicePath "/dev/input/event*"
#   Option "SHMConfig" "on"
#EndSection

Section "InputClass"
    Identifier      "touchpad catchall"
    Driver          "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option          "SHMConfig" "on"
    Option          "TapButton1" "1"
    Option          "TapButton2" "2"
    Option          "TapButton3" "3"
    Option          "VertTwoFingerScroll" "on"
    Option          "HorizTwoFingerScroll" "on"
EndSection 

When I receive an answer, post here.

thank you
Roney

Offline

Board footer

Powered by FluxBB