Difference between revisions of "Wacom Tablet And Pen/ru"

Created page with "#Section "InputClass" # Identifier "evdev touchscreen catchall" # MatchIsTouchscreen "on" # MatchDevicePath "/dev/input/event*" # Driver "evdev" #E..."
(Created page with "Возможно, потребуется сделать симлинк на него следующим образом: sudo ln -s /usr/share/X11/xorg.conf.d/10-evdev.conf /e...")
(Created page with "#Section "InputClass" # Identifier "evdev touchscreen catchall" # MatchIsTouchscreen "on" # MatchDevicePath "/dev/input/event*" # Driver "evdev" #E...")
Line 28: Line 28:
  sudo ln -s /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
  sudo ln -s /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf


<div lang="en" dir="ltr" class="mw-content-ltr">
<pre>
<pre>
~ >>> cat /etc/X11/xorg.conf.d/10-evdev.conf
~ >>> cat /etc/X11/xorg.conf.d/10-evdev.conf
#
#
# Catch-all evdev loader for udev-based systems
# Загрузчик evdev для систем на базе udev.
# We don't simply match on any device since that also adds accelerometers
# Мы не просто сопоставляем любые устройства, поскольку это также добавляет акселерометры
# and other devices that we don't really want to use. The list below
# и другие устройства, которые мы на самом деле не хотим использовать. Приведенный ниже список
# matches everything but joysticks.
# соответствует всему, кроме джойстиков.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Section "InputClass"
Section "InputClass"
         Identifier "evdev pointer catchall"
         Identifier "evdev pointer catchall"
Line 45: Line 42:
         Driver "evdev"
         Driver "evdev"
EndSection
EndSection
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
#Section "InputClass"
#Section "InputClass"
#        Identifier "evdev keyboard catchall"
#        Identifier "evdev keyboard catchall"
Line 54: Line 49:
#        Driver "evdev"
#        Driver "evdev"
#EndSection
#EndSection
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
#Section "InputClass"
#Section "InputClass"
#        Identifier "evdev touchpad catchall"
#        Identifier "evdev touchpad catchall"
Line 63: Line 56:
#        Driver "evdev"
#        Driver "evdev"
#EndSection
#EndSection
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
#Section "InputClass"
#Section "InputClass"
#        Identifier "evdev tablet catchall"
#        Identifier "evdev tablet catchall"
Line 72: Line 63:
#        Driver "evdev"
#        Driver "evdev"
#EndSection
#EndSection
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
#Section "InputClass"
#Section "InputClass"
#        Identifier "evdev touchscreen catchall"
#        Identifier "evdev touchscreen catchall"
Line 82: Line 71:
#EndSection
#EndSection
</pre>
</pre>
</div>




translator
10,735

edits