しかしXを終了すると、エラーがいくつか出てます。 -------------------- [FVWM][Read]: <<ERROR>> file '.fvwm2rc' not found in $HOME or /usr/X11R6/etc [FVWM][Read]: trying to read system rc file [FVWM][ProcessNewStyle]: <<ERROR>> bad style command: Font -adobe-times-bold-r-*-*-18-*-*-*-* [FVWM][ProcessNewStyle]: <<ERROR>> bad style command: -adobe-times-bold-r-*-*-18-*-*-*-* [FVWM][ProcessNewStyle]: <<ERROR>> bad style command: HilightFore black, Hilight Back palevioletred
FvwmIconMan: FvwmIconMan*sort option no longer takes true or false value Please read the latest manpage FvwmIconMan: Bad element in show/dontshow list: name
waiting for X server to shut down xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" -------------------- こんな感じです。 ホームディレクトリに .fvwm2rc がないぞって言ってるのはわかるんですが、 後は、Fontがないって事ぐらいしかわかりません。
>>71 man を見ると確かに Style に Font というオプションは無い。 Style * Font -adobe-times-bold-r-*-*-18-*-*-*-*-*-*-* という行を DefaultFont -adobe-times-bold-r-*-*-18-*-*-*-*-*-*-* に書き換えるといいかな。
使える font の名前は X 起動した状態で % xlsfonts とすれば名前の一覧が出るからそこから選べ。 % xfd フォント名 とすればどんなフォントなのかも見れる。
>HilightColors black palevioletred を書き加えると、 [FVWM][executeModule]: <<ERROR>> No such module 'HilightColors' in ModulePath '/usr/X11R6/libexec/fvwm/2.2.4' とX終了時に出ます。
M-x list-inout-methods ---------表示、ここから----------------- No input method is available, perhaps because you have not yet installed LEIM (Library of Emacs Input Method) * * * You should be able to use various input method. --------ここまで---------
−−−−ここから−−−− !!!: not found *international : not found *customization : not found *cursorColor : not found !!!: not found Emacs.Font : not found /home/Reynolds/.xinitrc : 20 : Syntax error : "(" unexpected
/.xinitrcの変更 -----ここから #!/bin/sh # $XConsortium: xinitrc.cpp,v 1.4 91/08/02 11:41:34 rws Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi 中略 if [ -f &usermodmap ]; then xmodmap $usermodmap fi #ここまではオリジナル。以降は変更部 # start some nice programs if [ -x /usr/X11R6/bin/kinput2 ]; then /usr/X11R6/bin/kinput2 & XMODIFIERS="@im=kinput2" export XMODIFIERS fi