Some people, after installing Ubuntu Linux, see the decision of the startup screen (boot GUI) is not appropriate for the resolution of the monitor set in the system.
Here I'll show you a way to correct the usplash resolution to match the set in the system.
Here I'll show you a way to correct the usplash resolution to match the set in the system.
1. Open a terminal and type:Note: Restarting the computer can see the boot screen with the new resolution.sudo gedit /etc/usplash.confThe sudo command will ask for your password so you can edit the file with administrator permissions.
Usplash.conf to open the file you'll see something like this:# Configuration file UsplashOr maybe just:
# These parameters will only apply after running update-initramfs.
Xres = 640
Yres = 480# Configuration file Usplash2. Sets Xres and Yres the resolution you want, for example 1024 × 768.
# These parameters will only apply after running update-initramfs.# Configuration file UsplashAnd save your changes.
# These parameters will only apply after running update-initramfs.
Xres = 1024
Yres = 768
3. Now you must update your initramfs for the changes to take effect:
sudo update-initramfs -u
Comments
So, what I do next?
Please advise. Many thanks!