日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

2 打造FreeBSD桌面系統(tǒng)

1 2 3 4 下一頁(yè)
(3)下載fonts.dir文件,并將其保存到/usr/system/fonts下,再將fonts.dir復(fù)制一份改名為fonts.scale 。
(4)下載fonts.conf文件,并將其保存到/usr/X11R6/etc/fonts/下覆蓋原文件 。
(5)編輯/etc/X11/XF86Config文件,將其中Section "Files"和Section "Module"字段中的內(nèi)容修改如下:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/system/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "xtt"
# Load "record"
Load "xtrap"
Load "speedo"
# Load "type1"
EndSection
如果你使用的是滾輪鼠標(biāo),只需要將Section "InputDevice"字段中的內(nèi)容替換為如下內(nèi)容即可使鼠標(biāo)滾輪生效 。
Section "InputDevice"
IdentifIEr "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection【2 打造FreeBSD桌面系統(tǒng)】(6)下載 gtkrc.zh_CN文件,并將其保存到/usr/X11R6/share/themes/Default/下覆蓋原文件 。

    推薦閱讀