Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old April 29th, 2007   #1
Neuralgia
A Carafe of Ubuntu
 
Neuralgia's Avatar
 
Join Date: Mar 2007
Location: Costa Rica
Beans: 104
Ubuntu 7.04 Feisty Fawn
Restore Ubuntu Splash Screen

I decided to install KDE and Xfce.

Even though I chose to use gdm as default, my boot screnn now uses Kubuntu (blue) logo.

I tried this first:

Quote:
$sudo update-alternatives --config usplash-artwork.so
but I get this mssg, after choosing #1

Quote:
$sudo update-alternatives --config usplash-artwork.so

There are 3 alternatives which provide `usplash-artwork.so'.

Selection Alternative
-----------------------------------------------
* 1 /usr/lib/usplash/usplash-theme-ubuntu.so
+ 2 /usr/lib/usplash/usplash-theme-kubuntu.so
3 /usr/lib/usplash/usplash-theme-xubuntu.so

Press enter to keep the default[*], or type selection number: 1
Using `/usr/lib/usplash/usplash-theme-ubuntu.so' to provide `usplash-artwork.so'.
update-alternatives: unable to make /etc/alternatives/usplash-artwork.so.dpkg-tmp a symlink to /usr/lib/usplash/usplash-theme-ubuntu.so: Permission denied
danielcifuentes@danielcifuentes:~$
Then googled a little more, and tried this:

Quote:
$ sudo update-alternatives --config usplash-artwork.so

There are 3 alternatives which provide `usplash-artwork.so'.

Selection Alternative
-----------------------------------------------
* 1 /usr/lib/usplash/usplash-theme-ubuntu.so
+ 2 /usr/lib/usplash/usplash-theme-kubuntu.so
3 /usr/lib/usplash/usplash-theme-xubuntu.so

Press enter to keep the default[*], or type selection number: 1
Using `/usr/lib/usplash/usplash-theme-ubuntu.so' to provide `usplash-artwork.so'.
The same page told me to do this:

Quote:
~$ sudo dpkg-reconfigure linux-image-`uname -r`Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.20-15-generic
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.20-15.27 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.20-15.27 was configured last, according to dpkg)
Running postinst hook script /sbin/update-grub.
Your /etc/kernel-img.conf needs to be updated. Read grub's NEWS.Debian[1]
file and follow its instructions.

1. /usr/share/doc/grub/NEWS.Debian.gz


You shouldn't call /sbin/update-grub. Please call /usr/sbin/update-grub instead!

Searching for GRUB installation directory ... found: /boot/grub
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.20-15-generic
Found kernel: /boot/vmlinuz-2.6.17-11-generic
Found kernel: /boot/vmlinuz-2.6.17-10-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
No errors, but didn't help... In fact, now I DON'T HAVE A SCREEN AT ALL.

Then, looking a little more, I tried this:

Quote:
$ sudo ln -sf /usr/lib/usplash/usplash-default.so /usr/lib/usplash/usplash-artwork.so
$ sudo dpkg-reconfigure linux-image-$(uname -r)
And nothing happened.

Any ideas?
Neuralgia is offline   Reply With Quote
Old April 30th, 2007   #2
Kaptain Chaos
Spilled the Beans
 
Kaptain Chaos's Avatar
 
Join Date: Sep 2006
Beans: 13
Ubuntu 7.04 Feisty Fawn
Re: Restore Ubuntu Splash Screen

Hello,
Try this:

Open up a terminal and type the following code:

$ sudo update-alternatives --config usplash-artwork.so

You'll get something like:

There are 2 alternatives which provide `usplash-artwork.so'.

Selection Alternative
-----------------------------------------------
1 /usr/lib/usplash/usplash-theme-ubuntu.so
*+ 2 /usr/lib/usplash/usplash-theme-kubuntu.so

Press enter to keep the default[*], or type selection number: 1
Using `/usr/lib/usplash/usplash-theme-ubuntu.so' to provide `usplash-artwork.so'


choose the ubuntu usplash and then type the following code:

$ sudo dpkg-reconfigure linux-image-`uname -r`

Of course you can just copy and paste to make sure your spelling and syntax is correct.

Taken from another thread contribution by Zappe - it works for me.
Kaptain Chaos is offline   Reply With Quote
Old April 30th, 2007   #3
Neuralgia
A Carafe of Ubuntu
 
Neuralgia's Avatar
 
Join Date: Mar 2007
Location: Costa Rica
Beans: 104
Ubuntu 7.04 Feisty Fawn
Re: Restore Ubuntu Splash Screen

that was option #2 on my post.

Nothing is working.
Neuralgia is offline   Reply With Quote
Old April 30th, 2007   #4
linuxeiro
5 Cups of Ubuntu
 
linuxeiro's Avatar
 
Join Date: Jul 2005
Location: Galiza/Galicia, Spain
Beans: 25
Gutsy Gibbon Testing
Re: Restore Ubuntu Splash Screen

