wacomタブレット

「wacomタブレット」の編集履歴(バックアップ)一覧はこちら

wacomタブレット」(2008/06/22 (日) 23:03:11) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

<div class="main"> <p>Ubuntu8.04でwacomタブレットを使用するための設定方法<br /><br /> 難しいように説明されていることが多いが初心者の私でも分かってしまえば簡単でした。<br /> 一部で紹介されているようにカーネルの再コンパイルは私の環境では必要ありませんでした。<br /> 参考にしたのはこの<a href="http://wiki.livedoor.jp/ryunosinfx/d/%A5%BF%A5%D6%A5%EC%A5%C3%A5%C8%A4%F2%BB%C8%A4%A64Ubuntu8.04">ページ</a>です。<br /><a href="http://linuxwacom.sourceforge.net/index.php/howto/inputdev">ここ</a>は英語ですけど、細かい設定しようと思えば、見ないといけません。<br /><br /><span style="color:rgb(128,128,128);background-color:rgb(255,255,0);">少しだけ訳してみましたので、よければ見てください.</span><small><a href="http://cms.wiki.livedoor.com/wiki/add?wiki_id=8097&amp;pagename=wacom%A4%CE%C0%DF%C4%EA%CA%FD%CB%A1%A4%CE%B1%D1%CC%F5">?</a></small><br /><br /><br /> 要約すると、<br /> 1.synapticを使用して、wacomを検索→wacom-toolsをインストール。<br /> 2.xorg.confに必要項目を追記する.<br /> たったこれだけです。<br /><br /> 2.を行うためには、sudo gedit /etc/X11/xorg.confでgeditを起動させなければいけません。<br /><br /> ちなみに私の環境(intuos3 USB接続)だと以下の様になります。赤いの部分が追加した部分です.</p> <p> </p> # xorg.conf (X.Org X Window System server configuration file)<br /> #<br /> # This file was generated by dexconf, the Debian X Configuration tool, using<br /> # values from the debconf database.<br /> #<br /> # Edit this file with caution, and see the xorg.conf manual page.<br /> # (Type &quot;man xorg.conf&quot; at the shell prompt.)<br /> #<br /> # This file is automatically updated on xserver-xorg package upgrades *only*<br /> # if it has not been modified since the last upgrade of the xserver-xorg<br /> # package.<br /> #<br /> # If you have edited this file but would like it to be automatically updated<br /> # again, run the following command:<br /> # sudo dpkg-reconfigure -phigh xserver-xorg<br /><br /> Section &quot;InputDevice&quot;<br /> Identifier &quot;Generic Keyboard&quot;<br /><blockquote>Driver &quot;kbd&quot;<br /> Option &quot;XkbRules&quot; &quot;xorg&quot;<br /> Option &quot;XkbModel&quot; &quot;jp106&quot;<br /> Option &quot;XkbLayout&quot; &quot;jp,jp&quot;<br /> Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle,grp_led:scroll&quot;<br /> Option &quot;XkbVariant&quot; &quot;106,&quot;<br /></blockquote> EndSection<br /><br /> Section &quot;InputDevice&quot;<br /> Identifier &quot;Configured Mouse&quot;<br /> Driver &quot;mouse&quot;<br /> Option &quot;CorePointer&quot;<br /> EndSection<br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;stylus&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;stylus&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;eraser&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;eraser&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;cursor&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;cursor&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Mode&quot; &quot;relative&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">#Intuos3 or Cintiq 21UX</span><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;pad&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;pad&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /> Section &quot;Device&quot;<br /> Identifier &quot;Configured Video Device&quot;<br /> Driver &quot;fglrx&quot;<br /> EndSection<br /><br /> Section &quot;Monitor&quot;<br /> Identifier &quot;Configured Monitor&quot;<br /> EndSection<br /><br /> Section &quot;Screen&quot;<br /> Identifier &quot;Default Screen&quot;<br /> Monitor &quot;Configured Monitor&quot;<br /> Device &quot;Configured Video Device&quot;<br /> Defaultdepth 24<br /> EndSection<br /><br /> Section &quot;ServerLayout&quot;<br /> Identifier &quot;Default Layout&quot;<br /><span style="color:rgb(255,69,0);">InputDevice &quot;stylus&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;cursor&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;eraser&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;pad&quot; #For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event</span><br /> screen &quot;Default Screen&quot;<br /> EndSection<br /><br /> Section &quot;Module&quot;<br /> Load &quot;glx&quot;<br /> EndSection <p><br /><br /> 使用するタブレットや接続方法によって、すこしずつ変わりますので、上記のページをご参照ください.</p> </div>
<div class="main"> <p>Ubuntu8.04でwacomタブレットを使用するための設定方法<br /><br /> 難しいように説明されていることが多いが初心者の私でも分かってしまえば簡単でした。<br /> 一部で紹介されているようにカーネルの再コンパイルは私の環境では必要ありませんでした。<br /> 参考にしたのはこの<a href="http://wiki.livedoor.jp/ryunosinfx/d/%A5%BF%A5%D6%A5%EC%A5%C3%A5%C8%A4%F2%BB%C8%A4%A64Ubuntu8.04">ページ</a>です。<br /><a href="http://linuxwacom.sourceforge.net/index.php/howto/inputdev">ここ</a>は英語ですけど、細かい設定しようと思えば、見ないといけません。<br /><br /><span style="color:rgb(128,128,128);background-color:rgb(255,255,0);">少しだけ訳してみましたので、よければ見てください.</span><small><a href="http://cms.wiki.livedoor.com/wiki/add?wiki_id=8097&amp;pagename=wacom%A4%CE%C0%DF%C4%EA%CA%FD%CB%A1%A4%CE%B1%D1%CC%F5">?</a></small><br /><br /><br /> 要約すると、<br /> 1.synapticを使用して、wacomを検索→wacom-toolsをインストール。<br /> 2.xorg.confに必要項目を追記する.<br /> たったこれだけです。<br /><br /> 2.を行うためには、sudo gedit /etc/X11/xorg.confでgeditを起動させなければいけません。<br /><br /> ちなみに私の環境(intuos3 USB接続)だと以下の様になります。赤いの部分が追加した部分です.</p> <p> </p> # xorg.conf (X.Org X Window System server configuration file)<br /> #<br /> # This file was generated by dexconf, the Debian X Configuration tool, using<br /> # values from the debconf database.<br /> #<br /> # Edit this file with caution, and see the xorg.conf manual page.<br /> # (Type &quot;man xorg.conf&quot; at the shell prompt.)<br /> #<br /> # This file is automatically updated on xserver-xorg package upgrades *only*<br /> # if it has not been modified since the last upgrade of the xserver-xorg<br /> # package.<br /> #<br /> # If you have edited this file but would like it to be automatically updated<br /> # again, run the following command:<br /> # sudo dpkg-reconfigure -phigh xserver-xorg<br /><br /> Section &quot;InputDevice&quot;<br /> Identifier &quot;Generic Keyboard&quot;<br /> Driver &quot;kbd&quot;<br /> Option &quot;XkbRules&quot; &quot;xorg&quot;<br /> Option &quot;XkbModel&quot; &quot;jp106&quot;<br /> Option &quot;XkbLayout&quot; &quot;jp,jp&quot;<br /> Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle,grp_led:scroll&quot;<br /> Option &quot;XkbVariant&quot; &quot;106,&quot;<br /> EndSection<br /><br /> Section &quot;InputDevice&quot;<br /> Identifier &quot;Configured Mouse&quot;<br /> Driver &quot;mouse&quot;<br /> Option &quot;CorePointer&quot;<br /> EndSection<br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;stylus&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;stylus&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;eraser&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;eraser&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;cursor&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;cursor&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Mode&quot; &quot;relative&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Twinview&quot;&quot;horizontal&quot;</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /><span style="color:rgb(255,69,0);">#Intuos3 or Cintiq 21UX</span><br /><span style="color:rgb(255,69,0);">Section &quot;InputDevice&quot;</span><br /><span style="color:rgb(255,69,0);">Driver &quot;wacom&quot;</span><br /><span style="color:rgb(255,69,0);">Identifier &quot;pad&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;Device&quot; &quot;/dev/input/wacom&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">Option &quot;Type&quot; &quot;pad&quot;</span><br /><span style="color:rgb(255,69,0);">Option &quot;USB&quot; &quot;on&quot; #USB ONLY</span><br /><span style="color:rgb(255,69,0);">EndSection</span><br /><br /> Section &quot;Device&quot;<br /> Identifier &quot;Configured Video Device&quot;<br /> Driver &quot;fglrx&quot;<br /> EndSection<br /><br /> Section &quot;Monitor&quot;<br /> Identifier &quot;Configured Monitor&quot;<br /> EndSection<br /><br /> Section &quot;Screen&quot;<br /> Identifier &quot;Default Screen&quot;<br /> Monitor &quot;Configured Monitor&quot;<br /> Device &quot;Configured Video Device&quot;<br /> Defaultdepth 24<br /> EndSection<br /><br /> Section &quot;ServerLayout&quot;<br /> Identifier &quot;Default Layout&quot;<br /><span style="color:rgb(255,69,0);">InputDevice &quot;stylus&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;cursor&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;eraser&quot;&quot;SendCoreEvents&quot;</span><br /><span style="color:rgb(255,69,0);">InputDevice &quot;pad&quot; #For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event</span><br /> screen &quot;Default Screen&quot;<br /> EndSection<br /><br /> Section &quot;Module&quot;<br /> Load &quot;glx&quot;<br /> EndSection <p><br /><br /> 使用するタブレットや接続方法によって、すこしずつ変わりますので、上記のページをご参照ください.</p> </div>

表示オプション

横に並べて表示:
変化行の前後のみ表示: