| Top -> Unix -> Desktop | kei@sodan |
# apt-get install lprngでデーモン入れて、/etc/printcapに設定を書きます。gentooならemergeですね。
ricoh|Ricoh printer entry:\ricohってのがlprで指定するプリンタの名前 :lp=:\(たぶんそのままでいい) :rm=ricoh.logos.ic.i.u-tokyo.ac.jp:\プリントサーバーの名前。IPでもいい :rp=ricoh:\そのホスト(プリントサーバー)でのプリンタの名前 :sd=/var/spool/lpd/ricoh:\スプールディレクトリ。自動で出来るでしょう :mx#0:\たぶんそのままでいい :sh:って感じです。 その後、
# /etc/init.d/lprng startでデーモン起動します。あとは
$ a2ps hoge.txt -P<プリンタの名前>で動くでしょう。たぶん。
setenv XModifiers @im=kinput2を忘れずに。あとはkinput2 -cannaとかで立ち上がる。
# vi /etc/X11/xorg.conf
Section "Files"
...
FontPath "/usr/share/fonts/sazanami"
FontPath "/usr/share/fonts/ja-ipafonts"
FontPath "/usr/share/fonts/mplus"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/aquafont"
EndSection
$ cat > ~/.Xresources Rxvt*font: -shinonome-gothic-medium-r-*-*-*-*-*-*-*-80-iso8859-* Rxvt*mfont: -shinonome-gothic-medium-r-*-*-*-*-*-*-*-160-jisx0208.1983-*
| Top -> Unix -> Desktop | '2007/05/11 / 高橋 慧(たかはしけい) / [コメントはこちらまで] |