I have the same problem with usplash every time I install kubuntu-desktop in ubuntu.

I solved it by completely unistalling every usplash package (both kubuntu and ubuntu) with synaptic. Once it's done, I install ubuntu usplash with synaptic. It works just fine. No need to configure anything. It has only one minor problem, which is that synaptic will consider that you no longer have the kubuntu-desktop metapackage (no kde program but usplash will be uninstalled, though).
linuxeiro is offline   Reply With Quote
Old April 30th, 2007   #5
Neuralgia
A Carafe of Ubuntu
 
Neuralgia's Avatar
 
Join Date: Mar 2007
Location: Costa Rica
Beans: 104
Ubuntu 7.04 Feisty Fawn
Re: Restore Ubuntu Splash Screen

didn't work

but I have a "new clue"

when I see text when loading and rebooting, I get a messg saying something like this

Quote:
usplash: no 1280x1024 image
that might be the problem... the question is, how do I solve that?
Neuralgia is offline   Reply With Quote
Old April 30th, 2007   #6
Kaptain Chaos
Spilled the Beans
 
Kaptain Chaos's Avatar
 
Join Date: Sep 2006
Beans: 13
Ubuntu 7.04 Feisty Fawn
Re: Restore Ubuntu Splash Screen

Hello again,
You may want to look into this page:
https://help.ubuntu.com/community/US...omizationHowto

Not sure if this will help.
I know it talks about Edgy and Dapper but customising the size of the usplash screen is towards the end of the page and requires hand coding grub. I remember doing this with Dapper but haven't needed to since.


One other thing you may want to try is to use aptitude to reinstall ubuntu:

Quote:
sudo aptitude update
then
Quote:
sudo aptitude install ubuntu-desktop
Using aptitude ensures all dependencies are checked and installed and should update your grub settings as part of the process.

Failing that, take a look at http://www.psychocats.net/ubuntu/index or http://ubuntuguide.org/wiki/Ubuntu:Feisty, there's a lot of useful information on both sites.

As a last resort, if you have enough hard drive space, you could create a separate /home partition following Psychocats instructions (just make sure that if other people use the pc their /home folders are copied to the new partition first and that everything works). Then use the live Feisty CD to format your your / (root) partition and do a fresh reinstall of ubuntu telling it where your new /home partition is - but not formating it obviously!

I'm sure you've already thought of this.

Sorry I can't be of more help.

Last edited by Kaptain Chaos; May 1st, 2007 at 03:33 AM.. Reason: another idea
Kaptain Chaos is offline   Reply With Quote
Old May 1st, 2007   #7
Neuralgia
A Carafe of Ubuntu
 
Neuralgia's Avatar
 
Join Date: Mar 2007
Location: Costa Rica
Beans: 104
Ubuntu 7.04 Feisty Fawn
Re: Restore Ubuntu Splash Screen

you whatś weird?

it worked perfectlly on my desktop (which I also upgraded from edgy to feisty, and is also a Dell).

On my laptop is just impossible.

I decided to remove my ubuntu OS, and reinstall it.

Obviously not because of this, but becasue after the upgrade I lost somethings, and I wonder if with a FULL brand new install I'll solve this (for example, Beryl worked like a charm, and now I jus see the white screen everyone complaints about).

Neu
Neuralgia is offline   Reply With Quote
Old May 15th, 2007   #8
jaybirdone
First Cup of Ubuntu
 
Join Date: May 2007
Beans: 1
Re: Restore Ubuntu Splash Screen

I had the problem with boot splash screen and restart splash screen.

open terminal
sudo nautilus
go to /usr/lib/usplash/

find file usplash-artwork.so and see if the link is broken.
if the link is broken, delete file.

right click on the file usplash-theme-ubuntu.so and make link.

rename the new link usplash-artwork.so

reboot and see if that works for you. It did for me.
jaybirdone is offline   Reply With Quote
Old May 18th, 2007   #9
samstar
First Cup of Ubuntu
 
Join Date: May 2007
Beans: 4
Re: Restore Ubuntu Splash Screen

Hi,

Maybe this'll help. There's a file called /etc/usplash.conf or somesuch. Just look for a usplash file in your /etc directory. Change the resolution in the file to something that usplash may support, like 1024x768, or 800x600. Then rebuild the initrd. This will only affect your bootsplash, not your desktop.

Hope this helps,
Sam
samstar is offline   Reply With Quote
Old June 29th, 2007   #10
razeshkale
Just Give Me the Beans!
 
razeshkale's Avatar
 
Join Date: Jun 2007
Location: Australia
Beans: 62
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to razeshkale Send a message via Yahoo to razeshkale Send a message via Skype™ to razeshkale
Re: Restore Ubuntu Splash Screen

I was trying to change Ubuntu Usplash to Blue,
That mess my Festy 7.04
Now i m getting some checking files for booting....etc script running on one ubuntu

is there any way to change it back to normal one?
Cheers
__________________
Visit My Blog
razeshkale is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:07 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry