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/下覆蓋原文件 。
推薦閱讀
- 3 打造FreeBSD桌面系統(tǒng)
- FreeBSD ULE調(diào)度器淺析
- 華為nova5z怎么關(guān)閉桌面小紅點(diǎn)
- FreeBSD VM內(nèi)核內(nèi)存管理
- 如何自行制作一張F(tuán)reeBSD LiveCD
- Window /FreeBSD/Linux 多系統(tǒng)安裝實(shí)踐
- 采用FreeBSD IPSec Tunnel方式連接兩個(gè)局域網(wǎng)絡(luò)
- 如何freebsd下掛接移動(dòng)硬盤(pán),光驅(qū),和fat格式的硬盤(pán)
- 在FreeBSD上建立一個(gè)功能完整的郵件服務(wù)器
- FreeBSD Command Tools入門(mén)必看
