Enviado em 28/12/2018 - 19:57h
Tentei configurar sozinho seguindo alguns tutorias e não consegui.# Match on all types of devices but joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "false"
Option "ScrollMethod" "edge"
Option "HorizontalScrolling" "true"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ USB OPTICAL 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)]
â³ Power Button id=7 [slave keyboard (3)]
â³ EasyCamera id=8 [slave keyboard (3)]
â³ Ideapad extra buttons id=9 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
â³ Speakup id=11 [slave keyboard (3)]