- จากบทความก่อนหน้าเรื่องปรับ splash screen resolution
- บางเครื่องทำแล้วไม่ได้หว่าทั้งๆ ที่เป็น ati เหมือนเครื่องเรา
- แต่ทำไมไม่ได้หว่าใน ubuntuclub.com เค้าแนะนำอีกบทความ
- บทความนั้นอ้างอิงจาก softpedia.com
step 1: เปิด terminal แล้วพิมพ์
sudo apt-get install v86dstep 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
- บันทึกแล้วปิดไฟล์นี้ซะ
gksu gedit /etc/initramfs-tools/modules
- เพิ่มบรรทัดด้านล่างนี้เข้าไปต่อในไฟล์นั้น
uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap
- บันทึกและปิดไฟล์ซะ
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splashstep 5: พิมพ์คำสั่ง
sudo update-grub2step 6: พิมพ์คำสั่ง
sudo update-initramfs -ustep 7: reboot your computer
Alternative Two - No logo at boot
- Resolution ปรับเป็น 1280 x 1024
- Color depth เลือกเป็น 24 bits
- ที่ Show boot splash เลือกซะ
- ปิดโปรแกรม reboot your computer
บทความที่เกี่ยวข้อง
ที่มา
- http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml
- http://www.ubuntugeek.com/known-ubuntu-10-04lucid-lynx-issuesbugs-with-workarounds.html
- http://n00bsonubuntu.com/content/how-change-login-screen-ubuntu-1004-lucid-lynx
- http://n00bsonubuntu.com/software/gdm_change
- Trick นี้ เราโพสเองhttp://forum.ubuntuclub.com/forum/topic,15449.0.html
No comments:
Post a Comment