How to fix slow boot problem:
Gutsy tries to set the best screen resolution every time you boot.
When you experience a slow boot with Gutsy and you see no Kubuntu Logo,
the problem can be the long search for the right screen resolution.
First open the Systeemsettings and click on the monitor & display icon.
Check what screensize is set. It should look like 1024x768 or something
like that. Depending on what screen you have. Remember this screensize.
Now close this screen.
Open the Konsole - Terminal program under the K Menu -> System.
type:
type your root password (nothing will appear on the screen), and press enter.
The usplash.conf file opens, You see xres and yres. Change the
screensize to the size you remembered.
So it looks like this:
Save the file and close.
Then type:
wait untill its finished and type exit.
Now reboot your machine and you will see the difference.
I've found this on the dutch Ubuntu forum.
Erik.
Gutsy tries to set the best screen resolution every time you boot.
When you experience a slow boot with Gutsy and you see no Kubuntu Logo,
the problem can be the long search for the right screen resolution.
First open the Systeemsettings and click on the monitor & display icon.
Check what screensize is set. It should look like 1024x768 or something
like that. Depending on what screen you have. Remember this screensize.
Now close this screen.
Open the Konsole - Terminal program under the K Menu -> System.
type:
Code:
sudo gedit /etc/usplash.conf
The usplash.conf file opens, You see xres and yres. Change the
screensize to the size you remembered.
So it looks like this:
Code:
xres=1024 yres=768
Then type:
Code:
sudo update-initramfs -u
Now reboot your machine and you will see the difference.
I've found this on the dutch Ubuntu forum.
Erik.
Comment