Saturday, May 8, 2010

Fix the Big Plymouth Logo in Ubuntu 10.04

Alternative One - Fixing Plymouth's resolution

step 1: เปิด terminal แล้วพิมพ์
sudo apt-get install v86d
step 2: ทำการแก้ไขไฟล์ /etc/default/grub ด้วยคำสั่ง
gksu gedit /etc/default/grub
  • ที่บรรทัดที่ 9 จะมีข้อความ
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  • ให้เราแทนทีด้วย (มันจะอยู่บรรทัดเดียวกันนะครับพี่น้อง)
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"
  • ที่บรรทัดที่ 18 จะเป็น
#GRUB_GFXMODE=640x480
  • ให้เราแทนที่ด้วย
GRUB_GFXMODE=1280x1024
  • บันทึกแล้วปิดไฟล์นี้ซะ
step 3: พิมพ์คำสั่ง
gksu gedit /etc/initramfs-tools/modules
  • เพิ่มบรรทัดด้านล่างนี้เข้าไปต่อในไฟล์นั้น
uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap
  • บันทึกและปิดไฟล์ซะ
step 4: เปิด terminal แล้วพิมพ์คำสั่ง
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
step 5: พิมพ์คำสั่ง
sudo update-grub2
step 6: พิมพ์คำสั่ง
sudo update-initramfs -u
step 7: reboot your computer


Alternative Two - No logo at boot
  • Resolution ปรับเป็น 1280 x 1024
  • Color depth เลือกเป็น 24 bits
  • ที่ Show boot splash เลือกซะ
  • ปิดโปรแกรม reboot your computer

บทความที่เกี่ยวข้อง


ที่มา

No comments:

Post a Comment

Popular Posts