Linux mint xfce тачпад

Linux Mint Forums

LMDE XFCE: touchpad does not emulate clicking

LMDE XFCE: touchpad does not emulate clicking

Post by aljoriz » Thu Mar 24, 2011 5:54 am

I have installed LMDE XFCE 32bit on my Asus 1005ha EEEpc. My problem is the touch pad can emulate a click by tapping on the touch pad.

Any advise will be appreciated.

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: LMDE XFCE: touchpad does not emulate clicking

Post by richyrich » Thu Mar 24, 2011 7:44 am

Is your trackpad listed in Settings->Mouse ?

If not, try the following terminal command :

Re: LMDE XFCE: touchpad does not emulate clicking

Post by aljoriz » Thu Mar 24, 2011 8:28 am

thanks for the reply. It took me 15min to google: «debian xfce touchpad» and read through every result and here is the solution

sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf

copy-paste the following over the entries:
Section «InputClass»
Identifier «touchpad catchall»
Driver «synaptics»
MatchIsTouchpad «on»
Option «TapButton1» «1»
Option «VertEdgeScroll» «1»
EndSection

Save then go back to the terminal and type sudo reboot

on the reboot all will be well.

MODS: Pls marked as solved

Re: LMDE XFCE: touchpad does not emulate clicking

Post by Troken » Tue Mar 29, 2011 12:53 pm

aljoriz wrote: thanks for the reply. It took me 15min to google: «debian xfce touchpad» and read through every result and here is the solution
.

MODS: Pls marked as solved

Re: LMDE XFCE: touchpad does not emulate clicking

Post by travlemon » Thu Oct 13, 2011 6:36 pm

aljoriz wrote: thanks for the reply. It took me 15min to google: «debian xfce touchpad» and read through every result and here is the solution

sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf

copy-paste the following over the entries:
Section «InputClass»
Identifier «touchpad catchall»
Driver «synaptics»
MatchIsTouchpad «on»
Option «TapButton1» «1»
Option «VertEdgeScroll» «1»
EndSection

Читайте также:  Recovering linux user password

Save then go back to the terminal and type sudo reboot

on the reboot all will be well.

MODS: Pls marked as solved

WARNING

Post by timbo » Fri Nov 18, 2011 7:20 pm

I do not know why, BUT after I applied those changes on my Thinkpad x220, boot into the system did not work. I have reverted the file to its original state via a Live environment.

Re: WARNING

Post by travlemon » Fri Nov 18, 2011 7:30 pm

timbo wrote: I do not know why, BUT after I applied those changes on my Thinkpad x220, boot into the system did not work. I have reverted the file to its original state via a Live environment.

Now that you mention this, I had the same problem. The fix worked the first time, but I had to reinstall my system for various reasons. I tried to apply it again, and I couldn’t get it to boot. Only thing I did differently the second time was type the data into the file manually, rather than copy and paste it.

Re: LMDE XFCE: touchpad does not emulate clicking

Post by Zenbaku » Sat Nov 19, 2011 11:16 pm

Many thanks for the solution, I just copy the part that involved the touch, and no the one relating to vertical edge or something. (Maybe that part caused the boot problem for the other users)

Re: WARNING

Post by genaroarismendi » Mon Feb 13, 2012 4:31 am

Hi, I have the problem with the touchpad and I tryed to fix it using this post, however, something were wrong during my procedure application and now y have the following problem when my computer starts: startpar: service(s) returned failure: rc.local . failed!

Please note that I errased ALL the content of the file and pasted:

Section «InputClass»
Identifier «touchpad catchall»
Driver «synaptics»
MatchIsTouchpad «on»
Option «TapButton1» «1»
Option «VertEdgeScroll» «1»
EndSection

I would like to restore the original content of file, or do something that bring my computer back! [I’m new in all this linux stuff]

timbo wrote: I do not know why, BUT after I applied those changes on my Thinkpad x220, boot into the system did not work. I have reverted the file to its original state via a Live environment.

Re: LMDE XFCE: touchpad does not emulate clicking

Post by xircon » Mon Feb 13, 2012 3:29 pm

