wacom Intuos3 在linux下的安装
时间:2006-07-16 来源:freeidea
在Linux下安装好了Intuos3,使用正常。现在和大家分享一下。
操作系统:Ubuntu 6.06
手写板:Wacom Intuos3
首先以root身份登录
#aptitude
安装wacom-tools包
运行wacdump检测Intuos3的USB接口
#wacdump /dev/input/event3
修改/etc/X11/xorg.conf
添加:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/event3" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#添加以下4行
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
在gimp中使用Intuos3
在gimp的首选项中选择输入设置,再点选扩展输入设备,将stylus,curosr,eraser设为屏幕,保存设置即可
让Intuos3上的板键发挥作用。
要实现这个功能需下载expresskeys程序,编译并安装。
编译时可能会出现让你安装libxtst,libxext,libxi等开发包。
安装好后,运行expresskey pad stylus
即可启用Intuos3上的板键
详细说明请看http://linuxwacom.sourceforge.net/index.php/howto/main
操作系统:Ubuntu 6.06
手写板:Wacom Intuos3
首先以root身份登录
#aptitude
安装wacom-tools包
运行wacdump检测Intuos3的USB接口
#wacdump /dev/input/event3
修改/etc/X11/xorg.conf
添加:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event3" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/event3" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#添加以下4行
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
在gimp中使用Intuos3
在gimp的首选项中选择输入设置,再点选扩展输入设备,将stylus,curosr,eraser设为屏幕,保存设置即可
让Intuos3上的板键发挥作用。
要实现这个功能需下载expresskeys程序,编译并安装。
编译时可能会出现让你安装libxtst,libxext,libxi等开发包。
安装好后,运行expresskey pad stylus
即可启用Intuos3上的板键
详细说明请看http://linuxwacom.sourceforge.net/index.php/howto/main
相关阅读 更多 +
排行榜 更多 +