mieki256's diary



2007/01/11(木) [n年前の日記]

#3 [linux] knoppix機でタブレットを動かした際の xorg.conf 該当部分をメモ

書いておかないと、忘れそう。>自分。
Section "ServerLayout"
    # (中略)
# PS/2 Mouse not detected
    # InputDevice    "Serial Mouse" "CorePointer"
        InputDevice    "USB Mouse" "CorePointer"
    InputDevice "stylus" "AlwaysCore"
    # InputDevice   "eraser" "AlwaysCore"
    InputDevice "cursor" "AlwaysCore"
EndSection

    # (中略)

# Section "InputDevice"
#   Identifier  "Serial Mouse"
#   Driver      "mouse"
#   Option      "Protocol" "Microsoft"
#   Option      "Device" "/dev/ttyS0"
#   Option      "Emulate3Buttons" "true"
#   Option      "Emulate3Timeout" "70"
#   Option      "SendCoreEvents"  "true"
# EndSection
 
Section "InputDevice"
    Identifier  "stylus"
        Driver      "wacom"
    Option      "Type" "stylus"
    Option      "Device" "/dev/ttyS0"
    # Option      "Tilt"      "on"
    # Option      "BaudRate"  "19200"
    # Option      "Threshold" "10"
    # Option      "Suppress" "6"
    Option      "Mode" "Absolute"
EndSection

# Section "InputDevice"
#         Identifier  "eraser"
#   Driver      "wacom"
#   Option      "Type" "eraser"
#   Option      "Device" "/dev/ttyS0"
#   Option      "Tilt"      "on"
#   Option      "BaudRate"  "19200"
#   # Option      "Threshold" "10"
#   Option      "Suppress" "6"
#   Option      "Mode" "Absolute"
# EndSection
 
Section "InputDevice"
    Identifier  "cursor"
    Driver      "wacom"
    Option      "Type" "cursor"
    Option      "Device" "/dev/ttyS0"
    # Option      "Tilt"      "on"
    # Option      "BaudRate"  "19200"
    # Option      "Threshold" "10"
    # Option      "Suppress" "6"
    Option      "Mode" "Absolute"
EndSection
シリアル接続のwacom製タブレットだけど、消しゴム機能がないぐらいに昔の製品 ―― KT-0405-R なる製品なので、試しに eraser はコメントアウトしてみた。

最初のうちは BaudRate を指定してたけど、Intuos じゃないと意味がないらしいという話も見かけたのでコメントアウト。Threshold も同様。Suppress は、指定しなければデフォルト値が使われるらしいので、これもコメントアウト。

以上です。

過去ログ表示

Prev - 2007/01 - Next
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project