타블렛 설치에 성공했으나, 클릭 인식 등에 오류가 있습니다

Kroisse의 이미지

타블렛은 와콤 그라파이어 III 4x5이며, 상황은 아래의 스크린샷과 같습니다.

분명히 펜 촉을 뗐음에도 불구하고, 화면에 계속 가는 선이 그려집니다. (제가 보기엔 펜이 완전히 떨어진 것을 인식하지 못하는 듯 합니다)
더불어, 펜 옆의 버튼 둘을 모두 가운데 버튼으로 인식하는 문제, 펜촉과 버튼의 클릭을 여러 번 인식하는 문제,
그리고 사소하지만 지우개로 문질렀을 때 지워지지 않고 선이 그려지는 문제가 있습니다. :?

/etc/X11/xorg.conf의 내용은 다음과 같습니다.

Quote:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

(중략, 주석 및 마우스/키보드 부분)

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "DeviceName" "WacomCursor"
Option "Type" "cursor"
Option "Mode" "Absolute"
Option "USB" "on" # USB ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "DeviceName" "WacomStylus"
Option "Type" "stylus"
Option "Suppress" "6"
Option "Mode" "Absolute"
Option "USB" "on"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "DeviceName" "WacomEraser"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "USB" "on"
EndSection

(후략, VGA 및 모니터 부분)

아무쪼록 좋은 답변 부탁드립니다. :)

File attachments: 
첨부파일 크기
Image icon 스크린샷.png256.42 KB
codebank의 이미지

저는 타블렛을 사용해본적이 없어서 단지 인터넷 정보만으로 상황을 판단해보겠습니다.
첫번째 모듈(또는 커널포함)로 해당기기가 사용가능한가?

http://www.linux.com/howtos/Wacom-Tablet-HOWTO-3.shtml

당연한 이야기겠지만 일단은 점검차원에서...(모듈로 되어있다면 lsmod로 확인가능...)

두번째 console또는 X설정은 잘되어있는가?

console의 경우 gpm을 이용해서 마우스처럼 사용가능하도고 보았습니다.
X의 경우에는 보통은

http://sem.best.vwh.net/linux/wacom/

에있는 문서를 참조합니다.
그런데 이것보다 조금 자세한 설명이 있는 문서가
http://www.faqs.org/docs/Linux-HOWTO/Wacom-Tablet-HOWTO.html
이문서가 아닐까요?

두번째문서의 경우 디버깅도 가능하도록 되어있으므로 해당 문서를 잘 읽어보시면
무엇이 원인인지 찾을 수가 있을겁니다.

참고로 제가 찾은 다른점은 위에 올려놓으신 xorg.conf의 Section "Module"
부분에 위 faqs.org에서는 없는것이 있습니다.
즉,

Quote:
Load "wacom" # Wacom Device Driver

이부분이 빠져있더군요.
보통은 넣어주는 것이 정상일것 같고 틀린부분이라봐야 저것밖에는 없어서 지적을
해보았습니다.

------------------------------
좋은 하루 되세요.

avelose의 이미지

그라파이어 2 사용자입니다.
저도 초기에 그런식으로 문제가 생겨서 리눅스랑 호환이 잘 안되나보다라고 생각했었는데 저의 경우엔 커널 컴파일하면서 아예 커널에다가 박아 버렸더니 잘 되더군요. 모듈로 처리할 때는 계속 압력감지가 비정상적으로 되더군요.
그 때 2.4대를 쓸 대였는지 지금은 어떨지..

리눅스에서 그래픽 작업할 일이 없다가 보니.. 노트북에서 그래픽작업하면 크흠..

'현실은 수학으로 표현할 수 없다.'
'수학은 거짓의 학문이다.'
'난 수학이 정말 싫다.'

Kroisse의 이미지

codebank wrote:

참고로 제가 찾은 다른점은 위에 올려놓으신 xorg.conf의 Section "Module"
부분에 위 faqs.org에서는 없는것이 있습니다.
즉,

Quote:
Load "wacom" # Wacom Device Driver

이부분이 빠져있더군요.
보통은 넣어주는 것이 정상일것 같고 틀린부분이라봐야 저것밖에는 없어서 지적을
해보았습니다.

으음... 추가해도 같은 증상을 보이는군요. 언제 한번 날잡아서 커널 컴파일이나 해봐야겠습니다. :(
답변 감사합니다. :D

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.