- 2005-04-06 (Wed) 12:27
- ソフトウェア ( Linux/coLinux )
Gentoo で xorg-x11 を GRP インストールしたら xfs が入ってなかった... しょうがないからソースから作り直す.念のため USE に font-server を追加して.
で,まあ,ちゃんとコンパイルできたわけだが,今度は /etc/X11/fs/config が空... 面倒なのでここに xfs の config を書いておく.
# # X Font Server configuration file # # allow a max of 4 clients to connect to this font server client-limit = 4 # no tcp, use sockets! #no-listen = tcp # when a font server reaches its limit, start up a new one clone-self = on # alternate font servers for clients to use #alternate-servers = foo:7101,bar:7102 # where to look for fonts # Some of these are commented out, i.e. the TrueType and Type1 # directories in /usr/share, because they aren't forced to be # installed alongside X. catalogue = /usr/share/fonts/75dpi, /usr/share/fonts/100dpi, /usr/share/fonts/shinonome, /usr/share/fonts/monafont, /usr/share/fonts/mplus, /usr/share/fonts/aquafont, /usr/share/fonts/aquapfont, /usr/share/fonts/mikachan-font, /usr/share/fonts/artwiz:unscaled, /usr/share/fonts/misc, /usr/share/fonts/Type1, /usr/share/fonts/util, /usr/share/fonts/local, /usr/share/fonts/TTF, /usr/share/fonts/cyrillic # in 12 points, decipoints default-point-size = 120 # 100 x 100 and 75 x 75 default-resolutions = 75,75,100,100 # how to log errors use-syslog = on # font cache control, specified in KB cache-hi-mark = 2048 cache-low-mark = 1433 cache-balance = 70
とりあえず,これで xfs, gdm, xinetd, vncserver を設定して coLinux + VNC の GUI 環境ができた.
ちなみに,gdm の立ち上げうサーバを Xvfb :1 とかしてディスプレイ 0 以外にしておくと native に起動したときに startx でパラメータを渡さなくていいから楽(そうでないと startx -- :1 とかしてディスプレイ番号を指定しなければならない)
- Newer: Meadow で Ispell