Настройка Wacom для GNU/Linux |
Автор: admin Просмотров: 3941 Комментарии:
Добавлен: 1 июня 2012
Обновлено: 11.11.2014 - 17:25
Файл /etc/X11/xorg.conf:
Section "Module"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/ttyS0"
Option "Name" "INTUOS v3 Tablet (USB)"
Option "SendCoreEvents" "on"
Option "Type" "cursor"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0"
Option "Name" "INTUOS v1-3 Stylus (USB)"
Option "SendCoreEvents" "on"
Option "Type" "stylus"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Vendor" "WACOM"
#context menu, right mouse key (контекстное меню по правой кнопке мыши)
Option "Button2" "3"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0"
Option "Name" "INTUOS v3 Eraser (USB)"
Option "SendCoreEvents" "on"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/ttyS0"
Option "Name" "INTUOS v3 Keypad (USB)"
Option "SendCoreEvents" "on"
Option "Type" "pad"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "Button2 3"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection
Скрипт поворота экрана и стилуса для GNU/Linux
------------------------
ТРИО теплый пол отзыв
Заработок на сокращении ссылок
Earnings on reducing links
Код PHP на HTML сайты
Категория: Компьютерные советы
Комментарии |