# Example xorg.conf.d snippet that assigns the touchpad driver # to all touchpads. See xorg.conf.d(5) for more information on # InputClass. # DO NOT EDIT THIS FILE, your distribution will likely overwrite # it when updating. Copy (and rename) this file into # /etc/X11/xorg.conf.d first. # Additional options may be added in the form of # Option "OptionName" "value" # Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" Option "TapButton1" "1" # tap to click Option "VertEdgeScroll" "1" # This option is recommend on all Linux systems using evdev, but cannot be # enabled by default. See the following link for details: # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html # MatchDevicePath "/dev/input/event*" EndSection Section "InputClass" Identifier "touchpad ignore duplicates" MatchIsTouchpad "on" MatchOS "Linux" MatchDevicePath "/dev/input/mouse*" Option "Ignore" "on" EndSection 

Источник

Читайте также:  Настройка интернета линукс консоль

Linux Mint Forums

Forum rules
There are no such things as «stupid» questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Touchpad click not working Linux Mint xfce

Post by Praveen1234 » Mon Mar 28, 2022 2:54 am

My touch pad is working fine to move cursor but when I touch the touchpad it should consider it as a click and touch with two finger(at same time)should consider as right click but it’s not and I have to click the real button with touchpad which is annoying. anyway for this?

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Jo-con-Ël Level 9
Posts: 2755 Joined: Sun Jun 20, 2021 12:41 pm Location: donde habita el olvido

Re: Touchpad click not working Linux mint xefc

Post by Jo-con-Ël » Mon Mar 28, 2022 3:08 am

Configure as desired on Menu>Settings>Mouse and Touchpad (on Device menu select your touchpad and on Touchpad tab activate/check Tap touchpad to click on General as it would be disabled by default).

Re: Touchpad click not working Linux mint xefc

Post by Hoser Rob » Mon Mar 28, 2022 9:46 am

I use Xfce but I’m on KDE right now so I can’t try it. But AFAIK Xfce does not support this. See this from the Xfce docs:

Jo-con-Ël Level 9
Posts: 2755 Joined: Sun Jun 20, 2021 12:41 pm Location: donde habita el olvido

Re: Touchpad click not working Linux mint xefc

Post by Jo-con-Ël » Mon Mar 28, 2022 12:11 pm

Hoser Rob wrote: ⤴ Mon Mar 28, 2022 9:46 am AFAIK Xfce does not support this. See this from the Xfce docs:

Image

I do not know why you say it is not supported by XFCE. My screenshot is from Linux Mint 20.2 XFCE, also see image on that link

and what they say in text:

Tap touchpad to click
When this option is selected, tapping the touchpad with your finger will preform the same action as clicking the primary mouse button. The device property Synaptics Tap Action will be set to 1 2 3 ….
To click, tap on the touchpad. To double-click, tap twice. To drag an item, double-tap but don’t lift your finger after the second tap. Drag the item where you want it, then lift your finger to drop.

Читайте также:  Виртуальная машина чтобы поставить линукс

Источник

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Touchpad not working Mint 19.3 XFCE

Post by Kev1105 » Mon Apr 13, 2020 5:30 am

I am running Mint 19.3 XFCE

I have an issue where I tried to install a another distro to a USB and then the touchpad on my laptop stopped working.

It is being detected I have tried a Mouse it is also detected but will not work. I have also tried

sudo dpkg configure -a it has had no effect either. Can anyone help?

:~$ lspci 00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e) 00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e) 00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e) 00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0e) 00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e) 00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e) 00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e) 00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e) 00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e) 00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e) 00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e) 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 07) 02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01) 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
~$ Lsusb Bus 002 Device 001: Id 1d6b:0003 Linux Foundation 3.0 Root Hub Bus 001 Device 003: Id 1a40:0101 Terminus Technology Inc. Hub Bus 001 Device 002: Id 04f2:B446 Chicony Electronics Co., Ltd Bus 001 Device 001: Id 1d6b:0002 Linux Foundation 2.0 Root Hub

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Источник

Оцените статью
Adblock
detector