This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vps:vps4th2nd_06 [2019/04/08 22:00] hoge@hoge [事前設定] |
vps:vps4th2nd_06 [2019/06/16 15:16] (current) |
||
|---|---|---|---|
| Line 86: | Line 86: | ||
| - | ==== TigerVNC ==== | ||
| - | TigerVNC を inetd で制御する。 | ||
| - | |||
| - | * /etc/services を編集<code> | ||
| - | vnc 5901/tcp | ||
| - | </code> | ||
| - | * /etc/inetd.conf を編集<code> | ||
| - | vnc stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry <横>x<縦> -securitytypes=none | ||
| - | </code> | ||
| - | |||
| - | |||
| - | ==== i-bus / mozc ==== | ||
| - | * X転送を有効にして ssh ログイン | ||
| - | * ibus-setup を起動 | ||
| - | * [Input Method] で mozc 以外を Remove | ||
| - | * mozcの設定 | ||
| - | * [General] で [Keymap style]を ATOKに変更後 Customize | ||
| - | * keymap を変更 | ||
| - | |||
| - | ^ Mode ^ Key ^ Command ^ | ||
| - | |Composition|Ctrl Space|IMEOn| | ||
| - | |DirectInput|Ctrl Space|IMEOn| | ||
| - | |Composition|Ctrl Space|CancelAndIMEOff| | ||
| - | |Conversion|Ctrl Space|CancelAndIMEOff| | ||
| - | |Precomposition|Ctrl Space|CancelAndIMEOff| | ||