데비안 Lenny에 Wacom Bamboo 타블렛 설치 하기.
Wacom 타블렛은 팬의 압력을 디지털로 변환해 이 기능을 지원하는 그래픽 프로그램에서 실제 그림 붓과 비슷한 효과를 낸다.
Distribution name: Lenny
Kernel version: 2.6.26-2
The Linux Wacom Project: Wacom 타블렛 드라이버 개발 그룹
필요한 패키지들:
xserver-xorg-input-wacom
wacom-tools
# apt-get install xserver-xorg-input-wacom
# apt-get install wacom-tools
타블렛 환경 추가 /etc/X11/xorg.conf
# Wacom Bamboo Fun
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
GIMP 에서 타블렛 설정하기.
[File] - [Preferences] - [Input Devices]
[Input Devices] 메뉴에서 위에 설정한 5가지 장치명을 찾을 수 있다. 타블렛 모드 (stylus, cursor, eraser, pad)는 Screen으로 한다.
첨부 파일은 GIMP에서 타블렛으로 그린 그림.
첨부 | 파일 크기 |
---|---|
![]() | 18.89 KB |
댓글 달기