[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:12998] Re: lyx-ja の設定



なおいです。

まだ依然としてkinput2の使えないです。

  2) "Cannot load fontset JISX0201.1976-0" と怒られる。
は、"Loading font into X-Server"の時にerrorを吐いています。
これはX-TTを用いているのですが、Xfsのフォントの設定がおかしいのでしょう
か?

> ところでktermでは漢字入力できますか?
> そしてもしできるのであればktermなどからlyx &で起動してみてはどうでしょ
> うか?

Ktermでの日本語入力は全く問題はありませんでした。
Netscapeでもkinput2を呼び出すことは成功しています。

僕の ~/.Xdefaults で、kinput2及びktermは以下のように設定されてあります。

	KTerm*kanjiMode:	euc
	KTerm*scrollBar:	true
	KTerm*saveLines:	1024
	KTerm*pointerColor:	Orchid2
	KTerm*cursorColor:	Orchid2
	KTerm*Geometry:		80x24+2+2
	KTerm*VT100*fontList: -*-fixed-medium-r-normal--16-*, \
	                      -microsoft-CourierGothic-medium-r-normal--16-*-*-*-*-*-iso8859-1, \
       			      -microsoft-CourierGothic-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0
	KTerm*VT100*translations:   #override \
      	Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION) \n\
      	<Key>Prior: scroll-back(1,page) \n\
      	<Key>Next: scroll-forw(1,page)
	KTerm*allowSendEvents:	True

	*preeditType:	Separate,OverTheSpot,OffTheSpot,Root
	*IMProtocol: xim
	*inputMethod:	kinput2

	! Kinput2
	! ========
	! kinput2の変換ウィンドウが表示される位置
	Kinput2*modeLocation:     bottomleft
	Kinput2*CcWnn.Jserver:    localhost
	Kinput2*wnnEnvrc: /usr/lib/wnn6/ja_JP/wnnenvrc
	Kinput2*conversionStartKeys:  Shift<Key>space
	Kinput2*sendbackKeyPress:	True

また、X serverのfont部分の設定

	"/etc/X11/xfs/config"
	# allow a maximum of 10 clients to connect to this font server
	client-limit = 10
	# when a font server reaches its limit, start up a new one
	clone-self = on
	# log errors using syslog
	use-syslog = off
	# paths to search for fonts
	catalogue = /usr/X11R6/lib/X11/fonts/TrueType,/usr/X11R6/lib/X11/fonts/misc:unscaled
	error-file = /usr/X11R6/lib/X11/fs/fs-errors
	# in decipoints
	default-point-size = 120
	# x1,y1,x2,y2,...
	default-resolutions = 75,75,100,100
	deferglyphs = all


	"/etc/X11/XF86Config"
	Section "Files"
	   RgbPath    "/usr/X11R6/lib/X11/rgb"
	#   FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
	   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts
	/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speed
	o/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
	   FontPath   "tcp/localhost:7100"
	EndSection


	"/usr/X11R6/lib/X11/fonts/TrueType/fonts.dir"
	4
	times.ttf       -microsoft-TimesMincho-medium-r-normal--0-0-0-0-p-0-iso8859-1
	msmincho.ttc    -microsoft-TimesMincho-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0
	courbd.ttf      -microsoft-CourierGothic-medium-r-normal--0-0-0-0-p-0-iso8859-1
	msgothic.ttc    -microsoft-CourierGothic-medium-r-normal--0-0-0-0-c-0-jisx0208.1983-0

となっています。

また、keyboardの設定で、Mappingは"No key mapping"になっているのですが、
それでよろしいのでしょうか?

何か問題点があれば指摘して頂きたいです。
よろしくお願いします。