完美且简单的Ubuntu美化方案(中英文完美显示)
发表于 : 2005-11-29 16:29
http://www.livid.cn/doc_view.php?doc_id=4154
首先,下载下面这个目录中的所有文件。
http://livid.cn/files/Livid's%20Linux%2 ... 20Package/
然后,把其中的两个 GTK Theme 安装好,一个是 Window Border & Controls 的,另外一个是图标的。
然后,如果你喜欢的话,也同时安装那个和整个系统风格非常一致的 GDM Theme。
然后,在 /usr/share/fonts/truetype/ 下建一个目录,比如 /usr/share/fonts/livid/,然后把下载的 Fonts 目录中的所有文件及文件夹复制进去之后执行 sudo fc-cache -f -v。(注意文件的权限,要是644)
然后修改 /etc/fonts/fonts.conf,分别找出<family>Luxi Sans</family>, <family>Luxi Serif</family>, <family>Luxi Mono</family> 下面加上 <family>Hei</family>。然后点 系统 -> 首选项 -> 字体,将其中的所有设置修改得和 http://livid.cn/files/beautified/linux.002.png 这张图片中一样。
然后,如果你的显示卡足够好(GeForce 5 以上)的话,安装好 nvidia-glx 显示卡驱动程序(如果你还没装的话)并用 sudo nvidia-glx-config enable 指令在 /etc/X11/xorg.conf 中启用。然后执行 sudo apt-get install xcompmgr 安装好 X Composite Manager 之后,在 /etc/X11/xorg.conf 的 Modules 章节后面增加 Extensions 章节。
Section "Extensions"
Option "Composite" "Enable"
EndSection
并且在 Device 章节中加入下面这些 options。
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
然后在 System -> Preferences -> Sessions -> Start Programs 中加上 xcompmgr -cfF。
最后,重新启动一次系统吧,你会在重新启动完毕之后感受到不同的。
首先,下载下面这个目录中的所有文件。
http://livid.cn/files/Livid's%20Linux%2 ... 20Package/
然后,把其中的两个 GTK Theme 安装好,一个是 Window Border & Controls 的,另外一个是图标的。
然后,如果你喜欢的话,也同时安装那个和整个系统风格非常一致的 GDM Theme。
然后,在 /usr/share/fonts/truetype/ 下建一个目录,比如 /usr/share/fonts/livid/,然后把下载的 Fonts 目录中的所有文件及文件夹复制进去之后执行 sudo fc-cache -f -v。(注意文件的权限,要是644)
然后修改 /etc/fonts/fonts.conf,分别找出<family>Luxi Sans</family>, <family>Luxi Serif</family>, <family>Luxi Mono</family> 下面加上 <family>Hei</family>。然后点 系统 -> 首选项 -> 字体,将其中的所有设置修改得和 http://livid.cn/files/beautified/linux.002.png 这张图片中一样。
然后,如果你的显示卡足够好(GeForce 5 以上)的话,安装好 nvidia-glx 显示卡驱动程序(如果你还没装的话)并用 sudo nvidia-glx-config enable 指令在 /etc/X11/xorg.conf 中启用。然后执行 sudo apt-get install xcompmgr 安装好 X Composite Manager 之后,在 /etc/X11/xorg.conf 的 Modules 章节后面增加 Extensions 章节。
Section "Extensions"
Option "Composite" "Enable"
EndSection
并且在 Device 章节中加入下面这些 options。
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
然后在 System -> Preferences -> Sessions -> Start Programs 中加上 xcompmgr -cfF。
最后,重新启动一次系统吧,你会在重新启动完毕之后感受到不同的。