Monday, April 4, 2011

[ubuntu]How to fix resolution problems in plymouth

Step 1: Install V86d

Step 2: Edit grub conf. file
Terminal command :gksudo gedit /etc/default/grub
            Find :  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
            replace with   :   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset                                            video=uvesafb:mode_option=X x Y-24,mtrr=3,scroll=ywrap"

Step 3: Replace GRUB_GFXMODE =  __ x __
            with GRUB_GFXMODE =  X x Y
                         { Replace X x Y with 1024 x 768 or other resolution}
Step 4: Edit /etc/initramfs-tools/modules
            Add the line 
                         uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap
Step 5: Run following commands
                    sudo update-grubsudo 
                    sudo update-initramfs -u
Step 6 : Reboot system
                Note: .U can check  with  diff. resolution(X x Y)
                          . I hav created  a script for this problem...u can try this      

No comments: