Перейти в группу новостей: 
 
Тема Re: Под Ubuntu не работает тачпад
Написал ammat <ammat@mail.ru>
Дата 11 февраля 2021 в 14:53:13
Группа новостей kraft.os.linux

On 11.02.2021 13:18, Sergey Y. Afonin wrote:
> ammat wrote:
>
>> на функциональных клавишах тоже не нашёл выкл\вкл тачпад.
>
> А у тебя что-нибудь про конфиг тачпада есть в конфиге x-ов?
> С каким-нибудь synaptics в названии, только не вот тот GUI
> к apt, который так же называется практически.

Ты про это?

/usr/share/X11/xorg.conf.d$ ls
10-amdgpu.conf 10-quirks.conf 10-radeon.conf 40-libinput.conf
70-wacom.conf

--------------
$cat 70-wacom.conf

# Some of the below input classes appear 3x times, once for each of
# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
# driver is not accidentally bound to other types of hardware that
# Wacom has made which are not handled by the wacom driver (e.g the
# Wacom Bluetooth Keyboard)
#
# https://sourceforge.net/p/linuxwacom/bugs/294/

Section "InputClass"
Identifier "Wacom USB tablet class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchscreen class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchpad class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom tablet class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchscreen class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchpad class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

# Serial Wacom devices should always be one of tablet, touchscreen, or
# touchpad so we can safely get away with just one match section in
# these cases
Section "InputClass"
Identifier "Wacom PnP device class"
MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
Identifier "Hanwang class"
MatchProduct "Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection

# Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
Section "InputClass"
Identifier "Dell Canvas 27 Touch"
MatchUSBID "2575:0204"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

# Surface Go
Section "InputClass"
Identifier "SurfaceGo Touch"
MatchProduct "ELAN9038:00 04F3:261A"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Nuvision Solo 10 Draw (Supports Surface Pens)
Section "InputClass"
Identifier "Nuvision Solo 10 Draw"
MatchProduct "04F3200A:00 04F3:22F7"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection


----------------------
$ cat 70-wacom.conf

# Some of the below input classes appear 3x times, once for each of
# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
# driver is not accidentally bound to other types of hardware that
# Wacom has made which are not handled by the wacom driver (e.g the
# Wacom Bluetooth Keyboard)
#
# https://sourceforge.net/p/linuxwacom/bugs/294/

Section "InputClass"
Identifier "Wacom USB tablet class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchscreen class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchpad class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom tablet class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchscreen class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchpad class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

# Serial Wacom devices should always be one of tablet, touchscreen, or
# touchpad so we can safely get away with just one match section in
# these cases
Section "InputClass"
Identifier "Wacom PnP device class"
MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
Identifier "Hanwang class"
MatchProduct "Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection

# Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
Section "InputClass"
Identifier "Dell Canvas 27 Touch"
MatchUSBID "2575:0204"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

# Surface Go
Section "InputClass"
Identifier "SurfaceGo Touch"
MatchProduct "ELAN9038:00 04F3:261A"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Nuvision Solo 10 Draw (Supports Surface Pens)
Section "InputClass"
Identifier "Nuvision Solo 10 Draw"
MatchProduct "04F3200A:00 04F3:22F7"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
--------------------
Все сообщения в этой теме
 
#  Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 13:45:08
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 14:18:14
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 14:53:13
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 14:56:10
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 15:08:31
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 15:05:54
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 15:25:22
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 15:49:30
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 15:51:04
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 16:07:48
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 16:26:27
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 16:33:57
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 16:37:09
#  Re: Под Ubuntu не работает тачпад ammat 11 февраля 2021 в 16:46:27
#  Re: Под Ubuntu не работает тачпад Sergey Y. Afonin 11 февраля 2021 в 17:13:03
#  Re: Под Ubuntu не работает тачпад ammat 12 февраля 2021 в 10:32:13
#  Re: Под Ubuntu не работает тачпад Pavel 12 февраля 2021 в 21:33:20
#  Re: Под Ubuntu не работает тачпад Pavel 12 февраля 2021 в 21:42:29
#  Re: Под Ubuntu не работает тачпад ammat 14 февраля 2021 в 01:35:28
#  Re: Под Ubuntu не работает тачпад p 14 февраля 2021 в 16:23:47
#  Re: Под Ubuntu не работает тачпад ammat 15 февраля 2021 в 15:52:36
#  Re: Под Ubuntu не работает тачпад Eldar 15 февраля 2021 в 15:55:58
#  Re: Под Ubuntu не работает тачпад ammat 15 февраля 2021 в 16:27:16
#  Re: Под Ubuntu не работает тачпад Pavel 17 февраля 2021 в 09:59:05
#  Re: Под Ubuntu не работает тачпад Suigintou 18 февраля 2021 в 15:48:00
#  Re: Под Ubuntu не работает тачпад Pavel 18 февраля 2021 в 22:21:13



Время выполнения скрипта: 0.001741886138916 сек.