File: wacom.html

package info (click to toggle)
fontforge 1%3A20201107~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,192 kB
  • sloc: ansic: 587,351; python: 4,932; perl: 315; sh: 266; cpp: 219; makefile: 55; xml: 11
file content (68 lines) | stat: -rw-r--r-- 3,884 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 13-Nov-2002 -->
  <!-- AP: Last modified: 30-May-2005 -->
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>Wacom graphics tablets and FontForge</TITLE>-->
    <TITLE>ワコムのグラフィクスタブレットと FontForge</TITLE>
  <LINK REL="icon" href="../../_static/fftype16.png">
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
<!--Wacom graphics tablets and FontForge-->
    ワコムのグラフィクスタブレットと FontForge
</H1>
<P>
<!--
I have added support to FontForge for the wacom graphics tablet. Eventually
I will write some drawing tools that depend on pressure (and tilt perhaps). -->
私は FontForge にワコムのグラフィクスタブレットをサポートする機能を追加しました。そのうち、筆圧 (きっと傾きも) によって変化するような描画ツールを作るつもりです。
<P>
<!--
To install a wacom tablet on your (linux) machine you must do two things: -->
ワコムのタブレットを (Linux) マシンにインストールするには、2 つのことをする必要があります:
<UL>
  <LI>
<!--Install a kernel module "wacom.o" into your system<BR>
    Unfortunately the module which ships with linux (Nov 2002) does not work
    but John Joganic has <A HREF="http://linuxwacom.sf.net/">an excellent
    website</A> that will help you install a working driver. -->
    カーネルモジュール "wacom.o" をシステムにインストールする<BR>
    残念ながら Linux (2002年11月版) に付属のモジュールは動作しませんが、John Joganic は、ちゃんと動作するドライバをインストールする助けとなる<A HREF="http://linuxwacom.sf.net/">素晴らしい Web サイト</A>を作っています。
  <LI>
<!--
    Install an X11 driver "wacom_drv.o"<BR>
    Again the X11 driver that ships with X does not work for USB tablets. Again
    John's website provides a patched driver.-->
    X11 用のドライバ“wacom_drv.o”をインストールする<BR>
    X に付属の X11 のドライバもやはり USB タブレットでは動作しません。これも John の Web サイトにパッチを当てたドライバが置かれています。
</UL>
<P>
<!--
If you can't get the X11 driver to work, I have hacked a little mini-driver
into FontForge (this can take the place of the X11 driver, it depends on
the kernel driver working). Since the configure script can't detect that
you have a non-working X11 driver on your machine (or a tablet) you must
configure this option by hand. So after the normal configure script has run
(and before typing make): -->
X11 用のドライバが動かないならば、私がハックした小さなドライバが FontForge に組み込まれているので (これは X11 のドライバの代りに使用できますが、使えるかどうかはカーネルドライバが動いているかどうかによります)。configure スクリプトはマシン上にある X11 ドライバ (またはタブレット) が動かないかどうかは検出できませんので、手動でオプションを設定する必要があります。通常の configure スクリプトを実行した後 (make をタイプする前に) 以下のようにしてください:
<BLOCKQUOTE>
  <PRE>
$ su
# chmod 644 /dev/input/event0
# ^D
$ cd gdraw
$ vi Makefile
</PRE>
</BLOCKQUOTE>
<P>
<!--
Add <CODE>gdrawwacomdriver.lo</CODE> to the list of
<CODE>libgdraw_OBJECTS</CODE> And add <CODE>-D_WACOM_DRV_BROKEN</CODE> to
<CODE>CFLAGS</CODE>. -->
<CODE>libgdraw_OBJECTS</CODE> のリストに <CODE>gdrawwacomdriver.lo</CODE> を追加して、<CODE>-D_WACOM_DRV_BROKEN</CODE> を <CODE>CFLAGS</CODE> に追加してください。
</DIV>
</BODY></HTML>