{"id":4448,"date":"2010-04-20T22:09:17","date_gmt":"2010-04-20T13:09:17","guid":{"rendered":"http:\/\/leavebehind.iobb.net\/wordpress\/?p=4448"},"modified":"2010-04-20T22:09:17","modified_gmt":"2010-04-20T13:09:17","slug":"centos-wacom%e3%82%bf%e3%83%96%e3%83%ac%e3%83%83%e3%83%88%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"http:\/\/leavebehind.mydns.jp\/wordpress\/2010\/04\/20\/centos-wacom%e3%82%bf%e3%83%96%e3%83%ac%e3%83%83%e3%83%88%e3%82%92%e6%9c%89%e5%8a%b9%e3%81%ab%e3%81%99%e3%82%8b\/","title":{"rendered":"CentOS Wacom\u30bf\u30d6\u30ec\u30c3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b"},"content":{"rendered":"<p>\u6c88\u9ed9\u3092\u7834\u3063\u3066\u3072\u3055\u3057\u3076\u308a\u306b\u66f4\u65b0\u3057\u305f\u3068\u601d\u3048\u3070\u3001\u9762\u767d\u304f\u306a\u3044\u8a18\u4e8b\u3067\u3059\u3002\u30b9\u30df\u30de\u30bb\u30f3\u3002<\/p>\n<p>\u300cCentOS\u3067Wacom\u30bf\u30d6\u30ec\u30c3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u300d\u306e\u5dfb\u3067\u3059\u3001\u306a\u305c\u305d\u3093\u306a\u3053\u3068\u3084\u308b\u304b\u3063\u3066\u8a00\u3046\u3068<a href=\"http:\/\/tiraoka.blogspot.com\/2010\/04\/nuke-on-linux.html\">\u8cea\u554f\u3055\u308c\u305f<\/a>\u304b\u3089\u3001\u3001\u3001\u3067\u3059\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2010\/04\/Screenshot-Wacom-Control-Panel.jpg\" alt=\"\" title=\"Screenshot-Wacom Control Panel\" width=\"550\" height=\"329\" class=\"aligncenter size-full wp-image-4474\" \/><br \/>\nCentOS 5.4\u306e\u5834\u5408\u3067\u3059\u3002\u30ab\u30fc\u30cd\u30eb\u306e\u518d\u69cb\u7bc9\u3068\u304b\u30c9\u30e9\u30a4\u30d0\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u3068\u304b\u9762\u5012\u3060\u308d\u306a\u3068\u601d\u3063\u3066\u59cb\u3081\u307e\u3057\u305f\u304c\u5168\u304f\u5fc5\u8981\u7121\u3057\u3002\u4f7f\u7528\u3057\u305f\u306e\u306fIntuos3 PTZ-631W\u3002<\/p>\n<p>\u3061\u306a\u307f\u306bCentOS\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b<\/p>\n<ul>\n<li>Linuxwacom-0.7.8.3-6.el5.i386<\/li>\n<li>wdaemon-0.14-4.i386<\/li>\n<\/ul>\n<p>\u304c\u5165\u3063\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<p><a href=\"http:\/\/blog.joshua.net\/2007\/06\/howto-red-hat-enterprise-linux-5-wacom.html\">HOWTO: Red Hat Enterprise Linux 5 + Wacom<\/a>\u304c\u53c2\u8003\u306b\u306a\u308a\u307e\u3059\u3002\u3063\u3066\u3086\u30fc\u304b\u307b\u307c\u305d\u306e\u307e\u307e\u3002<br \/>\n<!--more--><br \/>\n\/etc\/X11\/xorg.conf\u3078\u8ffd\u8a18\u3057\u307e\u3059\u3001\u307e\u305a\u306f\u300cSection &#8220;ServerLayout&#8221;\u300d\u306e\u4e2d\u306b\u3001<\/p>\n<pre>InputDevice \"stylus\"    \"SendCoreEvents\"\nInputDevice \"eraser\"    \"SendCoreEvents\"\nInputDevice \"cursor\"    \"SendCoreEvents\"\nInputDevice \"pad\"<\/pre>\n<p>\u305d\u3057\u3066\u30d5\u30a1\u30a4\u30eb\u672b\u5c3e\u306b\u4ee5\u4e0b\u3092\u8ffd\u8a18<\/p>\n<pre># Wacom stuff\nSection \"InputDevice\"\n\tDriver        \"wacom\"\n\tIdentifier    \"stylus\"\n\tOption        \"Device\"        \"\/dev\/input\/wacom\"\n\tOption        \"Type\"          \"stylus\"\n\tOption        \"USB\"           \"on\"\n\tOption        \"Mode\" \"Absolute\"\n\tOption        \"Threshold\" \"10\"\nEndSection\n\nSection \"InputDevice\"\n\tDriver        \"wacom\"\n\tIdentifier    \"eraser\"\n\tOption        \"Device\"        \"\/dev\/input\/wacom\"\n\tOption        \"Type\"          \"eraser\"\n\tOption        \"USB\"           \"on\"\n\tOption        \"Mode\" \"Absolute\"\n\tOption        \"Threshold\" \"10\"\nEndSection\n\nSection \"InputDevice\"\n\tDriver        \"wacom\"\n\tIdentifier    \"cursor\"\n\tOption        \"Device\"        \"\/dev\/input\/wacom\"\n\tOption        \"Type\"          \"cursor\"\n\tOption        \"USB\"           \"on\"\n\tOption        \"Mode\" \"Relative\"\n\tOption        \"Threshold\" \"10\"\nEndSection\n\nSection \"InputDevice\"\n\tDriver        \"wacom\"\n\tIdentifier    \"pad\"\n\tOption        \"Device\"        \"\/dev\/input\/wacom\"\n\tOption        \"Type\"          \"pad\"\n\tOption        \"USB\"           \"on\"\nEndSection\n# End wacom stuff\n<\/pre>\n<p>\u7d9a\u3044\u3066\u300c\/etc\/udev\/rules.d\u300d\u4ee5\u4e0b\u306b\u3042\u308budev\u30eb\u30fc\u30eb\u30d5\u30a1\u30a4\u30eb\u306e\u6539\u540d\u3002<\/p>\n<pre>mv 60-wacom.rules 40-wacom.rules<\/pre>\n<p>\u4ee5\u4e0a\u3002\u30bf\u30d6\u30ec\u30c3\u30c8\u3092\u63a5\u7d9a\u3057\u3066X\u3092\u518d\u8d77\u52d5(Ctrl+Alt+Backspace)\u3001\u30ed\u30b0\u30a4\u30f3\u3057\u306a\u304a\u3059\u3068\u30bf\u30d6\u30ec\u30c3\u30c8\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n<p>\u5192\u982d\u3067\u7d39\u4ecb\u3057\u305f\u30b5\u30a4\u30c8\u3067\u306f\u30c7\u30d0\u30a4\u30b9\u3092\u300c\/dev\/input\/wacom0\u300d\u3068\u3057\u3066\u3044\u307e\u3059\u304c\u3053\u3053\u3067\u306f\u300c\/dev\/input\/wacom\u300d\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u74b0\u5883\u306b\u3088\u3063\u3066\u3061\u304c\u3046\u306e\u304b\u3082\u77e5\u308c\u307e\u305b\u3093\u3002<\/p>\n<pre>$ ls -al \/dev\/input<\/pre>\n<p>\u3068\u3057\u3066\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\u50d5\u306e\u74b0\u5883\u3067\u306f\u3001<\/p>\n<pre>drwxr-xr-x  3 root root    220  4\u6708 20 21:16 .\ndrwxr-xr-x 12 root root   4080  4\u6708 20 21:35 ..\ncrw-------  1 root root 13, 64  4\u6708 20 21:16 event0\ncrw-------  1 root root 13, 65  4\u6708 20 21:16 event1\ncrw-------  1 root root 13, 66  4\u6708 20 21:16 event2\ncrw-------  1 root root 13, 67  4\u6708 20 21:16 event3\ncrw-------  1 root root 13, 63  4\u6708 20 21:16 mice\ncrw-------  1 root root 13, 32  4\u6708 20 21:16 mouse0\ncrw-------  1 root root 13, 33  4\u6708 20 21:16 mouse1\nlrwxrwxrwx  1 root root      6  4\u6708 20 21:16 wacom -> event3\ndrwxr-xr-x  2 root root     80  4\u6708 20 21:16 wacom-tablets\n<\/pre>\n<p>\u3068\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>\u3053\u308c\u3067\u3044\u3044\u304b\u306a\uff1f<\/p>\n<p>\u7b46\u5727\u3082\u30d0\u30c3\u30c1\u30ea\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/leavebehind.iobb.net\/wordpress\/wp-content\/uploads\/2010\/04\/gimp-inputDevice_2.jpg\" alt=\"\" title=\"gimp-inputDevice_2\" width=\"640\" height=\"400\" class=\"aligncenter size-full wp-image-4476\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6c88\u9ed9\u3092\u7834\u3063\u3066\u3072\u3055\u3057\u3076\u308a\u306b\u66f4\u65b0\u3057\u305f\u3068\u601d\u3048\u3070\u3001\u9762\u767d\u304f\u306a\u3044\u8a18\u4e8b\u3067\u3059\u3002\u30b9\u30df\u30de\u30bb\u30f3\u3002 \u300cCentOS\u3067Wacom\u30bf\u30d6\u30ec\u30c3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u300d\u306e\u5dfb\u3067\u3059\u3001\u306a\u305c\u305d\u3093\u306a\u3053\u3068\u3084\u308b\u304b\u3063\u3066\u8a00\u3046\u3068\u8cea\u554f\u3055\u308c\u305f\u304b\u3089\u3001\u3001\u3001\u3067\u3059\u3002 CentOS 5.4\u306e\u5834\u5408 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5,9],"tags":[71,94,141,157],"class_list":["post-4448","post","type-post","status-publish","format-standard","hentry","category-cg","category-opensource","tag-centos","tag-driver","tag-intuos","tag-linux"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8YSE4-19K","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/4448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/comments?post=4448"}],"version-history":[{"count":0,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/4448\/revisions"}],"wp:attachment":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=4448"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=4448"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=4448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}