Ubuntu美化

昨天再次裝了Ubuntu,折騰了很久,升級到了7.04!裝了個Ubuntustudio主題,修改了Grub啟動菜單風格,Ubuntu啟動畫面,登錄畫面,加載畫面,全部改成了統一的Ubuntustudio風格,感覺挺酷的,介紹下安裝方法!
第一步:安裝Ubuntustudio Theme

1.編輯源列表
gksu gedit /etc/apt/sources.list
2.添加下面源保存
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
3.下載密鑰
sudo wget http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -
4.升級下載安裝
sudo apt-get update
sudo apt-get install ubuntustudio-look
5.主題,登錄畫面和壁紙都增加了Ubuntustudio,直接使用!
gksu gedit /etc/apt/sources.list
2.添加下面源保存
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
3.下載密鑰
sudo wget http://archive.ubuntustudio.org/ubuntustudio.gpg -O- | sudo apt-key add -
4.升級下載安裝
sudo apt-get update
sudo apt-get install ubuntustudio-look
5.主題,登錄畫面和壁紙都增加了Ubuntustudio,直接使用!
第二步:修改Grub啟動菜單風格

1.執行下面命令
$sudo apt-get remove grub
2.下載安裝grub-gfxboot包:
grub-gfxboot.deb
sudo dpkg -i grub-gfxboot.deb
3.下載message包,這個包使我修改了背景和Logo做成的Ubuntustudio風格:
message.tar.bz2
sudo apt-get install gfxboot
4.執行下面命令,message文件cp到自己的/boot下:
sudo tar jxvf message.tar.bz2 -C /boot
5.修改/boot/grub/menu.lst文件
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_back \\備份menu.lst
sudo gedit /boot/grub/menu.lst
找到groot部分內容,根據groot后面的值來決定下面這一行內容
比如我的groot是=(hd0,7),那么對應的應該寫入
gfxmenu (hd0,7)/boot/message.ubuntu
將上面其中一行添加到 timeout xx 下
6.設置grub,執行命令:
sudo grub
在grub>命令行下依次執行下面命令
find /boot/grub/stage1
root (hd0,7) \\這一項的值取決于你的menu.lst里的groot的值
setup (hd0)
7.安裝grub
sudo grub-install /dev/hda
如果顯示為“Not found or not a block device.”,請改執行
sudo grub-install /dev/sda
如果顯示為“/dev/sda does not have any corresponding BIOS drive. ”,那么先執行命令
sudo grub-install --recheck /dev/sda
然后再執行
sudo grub-install /dev/sda
8.重啟就可以看到開機修改后的Grub畫面了
$sudo apt-get remove grub
2.下載安裝grub-gfxboot包:
grub-gfxboot.deb
sudo dpkg -i grub-gfxboot.deb
3.下載message包,這個包使我修改了背景和Logo做成的Ubuntustudio風格:
message.tar.bz2
sudo apt-get install gfxboot
4.執行下面命令,message文件cp到自己的/boot下:
sudo tar jxvf message.tar.bz2 -C /boot
5.修改/boot/grub/menu.lst文件
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_back \\備份menu.lst
sudo gedit /boot/grub/menu.lst
找到groot部分內容,根據groot后面的值來決定下面這一行內容
比如我的groot是=(hd0,7),那么對應的應該寫入
gfxmenu (hd0,7)/boot/message.ubuntu
將上面其中一行添加到 timeout xx 下
6.設置grub,執行命令:
sudo grub
在grub>命令行下依次執行下面命令
find /boot/grub/stage1
root (hd0,7) \\這一項的值取決于你的menu.lst里的groot的值
setup (hd0)
7.安裝grub
sudo grub-install /dev/hda
如果顯示為“Not found or not a block device.”,請改執行
sudo grub-install /dev/sda
如果顯示為“/dev/sda does not have any corresponding BIOS drive. ”,那么先執行命令
sudo grub-install --recheck /dev/sda
然后再執行
sudo grub-install /dev/sda
8.重啟就可以看到開機修改后的Grub畫面了
第三步:修改Ubuntu啟動畫面,登錄畫面,加載畫面

一:啟動畫面
1.下載uplash-theme-ubuntustudio.so文件
usplash.tar.gz
2.復制這個文件到一個目錄,如:
/usr/lib/usplash/usplash-theme-ubuntustudio.so
3.然后給 usplash-artwork.so 建立一個軟鏈接。
sudo ln -sf /usr/lib/usplash/usplash-theme-ubuntustudio.so /etc/alternatives/usplash-artwork.so
4.重新配置核心
sudo dpkg-reconfigure linux-image-$(uname -r)
二:登錄畫面
通過:System->Administration->Login Window(系統->系統管理->登錄窗口),啟用安裝了Ubuntustudio主題后添加的Ubuntu-studio風格
三:加載畫面
打 開Applications->System Tools->Configuration Editor(應用程序->系統工具->配置編輯器),默認需要在Alacarte Menu Editor里面勾選它才有這個選項,你也可以在終端中輸入gconf-editor來打開它
找到apps->gnome-session->options這個分支,將splash_image地址改成你想要的圖片地址即可
Ubuntustudio主題添加了張圖片,我們改成:splash/splash_US.png就可以了
1.下載uplash-theme-ubuntustudio.so文件
usplash.tar.gz
2.復制這個文件到一個目錄,如:
/usr/lib/usplash/usplash-theme-ubuntustudio.so
3.然后給 usplash-artwork.so 建立一個軟鏈接。
sudo ln -sf /usr/lib/usplash/usplash-theme-ubuntustudio.so /etc/alternatives/usplash-artwork.so
4.重新配置核心
sudo dpkg-reconfigure linux-image-$(uname -r)
二:登錄畫面
通過:System->Administration->Login Window(系統->系統管理->登錄窗口),啟用安裝了Ubuntustudio主題后添加的Ubuntu-studio風格
三:加載畫面
打 開Applications->System Tools->Configuration Editor(應用程序->系統工具->配置編輯器),默認需要在Alacarte Menu Editor里面勾選它才有這個選項,你也可以在終端中輸入gconf-editor來打開它
找到apps->gnome-session->options這個分支,將splash_image地址改成你想要的圖片地址即可
Ubuntustudio主題添加了張圖片,我們改成:splash/splash_US.png就可以了
好了,這樣美化后的Ubuntu就非常酷了,哈哈!裝上Beryl就更完美了,哈哈,Beryl的安裝就不介紹了!Enjoy...
trackback:http://www.egoday.com/blog/article.asp?id=288
posted on 2007-07-19 17:55 狼愛上貍 閱讀(1102) 評論(0) 編輯 收藏 所屬分類: LINUX