gnome中如何使用远程字体服务器的字体
版本debian sid。
server-xorg 6.8.2.dfsg.1-7
本地没有安装xfs,使用远程的xfs
我在xorg的配置文件中 /etc/X11/xorg.conf中添加了远程的字体服务器,使用
xfontsel,xlsfonts都可以正常的看到远程字体服务器提供的字体。
但在gnome中的字体选项里看不到远程字体服务器的那些字体,当然也就无法使用
那些字体了,请问是什么原因?请问如何能使gnome使用远程的字体服务器的字
体?先谢了!
附:
/etc/X11/xorg.conf配置文件如下:
Section "Files"
FontPath "tcp/172.16.100.32:7100" # remote font server
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
# FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/lib/X11/fonts/cyrillic"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/CID"
# FontPath "/usr/lib/X11/fonts/100dpi"
# FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
.......
Reply to: