PDA

View Full Version : HOWTO: Bootup splash screen with splashy


Pages : [1] 2

infinito
June 14th, 2005, 01:02 PM
This howto will allow you to get a bootup image with progress bar, like the livecd does.
In this post i'm using my self-made theme. You can make your own or download another, it's up to you!

Splashy for Ubuntu

(1) Download latest splashy package from: http://alioth.debian.org/projects/splashy/

(2) Install the splashy .deb:
$ sudo dpkg -i splashy_0.1.3.svn.2_i386.deb
(3) Edit /boot/grub/menu.lst to add vga=792 (1024x768 millions colors) or vga=791 (1024x768 thousands colors) to your default boot option.
For example:title Ubuntu, kernel 2.6.10-5-k7 Default
root (hd0,0)
kernel /vmlinuz root=/dev/hde6 ro quiet splash vga=792
initrd /initrd.img
savedefault
bootSee codes table below:

(4) Download my Ubuntu splashy theme from: http://infinito.f2o.org/downloads/ubuntu_splashy_theme.tar.gz

You can get more themes from: http://splashy.alioth.debian.org/themes/

(5) Untar ubuntu theme:
$ tar xzf ubuntu_splashy_theme.tar.gz
(6) Copy files to splashy dir:
$ sudo cp -a ubuntu/ /etc/splashy/themes
(7) Edit splashy config file:
$ sudo mv /etc/splashy/config.xml /etc/splashy/config.xml.old
$ sudo mv /etc/splashy/themes/ubuntu/config.xml /etc/splashy
That's all! Next time you reboot your computer you'll see splashy in action!

Links of interest:
http://nanofreesoft.org/index.php/Splashy
http://nanofreesoft.org/index.php/Upower

VGA Codes Table:
640x480 800x600 1024x768 1280x1024
256 colors 768 771 773 775
32K colors 784 787 790 793
64K colors 785 788 791 794
16M colors 786 789 792 795

thechitowncubs
June 14th, 2005, 01:15 PM
Does this take affect during the whole boot process?

Like no "freaks out noob" text is scrolling?

infinito
June 14th, 2005, 01:18 PM
Does this take affect during the whole boot process?

Like no "freaks out noob" text is scrolling?
You will see the first two text lines only...

Xian
June 14th, 2005, 01:30 PM
I realize this is supposed to be an "alpha" stage package, but it has worked flawlessly on my box and I certainly hope the development on it continues. I did read where it recently forked into the Upower project so it remains to be see where all this settles.

Thanks for the great How-To.
People should definitely give it a go.

kleeman
June 14th, 2005, 04:38 PM
Didn't work here: :mad:
I got smaller text and a message saying splashy was not running and to check the
/etc/default/splashy and /etc/splashy/config.xml files for format errors. I got green text saying boot was 30% 40% etc complete. Strangely when I shutdown it seemed to be working........

infinito
June 14th, 2005, 04:49 PM
Didn't work here: :mad:
I got smaller text and a message saying splashy was not running and to check the
/etc/default/splashy and /etc/splashy/config.xml files for format errors. I got green text saying boot was 30% 40% etc complete. Strangely when I shutdown it seemed to be working........
Please, try to change the contents of /etc/splashy/config.xml to this:
<splashy>
<progressbar>
<!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress bar.
Remember that x, y width and height are expressed in percentage -->
<x>20</x>
<y>90</y>
<width>60</width>
<height>2</height>
<!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<red>207</red>
<green>0</green>
<blue>0</blue>
<alpha>255</alpha>
</progressbar>
<background>
<boot>/etc/splashy/themes/ubuntu/background.jpg</boot>
<shutdown>/etc/splashy/themes/ubuntu/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/themes/ubuntu/error.jpg</errorimg>
</background>
<fifo>/etc/splashy/splashy.fifo</fifo>
<pid>/etc/splashy/splashy.pid</pid>
<autoverboseonerror>yes</autoverboseonerror>
</splashy>

Xian
June 14th, 2005, 04:50 PM
Looks like someone else is having your problem (http://kalatlug.nanofreesoft.org/index.php?name=PNphpBB2&file=viewtopic&t=59&sid=80f00bdd6d82a9156994945fb51692d9).
I'm actually using the Upower package but can't seem to find a copy right now.

Xian
June 14th, 2005, 04:59 PM
Okay, I chased it down finally.
The latest version is not the one on the Alioth page.

Get splashy_0.1-5_i386.deb from HERE (http://kalatlug.nanofreesoft.org/Projects/splashy/relases/splashy_0.1-5_i386.deb).

You'll also need the libdirectfb-0.9-22 (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/libdirectfb/libdirectfb-0.9-22_0.9.22-1_i386.deb) and lib++dfb-0.9-22 (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/lib++dfb/lib++dfb-0.9-22_0.9.22-1_i386.deb) packages.

That should get everything up to speed.

kleeman
June 14th, 2005, 05:19 PM
None of it worked I'm afraid. The first fix just changed the boot(down) screen picture. The same error occured during bootup. I did notice however that the boot(up) screen appear extremely briefly. When I installed the other packages no boot(up) or boot(down) screens appear at all but it does claim that splashy is operating ;-)
Looks like I've been bitten by alpha software....

Xian
June 14th, 2005, 05:21 PM
Looks like I've been bitten by alpha software....
Drats! :) Things will get better with further devel work.

infinito
June 14th, 2005, 06:03 PM
None of it worked I'm afraid. The first fix just changed the boot(down) screen picture. The same error occured during bootup. I did notice however that the boot(up) screen appear extremely briefly. When I installed the other packages no boot(up) or boot(down) screens appear at all but it does claim that splashy is operating ;-)
Looks like I've been bitten by alpha software....
From the Upower (fork of splashy) wiki :
nb: in some cases Splashy will start to work after the second or third reboot, it's normal, don't worry.
Maybe this is your case...

You should also take at look at this: http://nanofreesoft.org/index.php/Splashy

dolny
June 14th, 2005, 07:02 PM
http://alioth.debian.org/tracker/index.php?func=detail&aid=301517&group_id=30657&atid=411690

[ #301517 ] Splashy does not work if /usr is on its own partition

That is the problem for me :/

lizardking
June 14th, 2005, 07:03 PM
I try splashy and It show me only 4 picture during the boot in the upper part of the screen : tux, a HD, network and a Pc..I cannot set ubuntu theme.
I notice that when I wento to do HOWto point 7) I had not backup any confi.xml bacause i haven't it... ](*,)

dolny
June 14th, 2005, 07:16 PM
BTW. Splashy is now available through debian repositories so use 'apt-get install splashy' instead of these packages.

infinito
June 14th, 2005, 07:20 PM
BTW. Splashy is now available through debian repositories so use 'apt-get install splashy' instead of these packages.
We're using Ubuntu (i thought that was clear in a ubuntu forum), so people can't (shouldn't) apt-get debian packages.

lizardking
June 14th, 2005, 07:21 PM
BTW. Splashy is now available through debian repositories so use 'apt-get install splashy' instead of these packages.
Can you post Debian repository?

dolny
June 14th, 2005, 07:25 PM
I don't remember whether I added some extra repositories... After apt-get install it just started installing. Maybe the backports repository?

Anyway, I'll have to wait until they fix the separate partition /usr/ thing :/

lizardking
June 14th, 2005, 07:30 PM
:-) Yeah i fix the problem now i have ubuntu background...

only the last trick....HOw I Can clear the 4 picture I mentioned in the previous post.Now i have ubuntu backgourn but this ugly pictures are always there....

bored2k
June 14th, 2005, 07:30 PM
It did not work here. It keep telling me to check for a /etc/default/spalshy (!?) and /etc/splashy/.xml

It just loaded text mode with a green text telling me "10%, 20%, etc".

If I tried teh vga=792 thing I'd get an error. :(

dolny
June 14th, 2005, 07:31 PM
It did not work here. It keep telling me to check for a /etc/default/spalshy (!?) and /etc/splashy/.xml

It just loaded text mode with a green text telling me "10%, 20%, etc".

If I tried teh vga=792 thing I'd get an error. :(

I have exactly the same problem. Is your /usr/ on a separate partition?

desdinova
June 14th, 2005, 07:39 PM
Worked aok here...

bored2k
June 14th, 2005, 07:39 PM
I have exactly the same problem. Is your /usr/ on a separate partition?
Actually it's not.
I hate one / partition and one /home partition and that is it.

tristan
June 14th, 2005, 07:43 PM
Splashy 0.1-5 (downloaded from the splashy homepage) works flawlessly on my box, which has /usr on its own partition.

The fact that you see the 10%. 20% etc means that splashy is working, but that the picture is not displaying for some reason. I had a similar thing happen until I realised that I hadn't named my startup and shutdown picturse correctly in the splashy xml config file.

One other thing, splashy works just fine with png graphics.

Finally, thanks a lot for the howto!

bored2k
June 14th, 2005, 07:44 PM
Splashy 0.1-5 (downloaded from the splashy homepage) works flawlessly on my box, which has /usr on its own partition.

The fact that you see the 10%. 20% etc means that splashy is working, but that the picture is not displaying for some reason. I had a similar thing happen until I realised that I hadn't named my startup and shutdown picturse correctly in the splashy xml config file.

One other thing, splashy works just fine with png graphics.

Finally, thanks a lot for the howto!
I get "undefined video number" on vga=792

Xian
June 14th, 2005, 07:48 PM
I get "undefined video number" on vga=792
I have mine set to 791. Try that.
Here's my kernel line:

kernel /vmlinuz root=/dev/hda9 ro vga=791 quiet splash

dolny
June 14th, 2005, 07:54 PM
PS -> 0.1-5 is not the newest version. That 0.1.3 is. It's not 0.1.5, it's 0.1-5.0 as far as I understand. That is why you mixed the versions ;)

bored2k
June 14th, 2005, 07:56 PM
I have mine set to 791. Try that.
Here's my kernel line:

kernel /vmlinuz root=/dev/hda9 ro vga=791 quiet splash
Xian, I heart you. It worked ! :-)

dolny
June 14th, 2005, 08:00 PM
I'm gonna try that.

PS. <pid>/etc/splashy/splashy.pid</pid> <-- I don't have splashy.pid file :/

dolny
June 14th, 2005, 08:09 PM
Still doesn't work for me :(
HELP! Do you have that pid file in the directory?
I get the message that Splashy is not running and because of that, it cannot send any messages. I see that green text progress notifications but no graphics :(((((

Xian
June 14th, 2005, 08:12 PM
HELP! Do you have that pid file in the directory?
I don't have any pid file in that folder.

I added the ubuntu titled paths myself (for image files).
$ ls /etc/splashy
background.jpg config.xml config.xml~ error.jpg Ubuntu ubuntusplashy

dolny
June 14th, 2005, 08:16 PM
Yeha I changed the paths in config.xml - they lead to good files but still... :(
My Kubuntu wants a splash screen :( *sniff*

Xian
June 14th, 2005, 08:16 PM
PS -> 0.1-5 is not the newest version. That 0.1.3 is.
Yes, you are absolutely correct. Thanks.
After splashy-0.1-5 the code was switched to C.

I forgot about that. ;-)

Xian
June 14th, 2005, 08:23 PM
dolny, did you install those two deps (http://www.ubuntuforums.org/showthread.php?p=212901#post212901)?
[Ignore the version comment as you were right]

dolny
June 14th, 2005, 08:31 PM
Yes :(

We'll, maybe they'll fix it in the next versions...

Xian
June 14th, 2005, 08:34 PM
Heh. Don't give up just yet.
Does THIS (http://www.ubuntuforums.org/showthread.php?t=37518) thread help at all?

dolny
June 14th, 2005, 08:35 PM
I'm going to reinstall splashy. Here's what I got:

dolny@milkshake:~/zrzut$ sudo apt-get install splashy
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
splashy
1 upgraded, 0 newly installed, 0 to remove and 139 not upgraded.
Need to get 0B/414kB of archives.
After unpacking 397kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
splashy
Install these packages without verification [y/N]? y

Preconfiguring packages ...
(Odczytywanie bazy danych ... 102694 plików i katalogów obecnie zainstalowanych.)
Przygotowanie do zastąpienia splashy 0.1.3.svn.2 (wykorzystując .../splashy_0.1.4.svn.1_i386.deb) ...
Rozpakowanie pakietu zastępującego splashy ...
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
Searching for splash image... none found, skipping...
Found kernel: /vmlinuz-2.6.10-5-686
Found kernel: /memtest86+.bin
Updating /boot/grub/menu.lst ... done

Konfigurowanie splashy (0.1.4.svn.1) ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashyZ ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy10 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy20 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy30 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy40 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy50 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy60 ...
Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy70 ...
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
Searching for splash image... none found, skipping...
Found kernel: /vmlinuz-2.6.10-5-686
Found kernel: /memtest86+.bin
Updating /boot/grub/menu.lst ... done

there is not grub installed
WARN: could not create /etc/splashy/splashy.fifo. Make sure file exists and it's a fifo before using splashy
WARN: example: ls -l /etc/splashy/splashy.fifo. Permissions should be prwx------
WARN: to create it by hand follow:
WARN: rm -f /etc/splashy/splashy.fifo && mkfifo --mode=0700 /etc/splashy/splashy.fifo

Xian
June 14th, 2005, 08:38 PM
Yep, that's a problem.
But you gotta love how APT tells it like it is. :)

dolny
June 14th, 2005, 08:56 PM
Tried to reinstall it from scratch, like in that link you gave me. No good. Going to sleep know. It just won't work with that /usr/ on diff partition. Tried EVERYTHING. It still shows that green letters and that info about config.xml.

lizardking
June 15th, 2005, 07:14 AM
I noticed that Splahsy works for me, how I say up, but I does not work when I halt the Computer. I cannot see the Ubuntu-shutdown.jpeg in the background..

Some help?

intangible
June 15th, 2005, 09:45 AM
This howto will allow you to get a bootup image with progress bar, like the livecd does.
In this post i'm using my self-made theme. You can make your own or download another, it's up to you!

Splashy for Ubuntu

(1) Download latest splashy package from: http://alioth.debian.org/projects/splashy/

(2) Install the splashy .deb:
$ sudo dpkg -i splashy_0.1.3.svn.2_i386.deb
(3) Edit /boot/grub/menu.lst to add vga=792 (1024x768 millions colors) or vga=791 (1024x768 thousands colors) to your default boot option.
For example:title Ubuntu, kernel 2.6.10-5-k7 Default
root (hd0,0)
kernel /vmlinuz root=/dev/hde6 ro quiet splash vga=792
initrd /initrd.img
savedefault
bootSee codes table below:

(4) Download my Ubuntu splashy theme from: http://infinito.f2o.org/downloads/ubuntu_splashy_theme.tar.gz

You can get more themes from: http://splashy.alioth.debian.org/themes/

(5) Untar ubuntu theme:
$ tar xzf ubuntu_splashy_theme.tar.gz
(6) Copy files to splashy dir:
$ sudo cp -a ubuntu/ /etc/splashy/themes
(7) Edit splashy config file:
$ sudo mv /etc/splashy/config.xml /etc/splashy/config.xml.old
$ sudo mv /etc/splashy/themes/ubuntu/config.xml /etc/splashy
That's all! Next time you reboot your computer you'll see splashy in action!

Links of interest:
http://nanofreesoft.org/index.php/Splashy
http://nanofreesoft.org/index.php/Upower

VGA Codes Table:
640x480 800x600 1024x768 1280x1024
256 colors 768 771 773 775
32K colors 784 787 790 793
64K colors 785 788 791 794
16M colors 786 789 792 795
This one: http://alioth.debian.org/download.php/1053/splashy_0.1.3.svn.2_i386.deb worked for me using the instructions the parent post provided.

A tip for others: you can test splashy after you've setup vga= and rebooted (to see if the image will display) using /etc/init.d/splashy start|stop
I've downloaded three themes, one of them does not work (one called ubuntusplashy I got from http://ktown.kde.cl/~segfault/splashy/ubuntusplashy/), but I don't know why, it has identical properties to the other themes. I will trouble-shoot it.

If you have a problem with the boot screen only showing up in your top left corner, (like 1/4 of the screen) try this:

sudo echo "mode=1280x1024">/etc/directfbrc

Replace mode with whatever resolution you set your vga= kernel line to use (I used 795 which is 1280x1024x16m).

Also, if you want your kernel upgrades to not lose the vga= line, make sure to add it to the end of the "# nonaltoptions=" line in "/boot/grub/menu.lst" (DO NOT REMOVE THE PRECEDING #)

Sionide
June 15th, 2005, 10:40 AM
Wow, nice HOWTO. Hope it works for me, make sure it gets added to the Index of HOWTOs as well! I'm just waiting for a big file to upload before I reboot.

Edit: Whoo! It works great, this is a quality little trick. Should definately be made one of *the* ones to have... :)

sonny
June 15th, 2005, 07:50 PM
This is a nice how-to... I could manage to make it work, although now I get an error every time I boot, its something about the kernel fonts, but I really don't know what does it means, or where to look for an answer, when it boots it loads the image, then the background image change to the error one, and then to text mode, I know that error wasn't there before I did the boot splashy, cus I always looked what it was doing, can anyone help me??

elsewhere
June 15th, 2005, 08:13 PM
I had splashy running on a previous install of Kubuntu. It installed and worked without any issues, EXCEPT that it broke the suspend-to-RAM functionality on my laptop. Machine couldn't recover from suspend, would hang at a blank screen. I figure it had something to do with the text or graphics mode it was setting my card (nVidia) at, and I know the nVidia cards are fragile at best when handling suspend as it is.

Anyone else run into this ? Is there maybe a way to restore my tty settings to normal after splashy runs ?

Also, Kubuntu users take a look at this link (http://www.kde-look.org/content/show.php?content=22695) on kde-look for a custom splashy theme.

Cheers,
KV

lizardking
June 15th, 2005, 08:51 PM
My first theme for Ubuntu Splashy..

You can download that here: www.iacopomasi.net/UbuntuSmooth-alphaversion.tar.gz (http://www.iacopomasi.net/UbuntuSmooth-alphaversion.tar.gz)
It based on UbuntuSmooth modified by me more clear....
This is UbuntuSmooth Gdm theme:
http://gnome-look.org/content/m1/m22029-1.png

vaskark
June 15th, 2005, 09:05 PM
This is a nice how-to... I could manage to make it work, although now I get an error every time I boot, its something about the kernel fonts, but I really don't know what does it means, or where to look for an answer, when it boots it loads the image, then the background image change to the error one, and then to text mode, I know that error wasn't there before I did the boot splashy, cus I always looked what it was doing, can anyone help me??

Is the error "t_kernel_font: Invalid arguement"? The same thing happens to me. Don't have a solution, though. Does anyone?

sonny
June 15th, 2005, 09:13 PM
Is the error "t_kernel_font: Invalid arguement"? The same thing happens to me. Don't have a solution, though. Does anyone?

Yes that's my error... and I suppouse WE NEED HELP...

infinito
June 15th, 2005, 09:26 PM
Is the error "t_kernel_font: Invalid arguement"? The same thing happens to me. Don't have a solution, though. Does anyone?Yes that's my error... and I suppouse WE NEED HELP...
From the Splashy website (http://nanofreesoft.org/index.php/Splashy) (FAQ section):
At about 70-80% of booting process Splashy goes to verbose mode and shows:

t_kernel_font: Invalid Argument

It's a bug related with the /etc/init.d/console-screen.sh file that does not set the font for framebuffer properly, this bug is unsolved. The work around is to edit the config.xml and set:

1. "autoverboseonerror" to "no"

sonny
June 15th, 2005, 09:33 PM
well that is easy... why didn't I tought about it??? :razz:

NeoChaosX
June 15th, 2005, 10:16 PM
Works for me, except when I installed the Ubuntu theme on the first page, the shutdown screen didn't work. Boot-up screen shows up just fine, though.

EDIT: Never mind, a little tweaking got it working just fine.

sonny
June 15th, 2005, 10:36 PM
Ok.. I've try it and it worked...

Labonte
June 16th, 2005, 09:25 AM
does someone have a clue what todo?

found it my self... all i say is newbie to my self :D


/Labonte

flan
June 16th, 2005, 12:57 PM
Hmm I can't get this to work...
It all seems fine but I get no image, only a black screen instead of the splash image.
I have set the
#nonaltoption vga=791
but nothing to do... it keeps show me a black screen until gdm takes control...
any tips?

Update: if I do
sudo modprobe vesafb
and then
sudo splashy boot
I can see the splash image but even if I insert vesafb in /etc/modules I still get the black screen instead of splash image...
perhaps do I recompile the kernel with vesafb support, and not as a module?

Takis
June 16th, 2005, 07:59 PM
Installing the splashy .deb removed my grub line about Windows!
Luckily I checked it right after installing the deb, and copied the correct lines across from menu.lst.old that the installer created.

bored2k
June 16th, 2005, 08:17 PM
Installing the splashy .deb removed my grub line about Windows!
Luckily I checked it right after installing the deb, and copied the correct lines across from menu.lst.old that the installer created.
Yes splashy doesnt like Windows. Luckily, I still had it in backup -thnx to grubconf ^_^-

Rule
June 16th, 2005, 08:23 PM
they thanks for the how to worked like a charm :D

NeoChaosX
June 17th, 2005, 03:47 AM
Oh crap.

Just found out that with the vga option enabled in grub, there is HUGE decrease in OpenGL performance. I went from 976fps in glxgears without the vga options to less than 200 with it. Anybody else have this problem?

WiLLiE
June 17th, 2005, 12:15 PM
Oh crap.

Just found out that with the vga option enabled in grub, there is HUGE decrease in OpenGL performance. I went from 976fps in glxgears without the vga options to less than 200 with it. Anybody else have this problem?

Nope.. I get 7100fps+ in glxgears.. no decrease here.

ArBaDaCarBa
June 17th, 2005, 05:03 PM
This howto will allow you to get a bootup image with progress bar, like the livecd does.
In this post i'm using my self-made theme. You can make your own or download another, it's up to you!

Splashy for Ubuntu

(1) Download latest splashy package from: http://alioth.debian.org/projects/splashy/

(2) Install the splashy .deb:
$ sudo dpkg -i splashy_0.1.3.svn.2_i386.deb
(3) Edit /boot/grub/menu.lst to add vga=792 (1024x768 millions colors) or vga=791 (1024x768 thousands colors) to your default boot option.
For example:title Ubuntu, kernel 2.6.10-5-k7 Default
root (hd0,0)
kernel /vmlinuz root=/dev/hde6 ro quiet splash vga=792
initrd /initrd.img
savedefault
bootSee codes table below:

(4) Download my Ubuntu splashy theme from: http://infinito.f2o.org/downloads/ubuntu_splashy_theme.tar.gz

You can get more themes from: http://splashy.alioth.debian.org/themes/

(5) Untar ubuntu theme:
$ tar xzf ubuntu_splashy_theme.tar.gz
(6) Copy files to splashy dir:
$ sudo cp -a ubuntu/ /etc/splashy/themes
(7) Edit splashy config file:
$ sudo mv /etc/splashy/config.xml /etc/splashy/config.xml.old
$ sudo mv /etc/splashy/themes/ubuntu/config.xml /etc/splashy
That's all! Next time you reboot your computer you'll see splashy in action!

Links of interest:
http://nanofreesoft.org/index.php/Splashy
http://nanofreesoft.org/index.php/Upower

VGA Codes Table:
640x480 800x600 1024x768 1280x1024
256 colors 768 771 773 775
32K colors 784 787 790 793
64K colors 785 788 791 794
16M colors 786 789 792 795
Works perfctly fine for me, thanks !!
The only thing is I had to download the ubuntu theme from the alioth page and edit the config.xml by hand.
But it's perfectly working on boot and shutdow !!! :)

benplaut
June 17th, 2005, 05:43 PM
isn't there anyone here who likes to know whats going on with their system? :roll:

Xian
June 17th, 2005, 09:00 PM
isn't there anyone here who likes to know whats going on with their system? :roll:
Heh. That's what my Gentoo box is for. :)
Here it's playtime!! http://my.opera.com/forums/images/smilies/party.gif

intangible
June 18th, 2005, 01:38 AM
My first theme for Ubuntu Splashy..

You can download that here: www.iacopomasi.net/UbuntuSmooth-alphaversion.tar.gz (http://www.iacopomasi.net/UbuntuSmooth-alphaversion.tar.gz)
It based on UbuntuSmooth modified by me more clear....
This is UbuntuSmooth Gdm theme:
http://gnome-look.org/content/m1/m22029-1.png

Love the UbuntuSmooth splashy theme, as well as the UbuntuSmooth Gnome splash screen. Some very nice work there.

NeoChaosX
June 18th, 2005, 01:47 AM
Nope.. I get 7100fps+ in glxgears.. no decrease here.
So I'm the only one who gets a 80% performance decrease with the "vga=" option, then?

Takis
June 18th, 2005, 04:27 AM
I think you are. I'm still running full speed.

For people who'd like to know what's going on with their system as well as have eyecandy:
http://www.bootsplash.org/

flan
June 18th, 2005, 09:30 AM
aaw... please help.
Splashy doesn't show any image at boot...
it says: "splashy is not running... no commands can be sent"

but... it works fine when I shut down the system...

what's happen?

my splashy version is 0.1.5.svn1_i386
I just followed this (http://nanofreesoft.org/index.php/Splashy#Splashy_just_doesn.27t_work:) how-to and this is what I get... a shutdown image but still no boot image

picpak
June 18th, 2005, 12:23 PM
Does this work for 686 systems?

tristan
June 18th, 2005, 11:51 PM
Does this work for 686 systems?

Yep. I'm running it with no probs on a 686-smp kernel. That's the beauty of splashy, it's kernel independent.

bored2k
June 19th, 2005, 12:16 AM
Yep. I'm running it with no probs on a 686-smp kernel. That's the beauty of splashy, it's kernel independent.
Hey, not only do you get a cute splashy, but with the vga=791 trick you get gourgeous bash prompts (ctrl+alt+f1-f7) :D !

tristan
June 19th, 2005, 12:41 AM
Hey, not only do you get a cute splashy, but with the vga=791 trick you get gourgeous bash prompts (ctrl+alt+f1-f7) :D !

Everybody's a winner!!!

ltmon
June 19th, 2005, 02:32 AM
I'm having splashy work fine for boot up using vga=792 and vga=791, but it kills my virtual terminals ... they just have random screen noise on them. Shutdown looks similar to the messed up virtual terminals.

Any idea how to fix this?

L.

dolny
June 19th, 2005, 09:49 AM
I have a problem. I finally got splashy to work, with vga=791 or vga=0x3...something ;) but I still have black spaces on the left and right side of the screen. Splashy isn't sufficiently stretched horizontally. It doesn't look so cool... can somebody help?

spockrock
June 19th, 2005, 10:51 AM
Thanks I just grabed the packages Xian pointed to and it worked fine for me.......

Xian
June 19th, 2005, 12:38 PM
Can you adjust your monitor settings using the hardware controls while the boot is ongoing? This generally will not effect what appears (or the image dimensions) after X is started.

UbuWu
June 19th, 2005, 04:13 PM
I hope the splashy site will have a theme section soon. On the mailing lists I read that the 0.2 version will start earlier in the boot process, so no cryptic messages at all anymore!

Xian
June 19th, 2005, 06:45 PM
On the mailing lists I read that the 0.2 version will start earlier in the boot process, so no cryptic messages at all anymore!
Do you happen to have a link to that mailing list?

spockrock
June 20th, 2005, 12:47 AM
I would post the splashy theme I made but I dunno if I would be violating a license thing but its modified from the edgegreeter and edgegreeter 3 themes.........that I got off gnome-look.com.....but here is what the bootup screen looks like;
http://img.photobucket.com/albums/v605/redemma/ubuntu/background.jpg

Xian
June 20th, 2005, 01:11 AM
Yeah, I'm curious what people are using.

Here's my Debian and Ubuntu splash in order:
You can get them HERE (http://www.kiskeyix.org/downloads/debian-embelisher/themes/splash/) and HERE (http://splashy.alioth.debian.org/themes/).

I modified the Debian image to include some text and a progress box (not shown).

http://img.photobucket.com/albums/v469/camplear/forums/silent-1024x768.png

http://img.photobucket.com/albums/v469/camplear/forums/background.png

Sionide
June 20th, 2005, 11:02 AM
I hope future versions have the ball filling up slowly, rather than bit by bit - make it flow in or something. Eye candy is niiiice!! :)

UbuWu
June 20th, 2005, 11:37 AM
Do you happen to have a link to that mailing list?

Yes: http://lists.alioth.debian.org/pipermail/splashy-devel/2005-May/000004.html

Xian
June 20th, 2005, 06:23 PM
Yes: http://lists.alioth.debian.org/pipermail/splashy-devel/2005-May/000004.html
That's kinda scarey. That list has been dead since May.
Mailing List Archives (http://lists.alioth.debian.org/pipermail/splashy-devel/)

Goshawk
June 21st, 2005, 06:13 PM
Hi to all.
I'm (or better, i was ) the main developer (project admin) of splashy.
It's from a long time that i don't see this forum and i'm happy that splashy is a used program.
'm happy to see that many people are making their themes and i'll announce that i'm developing a way to install themes by debian packages (just apt-get install theme-xxx.deb).
But as you guys are looking splashy, from version 0.1.1 is not so affidable as version 0.1-5 why?
Because the code is rewritten in C and because it does not work "just reading the terminal" but with fifos that increaze the boot time of 4 seconds (yes! 4 seconds!).
so another project, I hope it will the last, after usplash and splashy the same code is called upower from Usermode graPhical pOWER-on and it wants to be an eye candy bootsplash system that want to be faster than possible.
Unfortunately there is not a 0.1 version of upower because we are working on it right now. We hope to relase it at the end of June and it will be like splashy-0.1-5 with some bug fixes and a better scrollbar support (more smooth).

Thanks for the time that you, my reader, have spent reading this message, hoping it will help you solving your bootsplash problem :D

bored2k
June 21st, 2005, 06:16 PM
Thanks a lot :D Goshawk !

Xian
June 21st, 2005, 06:19 PM
We hope to relase it at the end of June and it will be like splashy-0.1-5 with some bug fixes and a better scrollbar support (more smooth)
Thanks so much for the info. If there is a mailing list or new wiki that we can use to stay updated on this new Upower project please let us know.

picpak
June 21st, 2005, 06:42 PM
I tried installing the new Splashy, and I got this:

Selecting previously deselected package splashy.
(Reading database ... 59659 files and directories currently installed.)
Unpacking splashy (from splashy_0.1.5.svn2_i386.deb) ...
dpkg: dependency problems prevent configuration of splashy:
splashy depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu13.
dpkg: error processing splashy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
splashy

How can I get libc6 2.3.2.ds1-21?

Kyral
June 21st, 2005, 08:09 PM
Works GREAT! But, where can I find more Splashy Themes? I'm looking for like an Aqua ish theme, with Ubuntu on it

spockrock
June 21st, 2005, 08:40 PM
I tried installing the new Splashy, and I got this:

Selecting previously deselected package splashy.
(Reading database ... 59659 files and directories currently installed.)
Unpacking splashy (from splashy_0.1.5.svn2_i386.deb) ...
dpkg: dependency problems prevent configuration of splashy:
splashy depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu13.
dpkg: error processing splashy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
splashy

How can I get libc6 2.3.2.ds1-21?

all I did was go to the ubuntu packages and install the breezy libc6 files............

bored2k
June 21st, 2005, 08:58 PM
Works GREAT! But, where can I find more Splashy Themes? I'm looking for like an Aqua ish theme, with Ubuntu on it
Just make one yourself. http://www.linuxeu.de/images/wallpaper/ubuntu/ubuntu.html

XDevHald
June 21st, 2005, 09:02 PM
Hmm, I have everything installed correctly, but when I reboot, it shows the clock down to 3-2-1-0 then it just shows the background a little bit then goes into normal boot with all the OK listings. What did I do wrong?

Goshawk
June 22nd, 2005, 05:43 AM
The new splashy packages are compiled for debian sid (because all the splashy team now uses debian), this is why there are too many problems with dependencies and so.

We are reorganizzating nanofreesoff organizzation, we are going to dismiss the wiki and use a better CMS system.

news about upower (the new admin of splashy is Luis Mondesi) will appear on www.nanofreesoft.org .

Xian
June 22nd, 2005, 06:08 AM
We are reorganizzating nanofreesoff organizzation, we are going to dismiss the wiki and use a better CMS system. news about upower (the new admin of splashy is Luis Mondesi) will appear on www.nanofreesoft.org .
Great. That explains alot.
Thanks again for the info and much appreciation for the project.

darknuala
June 22nd, 2005, 11:57 PM
This one: http://alioth.debian.org/download.php/1053/splashy_0.1.3.svn.2_i386.deb worked for me using the instructions the parent post provided.

A tip for others: you can test splashy after you've setup vga= and rebooted (to see if the image will display) using /etc/init.d/splashy start|stop
I've downloaded three themes, one of them does not work (one called ubuntusplashy I got from http://ktown.kde.cl/~segfault/splashy/ubuntusplashy/), but I don't know why, it has identical properties to the other themes. I will trouble-shoot it.

If you have a problem with the boot screen only showing up in your top left corner, (like 1/4 of the screen) try this:

sudo echo "mode=1280x1024">/etc/directfbrc

Replace mode with whatever resolution you set your vga= kernel line to use (I used 795 which is 1280x1024x16m).

Also, if you want your kernel upgrades to not lose the vga= line, make sure to add it to the end of the "# nonaltoptions=" line in "/boot/grub/menu.lst" (DO NOT REMOVE THE PRECEDING #)
When I try this step:
$ sudo cp -a ubuntu/ /etc/splashy/themes

I get this message:
cp: cannot stat `ubuntu/': No such file or directory

any ideas?

chaumurky
June 23rd, 2005, 02:08 AM
Would there be anything done here that can cause my Gnome setup go strange. My symptoms are:

* application windows are missing the top bar and cannot be moved.
* alt-tab combo doesn't work
* window list is empty.


I installed:

* libdirectfb-0.9-22_0.9.22-1_i386.deb
* lib++dfb-0.9-22_0.9.22-1_i386.deb
* splashy_0.1.5.svn2_i386.deb

Perhaps there is a logfile I can check to see where the error is occuring?

EDIT: Hmm, strike that. I uninstalled the packsges with no effect. I thought I'd start up a vncserver session to see if the problem showed up there and it did. After loggin out of that session, however, my window list etc reappeared! Time to ghost my system partition before anything gets worse methinks... :???:

byen
June 23rd, 2005, 02:49 AM
Oh crap! after looking at all these guys talk about it..i decided to try..and now my whole boot-up is screwed .. i get the image and everything but then i get the error:
Error:
I cannot start the Xserver (your graphical interface). It is likely that it is not set-up correctly. would you like to view Xserver output.

Man.. after 2 months I had to go back to windows to type this ..... its 3 in the morning and all i can think about is punching myself in the face... ahhhh help!

Goshawk
June 23rd, 2005, 04:43 AM
Oh crap! after looking at all these guys talk about it..i decided to try..and now my whole boot-up is screwed .. i get the image and everything but then i get the error:
Error:
I cannot start the Xserver (your graphical interface). It is likely that it is not set-up correctly. would you like to view Xserver output.

Man.. after 2 months I had to go back to windows to type this ..... its 3 in the morning and all i can think about is punching myself in the face... ahhhh help!
byen:
first let we know which version you are using.

Than...

nothing is lost: power-on your pc and when you get the X error push CTRL+ALT+F2 ytu will see a console.
Then log in... and do: $sudo apt-get --purge remove splashy .
It will do all the hard work and restore your system to be like your splashy installation.

For all the people that have problems with splashy i advice to wait for upower that should fix many problems related with fifos, time and X compatibility.

byen
June 23rd, 2005, 02:09 PM
i used splashy_0.1.3.svn.2_i386.deb available at their site.... and yes, a helpful hand helped me figure out the uninstallation of splashy. guess 4 now i'll wait out for upower. thank you for your help goshawk.

Rob2687
June 24th, 2005, 12:36 PM
i used splashy_0.1.3.svn.2_i386.deb available at their site.... and yes, a helpful hand helped me figure out the uninstallation of splashy. guess 4 now i'll wait out for upower. thank you for your help goshawk.
Works okay here, but only at boot. When I shut down, the screen just flashes a bunch of garbled characters. It works if I switch from the nvidia to the nv driver though :/

tristan
June 26th, 2005, 08:42 AM
Works okay here, but only at boot. When I shut down, the screen just flashes a bunch of garbled characters. It works if I switch from the nvidia to the nv driver though :/

You might need to play with the vga modes in /boot/grub/menu.lst. By default it's set to 792 (1024x768x24bit).

Just out of interest I tried changing vga modes and found that I could get splashy workin g happily on boot but not shutdown. Perhaps the reverse might work for you?

Xian
June 26th, 2005, 09:14 AM
Just out of curiosity.. If we ALL seem to want this feature, and Ubuntu LiveCD seems to include it...why isn't it "preinstalled" ?
Because even the author admits it will not consistently work on every system, and the project is still in its infancy. It wouldn't do to include an application that is provided by default, but has the side effect on many machines of not showing the boot routine or even allowing a person to login to their desktop session.

DShafik
June 26th, 2005, 12:35 PM
Seems to work fine for me, at least for bootup. Haven't tried to shutdown since I restarted first time.

Thanks :)

- Davey

tristure
June 26th, 2005, 05:52 PM
all I did was go to the ubuntu packages and install the breezy libc6 files............
Yeah well... Don't know about you, but doing so broke 3 pakcages in my system and I don't know how to get them back allright.

So I would recommend not to do that.

Broken packages are libc6-dev, libc6-i686, locales....

tristure
June 27th, 2005, 03:01 PM
OK, my system is back to normal situation. I had to uninstall the broken packages, then reinstall them and reinstall all the packages that had been uninstalled.

Quite uncomfortable.

Now I like the splash screen very much, so if anyone has suggestions so as to install a correct libc6 without breaking packages, I'd be very grateful!

NeoChaosX
June 28th, 2005, 11:19 PM
Okay, fresh install of Hoary fixed the OpenGL performance problems I had.

However, I'm also getting that same bail-out-of-splash-at-70% problem described here (http://www.ubuntuforums.org/showpost.php?p=215021&postcount=47) with 0.1.3 of splashy, and the fix on that post doesn't seem to work. Going back to 0.1-5 causes splashy to screw up, and I don't want to upgrade libc just to use 0.1.5. Anybody else suffer this problem and/or have an answer?

Goshawk
June 29th, 2005, 03:10 PM
Okay, fresh install of Hoary fixed the OpenGL performance problems I had.

However, I'm also getting that same bail-out-of-splash-at-70% problem described here (http://www.ubuntuforums.org/showpost.php?p=215021&postcount=47) with 0.1.3 of splashy, and the fix on that post doesn't seem to work. Going back to 0.1-5 causes splashy to screw up, and I don't want to upgrade libc just to use 0.1.5. Anybody else suffer this problem and/or have an answer?
Hi.
What do you mean when you say: "0.1-5 causes splashy to screw up"?

Heliode
June 29th, 2005, 05:05 PM
Just out of curiosity.. If we ALL seem to want this feature, and Ubuntu LiveCD seems to include it...why isn't it "preinstalled" ?

Because I don't want to use it. I like to see what's going on. As do a lot of other linux-users I can assure you.

I AM using the vga=792 mode in menu.lst though so I can have my entire bootup procedure on one screen, but I wouldn't use a splash screen myself, basically because it happened to often to me that Windows just stopped loading and I didn't know what's going on. At least with Linux, you can see what is going on, or at least where it is stopping.

I've heard people mention splash screens will be included in Breezy. That's fine with me, since lots of people seem to like them, but I'd like a way to turn them off.
You should try booting in 1024x768. I use text-mode quite a lot and it looks a lot better that way.

That said, I have installed this on my GF's box and she seems to like it a lot.
A minor problem though: every 20 boots the / partition gets a check. Somewhat depending on the size and speed of the drive, this can take quite a while. With a splash screen you can't see what's going on, and you're just wondering what the thing is doing for 10 minutes. (I know, I know, you can make it go away by hitting ESC, but still)


Just my 2c

Goshawk
June 29th, 2005, 05:33 PM
Hi Heliode.
I think that You are not well informed, let's talk.
On Windows you don't have the feature to choose if you want a graphical boot or not and you will never know what windows does while it's booting (but it's not true if you are a microsoft employer).
I use Linux (and not windows either Mac even if it is a bsd derivate) because I can choose and I'm developing upower to give to the linux users the ability to choose.
We don't hate the normal boot system, but we know that for the 90% of the time we boot our system it's unuseful.. why? because it's ever the same (ever the same sarvices that run correctly). So why not make it eye-candy? Upower will ever go to the standard and loved "normal mode" (verbose mode) when it reachs an error (Reading the terminal) or if you press F2 or ESC. And... with upower you can install and remove the program (and themes in future) with just an apt-get.

Probably not any bootsplash system will be included in Breezy, Why? because for now there is not a good system that does it work very well.

Thanks...

NeoChaosX
June 29th, 2005, 11:29 PM
Hi.
What do you mean when you say: "0.1-5 causes splashy to screw up"?
It was previously not showing a splash and giving me errors about how it couldn't find the splashy executable during boot-up.

Then I figured out I had to install a couple other dependencies, and now splashy 0.1-5 works just fine, and doesn't bail out early.

Goshawk
June 30th, 2005, 07:30 AM
NeoChaosX can you be more precise about htese dependencies? (how many? what?)
Upower is going to be relased very soon, so more detail you wil explain about your problem and we will find a better way to solve those.

Thanks

UbuWu
June 30th, 2005, 09:29 AM
Goshawk, when you google for splashy you first come across http://alioth.debian.org/projects/splashy/ which links to http://splashy.alioth.debian.org/wiki which doesn't exist... (should be http://splashy.alioth.debian.org/ ???) And then there is http://nanofreesoft.org/ where all images are broken... A little bit confusing alltogether...

Goshawk
June 30th, 2005, 09:46 AM
I'm still not the admin of Splashy (yes i was).
The new project admin uses alioth for his development and he set up a wiki for splashy that now seems to be broken. I don't know why and it's not my job.

nanofreesoft.org is accessible, i connected to it one minute ago and it works correctly but yesterday for a power cut here in Sicily we were offline for 2 hours.
Btw on nanofreesoft.org you will not found information about splashy.

vipernicus
July 1st, 2005, 11:36 AM
Question: I roll my own kernel. Is there any kernel patch involved in getting this to work? Is bootsplash or fbsplash applied to default ubuntu sources?
Thanks.

intangible
July 1st, 2005, 11:40 AM
AFAIK, it works without kernel patches, that is what's great about it compared to other bootup splash programs. You just have to make sure you have a framebuffer in your kernel, or initrd

Albaraha
July 1st, 2005, 11:53 AM
I have it working but apt-get always complains that:
$ sudo apt-get install
Password:
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
splashy: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20ubuntu13 is installed
E: Unmet dependencies. Try using -f.

I'm using Ubuntu 5.04

bored2k
July 1st, 2005, 11:56 AM
I have it working but apt-get always complains that:

You might want to run `apt-get -f install' to correct these.
I'm using Ubuntu 5.04
sudo apt-get -f install

Albaraha
July 2nd, 2005, 06:21 AM
sudo apt-get -f install
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
splashy
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 516kB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.

spockrock
July 2nd, 2005, 11:22 AM
hmmm....I had splashy 1.3 svn working with my old installation but due to a kernal sync error, I had to reinstall, now if I try 1.3 or 1.5 the gdm never loads and all I get is a light blue screen.........I switch to linux to avoid blue screens, but any ways it works with earliest version 1-5 but I dunno what I dont have that is causing this problem.......

Goshawk
July 2nd, 2005, 12:42 PM
Splashy uses the old libdirectfb at version 0.9.20 while 0.9.22 is out from some months.
This library has the blue screen that IMHO i really dislike it.

Upower uses 0.9.22 so at least it will no work but you wil never see "blue screens" :D

Remember that for now version 1-5 is equal to any svn version of splashy, the real difference is that 0.1-5 is in c++ while 0.1 and previous versions are in C.

traherom
July 2nd, 2005, 05:26 PM
I got Splashy working on the second try! I wiped my machine, then followed the instructions at http://www.nanofreesoft.org/index.php?module=subjects&func=viewpage&pageid=1#What.27s_upower.3F.

The one problem I ran into was I didn't have libglibmm installed, but after I apt-geted that, it worked fine!

There exact steps I followed:
1. Download Splashy (http://kalatlug.nanofreesoft.org/Projects/splashy/relases/splashy_0.1-5_i386.deb) (version 1-5), directfb (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/libdirectfb/libdirectfb-0.9-22_0.9.22-1_i386.deb), and libfb++ (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/lib++dfb/lib++dfb-0.9-22_0.9.22-1_i386.deb).
Because I downloaded them through Firefox, they ended up at ~/Desktop.

2.In a console type:
cd ~/Desktop
sudo apt-get install libglibmm-2.4-1
dpkg -i *.deb

Albaraha
July 2nd, 2005, 08:07 PM
I got Splashy working on the second try! I wiped my machine, then followed the instructions at http://www.nanofreesoft.org/index.php?module=subjects&func=viewpage&pageid=1#What.27s_upower.3F.

The one problem I ran into was I didn't have libglibmm installed, but after I apt-geted that, it worked fine!

There exact steps I followed:
1. Download Splashy (http://kalatlug.nanofreesoft.org/Projects/splashy/relases/splashy_0.1-5_i386.deb) (version 1-5), directfb (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/libdirectfb/libdirectfb-0.9-22_0.9.22-1_i386.deb), and libfb++ (http://kalatlug.nanofreesoft.org/Projects/splashy/libraries/lib++dfb/lib++dfb-0.9-22_0.9.22-1_i386.deb).
Because I downloaded them through Firefox, they ended up at ~/Desktop.

2.In a console type:
sudo apt-get install libglibmm-2.4-1
dpkg -i *.deb


Thanks traherom.
The only missing thing when trying to get Splashy on Ubuntu Hoary is to have the proper .deb file, which is this one (http://kalatlug.nanofreesoft.org/Projects/splashy/relases/splashy_0.1-5_i386.deb), not the one in the start of this thread.

NeoChaosX
July 3rd, 2005, 01:17 AM
aaw... please help.
Splashy doesn't show any image at boot...
it says: "splashy is not running... no commands can be sent"

but... it works fine when I shut down the system...

what's happen?

Having reverse problem; start-up splash works fine, but shotdown gets me the "Splashy is not running error" except for the last two seconds of the shutdown, when the splash image finally springs up. Annoying to death. ](*,)

zerohalo
July 3rd, 2005, 10:05 AM
Works for me (using Splashy 0.1-5) on startup, but not on shutdown (actually it did work on shutdown the first time around, but not in subsequent experiments--now I just get the usual verbose shutdown).

Xian
July 3rd, 2005, 10:09 AM
I had that for awhile but realized I didn't have both directfb and libfb++ installed.
Seems to be working fine now.

gammyhand
July 3rd, 2005, 11:18 AM
I had that for awhile but realized I didn't have both directfb and libfb++ installed.
Seems to be working fine now.
I have some initial problems:

1) I downloaded the package and extracted it but it said my version os lib6c is wrong and I can't see how to correct that.

2) I don't know how to make menu.lst writeable.

3) People are talking about an install package and I have no idea where to get this.

chaumurky
July 3rd, 2005, 06:03 PM
Post #118 of this thread got it working for me, thank you. I think I'll only use it on my wife's PC though. :wink:

traherom
July 3rd, 2005, 06:28 PM
Post #118 of this thread got it working for me, thank you. I think I'll only use it on my wife's PC though. :wink:Woot! http://ubuntuforums.org/images/smilies/eusa_dance.gif

I'm telling her though... ;)

Skel
July 4th, 2005, 01:33 AM
i cant seem to get this 2 work... i see booting 10%, 20% and so on pop up when the lines come up but no screen darn ](*,)

Sianis
July 4th, 2005, 03:36 AM
Hi all!

I installed the splashy (0.1.3). It works good, but when i click shoutdown, the shoutdown screen is the start screen, but i setup the shoutdown screen a shoutdown screen. In the shoutdown progress it's showing the status bar, and not the shoutdown text. What need to do, so work better this program?

Upgrade, or what?

hunteramor
July 4th, 2005, 09:07 PM
For anyone that runs into the same problem, I had issues with splashy 1.0.5 requiring a higher version of libc6 than my language support stuff (specifically chinese), so every time that the higher version was installed, synaptic would demand i uninstall the language support, and every time the lower version was installed, splashy would not function properly.

The solution I settled on was just to user splashy 1.0.3 instead. If anyone has a better solution, I'm game, but I thought posting this experience might save a newbie like me a half-hour of frustration.

wherethebibawi
July 5th, 2005, 02:34 AM
I tried installing the new Splashy, and I got this:

Selecting previously deselected package splashy.
(Reading database ... 59659 files and directories currently installed.)
Unpacking splashy (from splashy_0.1.5.svn2_i386.deb) ...
dpkg: dependency problems prevent configuration of splashy:
splashy depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu13.
dpkg: error processing splashy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
splashy

How can I get libc6 2.3.2.ds1-21?
i have had the same dependancy problems.
the way i got around the is a bit of a trick,
STEP1: i used synaptic to uninstall the splashy package; (you will find it under broken packages)
STEP2: the splashy system uses libdirectfb librarys, so do a search for libdirectfb, i found that none of these librarys had been installed. If there not installed mark them for installation.
STEP3: After the libdirectfb librarys have been installed Go through the splashy install again step by step, and it should work.

PS: you will need these librarys installed as well
lib++dfb-0.9-22_0.9.22-1_i386

NeoChaosX
July 5th, 2005, 02:42 AM
Actually, his problem is a conflict with libc, which is a core component of just about everything in Ubuntu, so there's no upgrade for it if you're running Hoary. Your steps work with 0.1.3 or 0.1-5, but not 0.1.5. Probably only Breezy users can use 0.1.5 right now, but I'm not completely sure.

gammyhand
July 5th, 2005, 01:43 PM
Actually, his problem is a conflict with libc, which is a core component of just about everything in Ubuntu, so there's no upgrade for it if you're running Hoary. Your steps work with 0.1.3 or 0.1-5, but not 0.1.5. Probably only Breezy users can use 0.1.5 right now, but I'm not completely sure.
Right. I will try 0.1.3 :)

gammyhand
July 5th, 2005, 01:58 PM
Right. I will try 0.1.3 :)
I have splashy! woo!

minimidgy
July 5th, 2005, 08:05 PM
when mine boots, it doesn't load my graphics drivers before the splash comes up, so it looks really bad. Is there a way where I can make my computer load the graphics drivers before the splash screen?

Xian
July 5th, 2005, 09:05 PM
Link: Upower Amost Ready (http://www.nanofreesoft.org/modules.php?op=modload&name=News&file=article&sid=11&mode=thread&order=0&thold=0):

"Today we coded the last feature of upower, now we wil clean the source code and then upower-0.1 will be relased, we hope to relase it before the end of this week. Thanks to Denis Oliver Kropp we solved the last bug about the keybuffer. We will publish this part of code under the Programming section of this site as a tutorial to make a keybuffer on ++dfb.

From 2 weeks we were working on this hard bug, now upower is capable of go to the verbose mode when you press F2 or the Esc button of the keyboard. Today we will start purging the code, committing the solved bug to the svn server and prepare upower-0.1 that will be relased soon."

NeoChaosX
July 5th, 2005, 11:32 PM
Upower better fix this "no shutdown splash until the last two seconds" problem I've been having with splashy.

Xian
July 6th, 2005, 06:08 AM
Upower better fix this "no shutdown splash until the last two seconds" problem I've been having with splashy.
Yeah, or what? LOL. This project is still heavy in development.
Let's not be too critical. :)

NeoChaosX
July 6th, 2005, 05:05 PM
Haha. Okay, didn't mean to be so demanding, but it is quite an annoying bug. It works when rebooting, why not while an actual shut down? I meant that I hope it fixes it.

acascianelli
July 7th, 2005, 12:34 PM
I figured out how to fix the problem where it won't show status beyond 70%.

The problem is that when Splashy is installed, only the scripts for 0-70% are generated. 80, 90 and 100% are not present. So what I did was a I went into the /etc/init.d folder and duplicated the splashy70 file and renamed then to splashy80 and splashy90, edited them and changed all the 70's to 80's and 90's depending on which file I was editting. Then I went into the /etc/rcS.d, /etc/rc0.d, and /etc/rc6.d and created the proper links to point to the scripts I made in /etc/init.d.

I sucessfully got 80 and 90% markers working but I'm a little unsure what to do for 100%. I'll post how to get 100% working when I figure it out.

UPDATE:

Creating a splashy99 file and setting the percentage numbers to 100 inside the file completes the progress bar like it should. I think I did a pretty good job reverse engineering this program for an intermediate linux user.

Goshawk
July 7th, 2005, 05:57 PM
Hi to all
Upower is under testing, it will be published Saturday.

In the meantime, if someone want to see how it works, go to nanofreesoft.org and get the upower video, that is a movie of a running upower system on a ubuntu pc (mine)

nb: a link to this video is in the upower page and another one in the last post of the site.

ps: before the 15/07 also amd64 packages will be available (i'm waiting my new amd turion laptop)

acascianelli
July 7th, 2005, 06:51 PM
Hi to all
Upower is under testing, it will be published Saturday.

In the meantime, if someone want to see how it works, go to nanofreesoft.org and get the upower video, that is a movie of a running upower system on a ubuntu pc (mine)

nb: a link to this video is in the upower page and another one in the last post of the site.

ps: before the 15/07 also amd64 packages will be available (i'm waiting my new amd turion laptop)
How do you know it will be released this saturday? Will it be added to the Ubuntu repositories, and will it be used in Breezy?

intangible
July 7th, 2005, 06:54 PM
Lookin' good

acascianelli
July 7th, 2005, 07:00 PM
I just watched the video...

It looks identical to Splashy, in fact I'm convinced it is Splashy. I thought this UPower was something totally new.

Not impressed.

Goshawk
July 8th, 2005, 05:19 AM
upower, like splashy, is not affilied with Gnu/Linux ubuntu anymore (this is why we use a penguin as default theme instead of the ubuntu logo)
But... while splashy is developed mainly from people that uses debian (sarge and sid), upower is developed on ubuntu hoary (so no problems with library dependencies).
I hope that upower will be added to the breezy repo, but i don't think it will be.
Because upower is just a "child" program and because it works only on vesa compatible video cards. We are working to make upower compatible with al the init systems and all the framebuffer devices, but there is still work to do.

ps: yes it looks like splashy because "it was splashy" but in the underground it works in a different way: no fifos and proceses but direct text read and threads.

nickless
July 8th, 2005, 07:22 AM
I have a strange problem here. Since I started messing with splash screens, my ubuntu only boots every second time I try it. The only thing I changed was the menue.list . Before trying Splashy I tried to get the grub splash screen working, the boot problem occured while working on it.
It tells me it's loading modules, but takes forever. When I restart sometime the same happens while loading the hot plug system. Has anyone experienced similar problems?

NeoChaosX
July 10th, 2005, 04:26 AM
Upower's out. Fixed the shutdown image problems I was having. It changes the way you work with themes, though.

There are now two files you mess with. In /etc/upower, there's now global-config.xml, which includes the important AutoverboseOnError setting. But to set the splash images, you have to set up a seperate directory with the splash images and a seperate config.xml file. Each theme's config.xml has the settings that adjust the look of the progress bar and the images to be used in the splash (which used to be in /etc/splashy/config.xml). To use the new theme you set up, set /etc/upower/theme to be a symbolic link to the directory of the theme you want to use.

Here's an example of how to set it up:

1. Create a new directory in the upower folder (e.g., sudo mkdir /etc/upower/ubuntu)
2. Copy or move the images you want for splash screens into the new directory (e.g., sudo mv ~/background.png /etc/upower/ubuntu)
3. Copy config.xml from the default theme's directory (e.g., sudo cp /etc/upower/default/config.xml /etc/upower/ubuntu) and edit the version in your theme directory to point to your splash images and mess with the progress bar as you see fit.
4. Remove the existing /etc/upower/theme file (sudo rm -rf /etc/upower/theme)
5. Recreate the file as a link pointing to your new theme folder (sudo ln -s /etc/upower/ubuntu /etc/upower/theme)
6. Reboot, and enjoy awesome boot-up and shutdown splash screens. :cool:

Hope this helps anyone confused with how to get it working.

Goshawk
July 10th, 2005, 07:00 AM
nice :D but i've more to say

Very soon we will publish a theme maker package in whic a theme maker will pu his theme in a directory inside the source tree and do ./create then debuild o dpkg-buildpackage and a .deb file with the theme will be created (also the symb link to /etc/upower/theme will be upgraded automatically when you add a new theme).

The theme-maker's package is almost ready we should fix just one thing and try it for 3 or 4 days.

acascianelli
July 10th, 2005, 10:38 AM
So let me get this straight, after reading the FAQ from nanofreesoft.org UPower = USplash? So can we look forward to seeing this in the final release of Breezy. I understand better now what UPower is and why it looks so much like Splashy. I'm going to give it a try later today when I get a chance.

Goshawk
July 10th, 2005, 01:56 PM
No. it's beter to say upower ~ (almost) usplash because:
1) it works in a different way than usplash
2) because it exists ( usplash does not exist, it's just a program "in mind" no more)

I hope to see it in breezy....
For now ubuntu managers said that upower will not added to breezy because it is not compatible with all the graphic cards and because in some systems it breaks the "suspend" mode.
Really the problem isn't upower itself but the vesa framebuffer. upower can work in all the framebuffers and vesa is the most compatible.
We will find a way to fix it...

picpak
July 10th, 2005, 04:20 PM
](*,) There's no improvement at all with Upower!

Same VESA problems, same green text...everything!

I give up. How do I remove all these hundreds of programs it made me install?

Goshawk
July 10th, 2005, 04:46 PM
picpak: please explain your problem in detail, if possible on another thread, since this is for splashy and not upower: you can use ubuntu forum or nanofreesoft forum.

to remove a program on ubuntu you should use synaptic or.. apt

sudo apt-get --purge remove upower libdirectfb lib++dfb

picpak
July 10th, 2005, 08:39 PM
I know how to remove programs...it's just that Upower had a ton of dependecies. For Splashy, I kept getting an undefined mode number error message, and then just the green text popping up instead of the actual image. The same thing happened for Splashy. I was hoping Upower would work automatically - all the manual editing I did with Splashy killed my computer.

Xian
July 11th, 2005, 12:41 AM
Just wanted to say, very nice job Goshawk.
Upower installed nicely and worked right away.

There were a few deps but everything was in the Ubuntu repos.
A simple 'apt-get -f install' resolved those.

Only thing I've noticed is the splash screen seems to exit a little early.
On the boot sequence it reverts to text about 5 seconds before GDM loads.

Other than that, no problems. Look forward to more from this..... :)

djSeverin
July 11th, 2005, 01:14 AM
Just another Splashy theme, so nothing too special.

:idea: I've included the Gimp project in the attached archive if anyone wants to use it as a template to build their own splash.

[Edit: Have updated theme quite a bit, also includes error splash now]

Goshawk
July 11th, 2005, 04:36 AM
djSeverin: very good theme :D . I think that i'll use yours.

Xian: thanks i've alredy in mind how to fix that problem. for now upower is stupid, it waits for 5 seconds afther the 6th script and then exit, in my pc this time is ok to don't show the terminal but it's not valid elsewhere. I'm looking to make upower able to recognise if gdm is loaded and running.
BTW i should add to the nanofreesoft.org upower page to do 'apt-get -f install'. gonna do it

picpak: you have 2 ways
1) remove upower and forget about it on your system, in this case the packages that upower uses are:
upower libdirecfb lib++dfb libboost-thread1.31.0 libglibmm-2.4-1 libsigc++-2.0-0 libxml++2.6

You can see them using dpkg on the upower package.

remove it
2)Help us to find this problem telling to me:
What graphic card do you have?
Do you see the image just for a second or do you see nothing?
Can you explain better about "green text"?
Can you write (in a easy English please because i'm an italian student) a detailed description of what you see? (referring to seconds if possible, for example: at almost 2 seconds i see the green text saying " bla bla bla".)

charlieg
July 16th, 2005, 01:52 AM
Working great using Upower. Used the ubuntu splashy theme and it seems happy.

There was on caveat - the updates needed seemed to break something to do with the setting of console fonts. I just commented out the section the "Global default font+sfm" in /etc/init.d/console-screen.sh and it stopped complaining without any noticable side-effects.

gammyhand
July 16th, 2005, 03:10 AM
Just another Splashy theme, so nothing too special.

:idea: I've included the Gimp project in the attached archive if anyone wants to use it as a template to build their own splash.

[Edit: Have updated theme quite a bit, also includes error splash now]
Looks cool. How do I install this theme?

UbuWu
July 16th, 2005, 11:39 AM
For now ubuntu managers said that upower will not added to breezy because it is not compatible with all the graphic cards and because in some systems it breaks the "suspend" mode.
Really the problem isn't upower itself but the vesa framebuffer. upower can work in all the framebuffers and vesa is the most compatible.
We will find a way to fix it...

I hope you can fix it in the next few weeks, because on august 11th there is the feature freeze for breezy...

Goshawk
July 16th, 2005, 02:30 PM
charlieg: very good. you fixed an old bug thanks :D

traherom
July 17th, 2005, 11:32 AM
Looks cool. How do I install this theme?Extract it into /etc/splasy/themes/shiny, then copy the .conf file to /etc/splashy

gammyhand
July 17th, 2005, 06:41 PM
Extract it into /etc/splasy/themes/shiny, then copy the .conf file to /etc/splashy
Thanks.

crashd
July 19th, 2005, 02:06 PM
Splashy doesn't work for me. I have installed the 0.1.3 version of splashy and i read in boot only the 10%, 30%, 50% ecc. but not the images. How i can solve? What is Upower? How i get it? Sorry for my bad english

Triton
July 19th, 2005, 02:20 PM
Make sure the section in your /etc/splashy/config.xml points to the right location of your splash images.

<background>
<boot>/etc/splashy/themes/kubuntu/background.jpg</boot>
<shutdown>/etc/splashy/themes/kubuntu/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/themes/kubuntu/error.jpg</errorimg>
<autoverboseonerror>yes</autoverboseonerror>
</background>

and all the proper dependencies are installed.

crashd
July 19th, 2005, 02:58 PM
Make sure the section in your /etc/splashy/config.xml points to the right location of your splash images.



and all the proper dependencies are installed.
Ok, now work! Is fantastic... thank you a lot!!!

pailhead
July 20th, 2005, 08:11 AM
Can I install the splashy_0.1.5.svn2_i386.deb onto a ubuntu system or do I have to compile from source?

I'd like to run this but it's not in the ubuntu repositories...

Thanks...

pailhead
July 20th, 2005, 01:20 PM
Ok I added,

the following line to my sources.list:

deb http://splashy.alioth.debian.org unstable main

Now when I do "apt-get install splashy" I recieve the following error:

root@srq-c12u:/home/pailhead # apt-get install splashy
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
splashy: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20ubuntu13 is to be installed
E: Broken packages
root@srq-c12u:/home/pailhead # apt-get install libc6
Reading package lists... Done
Building dependency tree... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.


What can I do to fix the depency problem with splashy install?

cdean
July 20th, 2005, 01:32 PM
Ok I added,

the following line to my sources.list:

deb http://splashy.alioth.debian.org unstable main

Now when I do "apt-get install splashy" I recieve the following error:

root@srq-c12u:/home/pailhead # apt-get install splashy
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
splashy: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20ubuntu13 is to be installed
E: Broken packages
root@srq-c12u:/home/pailhead # apt-get install libc6
Reading package lists... Done
Building dependency tree... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.


What can I do to fix the depency problem with splashy install?
libc6 has not been upgraded in the repositories to the newest version yet. This is a problem that I hope will be solved soon, as it seems to break most Debian 3.0 packages that I've tried to install (Kismet among them since it, too, is out of date in the Ubuntu reps).

pailhead
July 20th, 2005, 02:10 PM
Ok so I'll have to wait on the install of splashy on my Hoary system then...

nickless
July 20th, 2005, 05:12 PM
How about an Howto- make your own splashy themes?
If somebody knows, please tell me :D , but I'll try to find out, too... when I have again some more spare time :)

traherom
July 21st, 2005, 06:10 AM
How about an Howto- make your own splashy themes?
If somebody knows, please tell me :D , but I'll try to find out, too... when I have again some more spare time :)Just copy one of the ones already posted here. Assume you images will be put into /etc/splashy/themes/<your theme name>, then copy a config file change the image paths to the correct location.

You also have to change the progress bar indicator color and position, in the same config file.

rwabel
July 24th, 2005, 07:07 AM
nice :D but i've more to say

Very soon we will publish a theme maker package in whic a theme maker will pu his theme in a directory inside the source tree and do ./create then debuild o dpkg-buildpackage and a .deb file with the theme will be created (also the symb link to /etc/upower/theme will be upgraded automatically when you add a new theme).

The theme-maker's package is almost ready we should fix just one thing and try it for 3 or 4 days.
I wanted to give Upower a try, but http://www.nanofreesoft.org/ webpage seem to be down. What's going on? Any chance to get the files?

Goshawk
July 24th, 2005, 02:47 PM
yes nanofreesoft.org is down for a power cut. it will be restored on Monday.

sorry.

SuperMike
July 25th, 2005, 06:31 PM
Two questions on this:

* Why not investigate how the LiveCD does it and copy that technique? There will be hooks in certain places to look for.

* Is this Splashy thing the one that runs in User mode, not Kernel mode? That's important to know because I don't want to trash my Kernel for something like this.

One statement:

* Seems like this could trash someone's init scripts and/or cause a kernel panic if I'm not mistaken here, right? I would recommend a big disclaimer in bold.

NeoChaosX
July 25th, 2005, 07:24 PM
Splashy/UPower runs in user mode, not kernel mode. It's designed to be a splash program that doesn't require installing a new kernel to work.

SuperMike
July 25th, 2005, 10:48 PM
I have a problem. I finally got splashy to work, with vga=791 or vga=0x3...something ;) but I still have black spaces on the left and right side of the screen. Splashy isn't sufficiently stretched horizontally. It doesn't look so cool... can somebody help?

Do you have an LCD Panel type of display? I found that on these types of displays, they autosense what's being sent to them and will either shift, stretch, or compress depending on what's being sent -- and especially during the boot process or at a full screen command prompt (CTRL+ALT+F1, for instance). I picked up my LCD Panel from Wal*Mart and although it's a nice one, it does this unless I go in and set the settings for each of these modes. At that point, it has "memory" and remembers to display the image in that width on each of these modes.

SuperMike
July 26th, 2005, 02:18 AM
Do you like to tinker? If so, read on...

The dependencies were killing me both on the dpkg technique and the apt-get splashy technique for splashy. So...

During bootup, there's a way to show an image on your framebuffer fairly easily while loading bootup text in the background as a background process. This technique can run in user mode, not kernel mode, and not have any dependencies like splashy requires.

1. Expand your /etc/apt/sources.list to include universe and then do apt-get install fbi. You will need the fbi command. You will only need this once to make your splash image, but then you won't need that anymore. (What I'm trying to say here is that the fbi command will not be required to display the image all the time. I'm not trying to insinuate that the fbi command is a dependency for displaying splash screens on bootup.)

2. Add the vga=790 on the end of your kernel statement in /boot/grub/menu.lst as you've been directed previously on this thread. Note if that fails, somewhere in this thread it explains what else to do, such as vga=791, etc.

3. Get your favorite 16 bit color depth background image and save it in your root's home directory. Save it as mysplash.png.

4. Reboot and bootup to the gdm login screen, then switch to console mode with CTRL+ALT+F1.

5. su to root.

6. Write this first script:

#!/bin/bash
# save me as snapclick.sh
sleep 10
cp /dev/fb0 screen.dump

7. Write this second script:

#!/bin/bash
# save me as loadimage.sh
/bin/bash snapclick.sh &
fbi mysplash.png

8. Run this in the console mode window (CTRL+ALT+F1):

/bin/bash loadimage.sh

9. When the image loads, press the V key.

10. Count to 10 fairly slowly, then hit your spacebar.

11. Now you're back at the console prompt. Now, let's view that image with:

clear
cat screen.dump > /dev/fb0

12. You'll notice that it displays the image and then is interrupted by text at the top. If you kept your system in a sleep loop with "sleep 15" and then cleared the screen when done with "clear", the text would not interrupt your image.

Got your mind thinking here? Good. Now think what would happen if you edited the udev script in /etc/init.d (one of the first init scripts on the system) so that it does "cat screen.dump > /dev/fb0" and then sends all text either to another framebuffer screen or loads all other text into the background as a background process with the "&" operator (including standard error). (Thus, no need to use a "sleep 15" command.)

Another thing to think about is that you can send VT100 characters to the screen with echo to clear the bottom row of the image. Then, set text to show up there by using the VT100 characters to lock-in this one row at the bottom of your screen as a locked scroll area. That's how older versions of Suse worked.

You can also dump multiple screens and simulate "animation" to some small degree with multiple "cat screen.dump > /dev/fb0" statements.

I leave it up to you to perfect this.

So what do you get out of this? Well, you had to use fbi and the scripts to get the image snapshot, but once you do this, your friends do not need this. They just need a screen.dump (or set of these) that will work on their system resolution and color depth. (So, provide a variety to choose from.) Then, you could build an installer that loads this image and then sends all other commands and error messages to the background. Last, when the gdm loads and reads its script for that, you could clear the screen, getting rid of this image.

In a nutshell, if you perfected this, you could provide a bootsplash that runs in user mode and which has no dependencies!

Goshawk
July 26th, 2005, 10:26 AM
Hi
very good. you find out another way to make usermode bootsplashes but it's limitated.
Why?
because it's just a dumped image. you got just a snapshot of some images and you put them on the terminal at boot time, yes it works, but it's hard to manage.

Soon upower will be able to install themes by deb packages, and have animations, things that will spent too much time using sh scripts, that are really slow.

And... try to use your shapshot with other resolutions :D they will screw up... because fbi scales the images for the setted resolution, so you can not make a "universal" theme that you can install with debian packages that will work with all the resolutions.

In free software, dependencies are not pain, just a simple way to reuse code, and with apt-get they are easly fixed.

Nice to read your comments

rwabel
July 26th, 2005, 03:08 PM
upower works fine! easy installation, thanks a lot

Goshawk
July 26th, 2005, 03:25 PM
rwabel:
thanks... your feedback make my work useful.

rwabel
July 26th, 2005, 07:01 PM
I've made a wiki howto for upower: https://wiki.ubuntu.com/UPower
If something is wrong, missing etc just edit it (if you have an account) or just let me know.

Looking forward for theme manager and other nice stuff!

intangible
July 27th, 2005, 01:08 PM
Awesome, just upgraded from Splashy.

I had to install libgcc1 from Breezy though, I don't have any other breezy packages or backports installed, anyone else have this?

rwabel
July 27th, 2005, 01:59 PM
Awesome, just upgraded from Splashy.

I had to install libgcc1 from Breezy though, I don't have any other breezy packages or backports installed, anyone else have this?
good question, I've just seen that I've the debian one installed. It was because of another tool. I can't tell you if the hoary version would be sufficient.
Can please someone confirm!

ACK!!
July 27th, 2005, 09:57 PM
Ok, I followed the instructions to the letter though the original poster has a newer package and probably should imho update the instructions. I used the newer one.

It worked perfectly.

Btw, it does seem to slow up my bootup by about 5 seconds or so but nothing extreme.

Along with the new grub splash I got elsewhere my Ubuntu no longer has the jarring text to graphics shift it used to.

Thank you original poster.

The work on splashy is much appreciated.

I hope this makes it into the new version along with the Bootup Manager (for choosing services) and smeg (for editing the menu).

Jonathan2007
July 27th, 2005, 10:36 PM
Hello. I have previously used Splashly but I have reformatted and am thinking about using UPower seeing as how it is the succesor to Splashy.

I was looking on KDE-Look and found an awesome Splash screen but I don't think it was designed specifically for Splashly/UPower. here (http://kde-look.org/content/show.php?content=26495) is then link to the splash screen. If someone could direct me what color settings and what x,y,z positions I should have to use this with UPower I would greatly appreciate it. Thanks.

Oh and I really appreciate all the hard work the devs have put into Splashy/UPower and I hope it will be included by default with Breezy.

rwabel
July 28th, 2005, 04:05 AM
Ok, I followed the instructions to the letter though the original poster has a newer package and probably should imho update the instructions. I used the newer one.

It worked perfectly.

Btw, it does seem to slow up my bootup by about 5 seconds or so but nothing extreme.

Along with the new grub splash I got elsewhere my Ubuntu no longer has the jarring text to graphics shift it used to.

Thank you original poster.

The work on splashy is much appreciated.

I hope this makes it into the new version along with the Bootup Manager (for choosing services) and smeg (for editing the menu).
are u using splashy or upower? I suggets you install upower!

kalle314
July 30th, 2005, 10:14 AM
I have a question about how to change the UPower theme:

I followed the example in https://wiki.ubuntu.com/UPower ,
so now the symbolic link "theme" in /etc/upower/ leads to ubuntusplashy instead of default.

However, I'm still getting the default penguin. What could be wrong?

I have rebooted a few times since I made the change, but the ubuntusplashy image still wont show up.

rwabel
July 30th, 2005, 10:42 AM
Are you sure that the theme now points to the ubuntusplash?
Here you can see how it was before and how it should look after!

drwxr-xr-x 2 root root 144 2005-07-26 16:38 default
-rw-r--r-- 1 root root 97 2005-07-09 08:53 global-config.xml
lrwxrwxrwx 1 root root 7 2005-07-26 16:37 theme -> default
drwxr-xr-x 2 rwabel rwabel 168 2005-04-18 15:33 ubuntusplashy

rwabel@RALPH:/etc/upower/ $ sudo rm -f /etc/upower/theme
rwabel@RALPH:/etc/upower $ ll
total 4
drwxr-xr-x 2 root root 144 2005-07-26 16:38 default
-rw-r--r-- 1 root root 97 2005-07-09 08:53 global-config.xml
drwxr-xr-x 2 rwabel rwabel 168 2005-04-18 15:33 ubuntusplashy

rwabel@RALPH:/etc/upower $ sudo ln -s ubuntusplashy/ theme
rwabel@RALPH:/etc/upower $ ll
total 4
drwxr-xr-x 2 root root 144 2005-07-26 16:38 default
-rw-r--r-- 1 root root 97 2005-07-09 08:53 global-config.xml
lrwxrwxrwx 1 root root 14 2005-07-30 16:39 theme -> ubuntusplashy/
drwxr-xr-x 2 rwabel rwabel 168 2005-04-18 15:33 ubuntusplashy

kalle314
July 30th, 2005, 10:52 AM
Yes, that's how it looks for me too:

lrwxrwxrwx 1 root root 13 2005-07-30 15:52 theme -> ubuntusplashy
drwxr-xr-x 2 troeng troeng 4096 2005-07-30 15:30 ubuntusplashy

I did solve the problem temporarily by re-naming the files

(sudo mv default default_old
sudo cp -r ubuntusplashy default)

which gives me the ubuntusplashy image, though I get the ordinary ubuntusplashy background instead of the ubuntusplashy shutdown background when i shut down.

EDIT: Sorry, I did just check my config.xml file, which said
<boot>/etc/upower/default/background.jpg</boot>
<shutdown>/etc/upower/default/shutdown.jpg</shutdown>
<errorimg>/etc/upower/default/error.jpg</errorimg>

The problem is solved.
Thanks for the help.

rwabel
July 30th, 2005, 11:05 AM
Yes, that's how it looks for me too:

lrwxrwxrwx 1 root root 13 2005-07-30 15:52 theme -> ubuntusplashy
drwxr-xr-x 2 troeng troeng 4096 2005-07-30 15:30 ubuntusplashy

I did solve the problem temporarily by re-naming the files

(sudo mv default default_old
sudo cp -r ubuntusplashy default)

which gives me the ubuntusplashy image, though I get the ordinary ubuntusplashy background instead of the ubuntusplashy shutdown background when i shut down.

EDIT: Sorry, I did just check my config.xml file, which said
<boot>/etc/upower/default/background.jpg</boot>
<shutdown>/etc/upower/default/shutdown.jpg</shutdown>
<errorimg>/etc/upower/default/error.jpg</errorimg>

The problem is solved.
Thanks for the help.
good to know!

Aero-Z
July 31st, 2005, 05:58 AM
I tryed them both- splashy & upower. None of them worked. Both gives me the green percentage text on boot up, but no picture. After long hours of messing around I had enough and removed any splash loader packages. Now, I still have the green percentage text when booting my system, How's that possible?

Goshawk
July 31st, 2005, 10:35 AM
Aero-z

You have to purge the upower and splashy packages use synaptic to do that looking in the Custom package section or do:
sudo apt-get --purge remove upower splashy . And you will not see any green text.

Aero-Z
July 31st, 2005, 07:25 PM
OK, I totally removed UPower and then installed it again. I didn't change any settings just to be shore not to screw up things. And as I thought, it still didn't work. First I tried different vga values 792, 791, 790. Every time I get "You have passed undefined mode number", also I've tried vga=normal. After that I get Starting upower for bootup... and no picture only green percentage texts 10%, 20% etc.. I don't know what to do anymore, do you?

Goshawk
August 1st, 2005, 07:29 AM
it seems that your framebuffer is not setted properly.
First remove upower, do sudo apt-get --purge remove upower
then edit your /boot/grub/menu.lst look for the kernel image that you are using and add "vga=791" at the end of kernel line.
If you get the same error, do less /prov/fb and lspci and paste the results.

Aero-Z
August 1st, 2005, 08:06 AM
it seems that your framebuffer is not setted properly.
First remove upower, do sudo apt-get --purge remove upower
then edit your /boot/grub/menu.lst look for the kernel image that you are using and add "vga=791" at the end of kernel line.
If you get the same error, do less /prov/fb and lspci and paste the results.

I get the same error. I guess it's proc not prov, if I do
# su -
# /proc/fb

I get Permission denied.

If I do
# sudo less /proc/fb

I get just white terminal screen, with END at the bottom of it.

# /proc/lspci

No such file or directory

Changed it to /usr/bin/lspci and got:

0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
0000:00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 02)
0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02)
0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02)
0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 02)
0000:01:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:02:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)

bgstratt
August 1st, 2005, 08:59 PM
Not to be a troll, but I have almost the exact same problem and same /proc/fb and lspci on one of my computers, any help is greatly appreciated.

Goshawk
August 2nd, 2005, 08:20 AM
Ok found the problem!
The framebuffer is not set properly. In particular it does not starts at boot time. You are getting the same horrible big text at boot time, isn't it?

Be sure that you are using the ubuntu kernel and not yours. If you are using the ubuntu one past here your /boot/grub/menu.lst

Thanks

Aero-Z
August 2nd, 2005, 07:57 PM
Ok found the problem!
The framebuffer is not set properly. In particular it does not starts at boot time. You are getting the same horrible big text at boot time, isn't it?

Be sure that you are using the ubuntu kernel and not yours. If you are using the ubuntu one past here your /boot/grub/menu.lst

Thanks

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
splashimage (hd0,1)/boot/grub/images/usplash.xpm.gz

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default 1

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda2 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## nonaltoption boot targets option
## This option controls options to pass to only the
## primary kernel menu item.
## You can have ONLY one nonaltoptions line
# nonaltoptions=quiet splash

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## ## End Default Options ##

title Ubuntu Linux
root (hd0,1)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot

title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
#title Other operating systems:
#root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1

Goshawk
August 3rd, 2005, 09:04 AM
Ok now go to this line:

# nonaltoptions=quiet splash

and change it with

# nonaltoptions=quiet splash vga=791

Then do update-grub and reebot.

Look if the booting process will change, the text should be smaller.

When the system is up do less /proc/fb .

You should get somethig like this:

0 VESA VGA

.

ps: upower have been relased ofr amd64 platforms :D

Aero-Z
August 3rd, 2005, 10:06 AM
Ok now go to this line:

# nonaltoptions=quiet splash

and change it with

# nonaltoptions=quiet splash vga=791

Then do update-grub and reebot.

Look if the booting process will change, the text should be smaller.

When the system is up do less /proc/fb .

You should get somethig like this:

0 VESA VGA

.

ps: upower have been relased ofr amd64 platforms :D

Do I have to uncomment it too or only add vga=791?

bgstratt
August 3rd, 2005, 12:52 PM
I know that you're trying to help Aero-z, but when I add the comment vga=791, or 792 or any other number for that matter, I get an error in the beginning of bootup that says you have passed an undefined video mode, press spacebar or wait 30 secs to continue or enter to choose video mode, then when I press enter it will have a list of video modes, like:

80x25
80x60
80x30

and so on, then is will say to enter mode, or 'scan' to list more modes. I had the same thing happen in MEPIS as well, but when I take off the vga=771 or whatever number, the system boots just fine without the undefined video mode. This only happens on one of my computers though, the rest work just fine. Also, when I do sudo dpkg-reconfigure xserver-xorg, it has extra display values other than the normal 1024x768, 800x600, 640x480, by this I mean it has steps or resolutions in between these, I don't mean the higher resolutions that appear normally. I know this is not the purpose of the thread, but it is related I think.

I am prone to think it is something to do with the video card, but like you said, splashy or upower should work with any card, right? I haven't tried the nonaltoptions yet, I will try that when I get home, and

yes Aero-Z you have to uncomment it for it to be read.

Aero-Z
August 3rd, 2005, 12:59 PM
I know that you're trying to help Aero-z, but when I add the comment vga=791, or 792 or any other number for that matter, I get an error in the beginning of bootup that says you have passed an undefined video mode, press spacebar or wait 30 secs to continue or enter to choose video mode, then when I press enter it will have a list of video modes, like:

80x25
80x60
80x30

and so on, then is will say to enter mode, or 'scan' to list more modes. I had the same thing happen in MEPIS as well, but when I take off the vga=771 or whatever number, the system boots just fine without the undefined video mode. This only happens on one of my computers though, the rest work just fine. Also, when I do sudo dpkg-reconfigure xserver-xorg, it has extra display values other than the normal 1024x768, 800x600, 640x480, by this I mean it has steps or resolutions in between these, I don't mean the higher resolutions that appear normally. I know this is not the purpose of the thread, but it is related I think.

I am prone to think it is something to do with the video card, but like you said, splashy or upower should work with any card, right? I haven't tried the nonaltoptions yet, I will try that when I get home, and

yes Aero-Z you have to uncomment it for it to be read.
Heh, I'm not trying to help, I'm trying to get helped :grin:

Just tried the nonaltoptions and still the same text: "You have passed undefined mode...." and less /proc/fb is still empty

bgstratt
August 3rd, 2005, 04:32 PM
I meant that goshawk was trying to help you, but it seems we keep getting the same error. with the undefined video mode. So from what you said the nonaltoptions doesn't do anything different for you, I didn't think that it would, but you never can tell.

I'm wondering now myself if it isn't the video card or driver. but you use an nvidia card, whilst the one on that particular machine for me is the intel i815 video using the i810 driver, so perhaps not the card, I dunno.

I haven't changed my installation procedures on any of the computers I've used, but each has a completely different hardware set up, all but this one have worked fine with upower, but then again, none of them had the same problem when trying to set vga=791 in menu.lst.

Hopefully whatever help you can get, I can sponge off and use myself. :grin:

rogeriovinhal
August 3rd, 2005, 10:16 PM
Worked fine for me if following the 1.3 version. 1.5 asks for a newer version of libc that is not on ubuntu repositories.

There's only one little problem that matters me. Is there any way that I can put a higher monitor frequency on the splash? The 60 Hz is killing me...

dude2425
August 4th, 2005, 10:58 AM
yes Aero-Z you have to uncomment it for it to be read.

I hope that's not what you're doing. In the menu.lst, you should NEVER uncomment anything below the lines that say:

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

That could be you're problem if you in fact uncommenting them like any other configuration file.

So, Aero-Z, do NOT uncomment it.

Aero-Z
August 4th, 2005, 12:21 PM
I hope that's not what you're doing. In the menu.lst, you should NEVER uncomment anything below the lines that say:

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

That could be you're problem if you in fact uncommenting them like any other configuration file.

So, Aero-Z, do NOT uncomment it.
I tried without uncommenting it and it still didn't work. It added the line vga=791 to kernel line but "Undefined mode..." was still there.

bgstratt
August 4th, 2005, 07:46 PM
my bad, thanks for straightening me out, sometimes I seem to forget that different files act extremely different to the comments, again, thanks for straightening me out, but like Aero-Z said, it doesn't make any difference either way. It is not a user installation error, it has to do with different hardware.

Goshawk
August 5th, 2005, 09:03 AM
my bad, thanks for straightening me out, sometimes I seem to forget that different files act extremely different to the comments, again, thanks for straightening me out, but like Aero-Z said, it doesn't make any difference either way. It is not a user installation error, it has to do with different hardware.
Aero: find a way to put your framebuffer on, this is why upower does not start.
Ubuntu kernel have framebuffer enabled and you card is a nvidia so it's compatible with vesa like mine. Are you sure that you are using the ubuntu kernel?
If yes go to ask to google on how to set up your framebuffer: on normal system "vga=number" does the trick but it seems not your case.

Aero-Z
August 5th, 2005, 10:06 AM
Aero: find a way to put your framebuffer on, this is why upower does not start.
Ubuntu kernel have framebuffer enabled and you card is a nvidia so it's compatible with vesa like mine. Are you sure that you are using the ubuntu kernel?
If yes go to ask to google on how to set up your framebuffer: on normal system "vga=number" does the trick but it seems not your case.
I have the kernel that Ubuntu installed with the distro. I haven't changed it myself. I'm kind of newb with kernel stuff so I wouldn't like to risk finding framebuffer enabling myself and config it. Maybe someone here can give me some more specific instructions on how to enable framebuffer?

songochain
August 5th, 2005, 11:36 AM
Hi! i've installed splashy and it only works with a linux-image but my compiled kernel it doesnt work. I want to know what modules i've to load using my compiled kernel???
Thanks

MiguelArevalo
August 6th, 2005, 06:22 AM
None of it worked I'm afraid. The first fix just changed the boot(down) screen picture. The same error occured during bootup. I did notice however that the boot(up) screen appear extremely briefly. When I installed the other packages no boot(up) or boot(down) screens appear at all but it does claim that splashy is operating ;-)
Looks like I've been bitten by alpha software....


Ufff, I'm having the same problem and I have not found any solution for it, if you find any way of resolving this issue let me know please...

Goshawk
August 6th, 2005, 09:16 AM
songochain: you need framebuffer support plus vesa framebuffer compiled as built-in
MiguelArevalo: are you using upower or splashy?

songochain
August 7th, 2005, 09:33 AM
songochain: you need framebuffer support plus vesa framebuffer compiled as built-in

In device section, graphics and where u add framebuffer support, i see i've selected the same options than the linux-image config. When u do a lsmod, what modules u've to get splashy? fb and vesa?
Thanks

8FootSativa
August 7th, 2005, 11:02 AM
Has anyone had any luck with kbootsplash?

Goshawk
August 8th, 2005, 05:05 AM
Has anyone had any luck with kbootsplash?
Uhm. this sounds new for me so i went to the kbootsplash site.

It is not a real bootsplash system, it's just a program that let you change easy your bootsplash (Suse's bootsplash) theme. Nothing more or less.
It's like a graphic tool to configure bootsplash, it's not a bootsplash system.

If you download one of it's theme you will see that it is just a bootsplash theme (note the config.cfg).

Upower is a userland bootsplash so nothing to do with Suse's one or kbootsplash.

But kbootsplash could be a good idea. A graphic tool to configure your bootsplash system...

ivomans
August 14th, 2005, 07:03 AM
... I get an error in the beginning of bootup that says you have passed an undefined video mode, press spacebar or wait 30 secs to continue or enter to choose video mode...

I get the same message, only allowing me to choose mode 0F00...0F07 or 030A, which are all pure text modes.
I've got a Matrox Millenium GX400 video card, and when I do a cat /proc/fb it gives 0 MATROX
I've googled/guessed some video=... parameters but got no improvement. Anybody already found a solution for this?

On shutdown I do get a graphic image!

ndub
August 15th, 2005, 08:42 PM
Hi all,
I run Ubuntu on a HP laptop dv4029EA with Intel Mobile Graphics Controller i915 1.2.0.
Splashy works quite good. However the resolution of my screen is 1280x800 and does not allow to have the logo as a perfect circle. The splashscreen is malformed.
Does anyone know the VGA value needed in menu.lst for that resolution?
Thanks in advance,

ndub

duffman25
August 17th, 2005, 03:55 AM
Hi all,
I run Ubuntu on a HP laptop dv4029EA with Intel Mobile Graphics Controller i915 1.2.0.
Splashy works quite good. However the resolution of my screen is 1280x800 and does not allow to have the logo as a perfect circle. The splashscreen is malformed.
Does anyone know the VGA value needed in menu.lst for that resolution?
Thanks in advance,

ndub

Hi. Upower dev's have posted the amd64 version of upower a few days ago, but whenever I try to download the deb's there's one missing, the libdirectfb-0.9-22. Has anybody the same problem or is it just me?.

Goshawk
August 17th, 2005, 04:31 AM
duffman25:
No it's there: in breezy it's in the repo, on hoary there is the package on nanofreesoft.
Note that in the download section there are: upower amd64 ubuntu hoary and upower amd64 ubuntu breezy. You have to download the one for your system.

ivomans:
your problem is not the framebuffer, because you have a shutdown pics. Instead the problem is in the boot process: do sudo upower boot and paste the result, maybe a image in a wrong location can do this error. waiting for feedback.

And for all the folks:
Upower-0.2 is going to be relased, the changelog is not so big but there are some modifications that will make the upower theme package work properly. I'm going to write this news on nanofreesoft site. see you.

Ah... we are looking also for developers...

duffman25
August 17th, 2005, 05:13 AM
duffman25:
No it's there: in breezy it's in the repo, on hoary there is the package on nanofreesoft.
Note that in the download section there are: upower amd64 ubuntu hoary and upower amd64 ubuntu breezy. You have to download the one for your system.

And for all the folks:
Upower-0.2 is going to be relased, the changelog is not so big but there are some modifications that will make the upower theme package work properly. I'm going to write this news on nanofreesoft site. see you.

Ah... we are looking also for developers...

Good news :D. But I'm afraid I haven't made myself clear enough. I'm using hoary, and when I try to download the libdirectfb from nanofree I get a 404 ERROR. I'm trying to download it again, but your website is very slow :( Have you though about hosting your app here (as an alternative place) like some other 3rd party ubuntu proyect? (like smeg or gtkwifi).

Thanxs

Goshawk
August 17th, 2005, 06:07 AM
Yes, our server is too slow, it's just a celeron 500 with 40gb of hd and 64 mb of ram with 3 gb of swap space. We are waiting for money to upgrade our hardware.
We want to concentrate people on our server, because we are planning to start many other projects, and some of them are not related with ubuntu.
On September we will upgrade our hardware and i hope that the site will be fast.

duffman25
August 17th, 2005, 08:45 AM
Yes, our server is too slow, it's just a celeron 500 with 40gb of hd and 64 mb of ram with 3 gb of swap space. We are waiting for money to upgrade our hardware.
We want to concentrate people on our server, because we are planning to start many other projects, and some of them are not related with ubuntu.
On September we will upgrade our hardware and i hope that the site will be fast.

Thanxs for the info. But i'm still having a 404 while trying to download the deb's form upower (amd64):
http://nanofreesoft.org/upload/dl/Projects/upower_amd64_ubuntu_hoary/libdirectfb-dev_0.9.22-0ubuntu3
gives me a 404. Can you please check it's ok? o attach the deb here, I want to play with my amd64 :P

ivomans
August 17th, 2005, 05:27 PM
duffman25:
your problem is not the framebuffer, because you have a shutdown pics. Instead the problem is in the boot process: do sudo upower boot and paste the result, maybe a image in a wrong location can do this error. waiting for feedback.


The command 'sudo upower boot' does give a graphical screen, furthermore I got underneath output.
Hope it gives you a clue.

Ivo

---------------------- DirectFB v0.9.22 ---------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2004 convergence GmbH
-----------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2005-04-13 13:37)
(*) Direct/Memcpy: Using MMXEXT optimized memcpy()
(*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 8750)...
(!) Direct/Modules: Unable to dlopen `/usr/lib/directfb-0.9.22/inputdrivers/libdirectfb_ps2mouse.so'!
--> /usr/lib/directfb-0.9.22/inputdrivers/libdirectfb_ps2mouse.so: undefined symbol: direct_free
(*) Direct/Thread: Running 'Linux Input' (INPUT, 8751)...
(!!!) *** UNIMPLEMENTED [fusion_reactor_set_lock] *** [../../../lib/fusion/reactor.c:802]
(*) DirectFB/Input: AT Translated Set 2 keyboard (1) 0.1 (convergence integrated media GmbH)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 8752)...
(*) DirectFB/Input: ImExPS/2 Logitech Explorer MouseLinux (2) 0.1 (convergence integrated media GmbH)
(*) Direct/Thread: Running 'Linux Input' (INPUT, 8753)...
(*) DirectFB/Input: PC Speaker (3) 0.1 (convergence integrated media GmbH)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 8754)...
(*) DirectFB/Input: Keyboard 0.9 (convergence integrated media GmbH)
(*) DirectFB/Genefx: MMX detected and enabled
(*) DirectFB/Graphics: Matrox G400 0.7 (convergence integrated media GmbH)
(*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH)
(*) Direct/Interface: Loaded 'JPEG' implementation of 'IDirectFBImageProvider'.

ndub
August 17th, 2005, 08:50 PM
Hi all,
I run Ubuntu on a HP laptop dv4029EA with Intel Mobile Graphics Controller i915 1.2.0.
Splashy works quite good. However the resolution of my screen is 1280x800 and does not allow to have the logo as a perfect circle. The splashscreen is malformed.
Does anyone know the VGA value needed in menu.lst for that resolution?
Thanks in advance,

ndub
Any ideas?

arnieboy
August 17th, 2005, 09:50 PM
thanks for the HowTO. worked perfectly in my case :)

traherom
August 18th, 2005, 09:52 AM
Ok... so upower was just giving me the Booting at XX% messages there, so I tried your "sudo upower boot" thing... it gave me errors the first time, then I tried changing something, and I get nothing now. Changed it back and I still get nothing. :???:

Um... yeah. I did have Splashy working before this.

The one thing I know of that I might have screwed up is I changed the "theme" link in the /etc/upower directory to point to the shiny theme (I put that in /etc/upower/themes). However, when I first did that, I set it up to point to the folder, not the config file, which I believe is correct, but maybe I'm wrong... I also have a "default" link, which goes to the default theme (which I moved to /etc/upower/themes/default Well, I think I moved it. I don't remember now. :))

Could someone give me a quick run down on the config links and such? Thanks.

Goshawk
August 19th, 2005, 04:42 AM
ivomans: sorry for the dalay but i reconfigured the nanofreesoft site.
Are you sure that your /usr is NOT on it's own partition but it's in the same one with /?

ndub: actually vesa seems to do not support 16:9 resolutions. Is it time to write another vesa driver that will be compatible with suspend mode or time to make upower able to choose between vesa and the framebuffer of your graphic card?
I'm in this question...

ivomans
August 19th, 2005, 05:15 AM
ivomans: sorry for the dalay but i reconfigured the nanofreesoft site.
Are you sure that your /usr is NOT on it's own partition but it's in the same one with /?

Yes, I'm sure: the entire system is on just one partition.

Intell
August 19th, 2005, 03:53 PM
I tried this and I got a few dependency problems. They are as follows:

dpkg: dependency problems prevent configuration of splashy:
splashy depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu14.
splashy depends on libdirectfb-0.9-20; however:
Package libdirectfb-0.9-20 is not installed.
dpkg: error processing splashy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
splashy

arnieboy
August 19th, 2005, 04:37 PM
I tried this and I got a few dependency problems. They are as follows:

dpkg: dependency problems prevent configuration of splashy:
splashy depends on libc6 (>= 2.3.2.ds1-21); however:
Version of libc6 on system is 2.3.2.ds1-20ubuntu14.
splashy depends on libdirectfb-0.9-20; however:
Package libdirectfb-0.9-20 is not installed.
dpkg: error processing splashy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
splashy

The second error is self explanatory and all u need to do is:
sudo apt-get install libdirectfb
The first error can be avoided by installing an older version of splashy. Try to download the version released just before the latest one and ur installation should go fine.

dude2425
August 19th, 2005, 06:57 PM
upower doesn't install in breezy with the .deb file anymore, libxml++2.6, libsigc++-2.0-0, and libglibmm-2.4-1 were replaced with libxml++2.6c2, libsigc++-2.0-0c2, libglibmm-2.4-1c2 a while back. It shouldn't be to hard to recompile it against these three specialy for breezy.

Also, I had an idea for the next version:
Optional strings of text for bootup and shutdown so you can change the text to something like "Hey, what's happening?" without having to change your theme images. The config should allow you to specify the location on the screen, the color, font, and size.
Also, you can probably integrate upower into intramfs like usplash did
initramfs-tools (0.15)


"Nothing looks so like innocence as an indiscretion."
- Oscar Wilde
mkinitramfs: Handle putting DSDT.aml into the initramfs Add sata_nv to list of modules to import for main mode.
init: New scripts directory, init-premount for generic premount handling (like usplash)
debian/dirs: Make the /etc version of this directory for user addons.
debian/rules: Use prebuild, rather than debian-build-arch.
Just a couple of ideas. No biggy

REBELinBLUE
August 29th, 2005, 06:36 PM
I tried upower boot and get this

stephen@shuttle:~/Downloads/Linux$ sudo upower shutdown

---------------------- DirectFB v0.9.22 ---------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2004 convergence GmbH
-----------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2005-04-13 13:37)
(*) Direct/Memcpy: Using SSE optimized memcpy()
(!) DirectFB/FBDev: Couldn't open neither `/dev/fb0' nor `/dev/fb/0'!
--> No such file or directory
(!) DirectFB/Core: Could not initialize 'system' core!
--> File not found!
IDirectFB DirectFB::Create() -> File not found!
(!) [20760: 0.000] --> Caught signal 6 (unknown origin) <--

Any idea whats wrong? it works fine on my laptop

<edit>OK so thats shutdown, same thing

REBELinBLUE
August 30th, 2005, 04:50 AM
I tried upower boot and get this

stephen@shuttle:~/Downloads/Linux$ sudo upower shutdown

---------------------- DirectFB v0.9.22 ---------------------
(c) 2000-2002 convergence integrated media GmbH
(c) 2002-2004 convergence GmbH
-----------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2005-04-13 13:37)
(*) Direct/Memcpy: Using SSE optimized memcpy()
(!) DirectFB/FBDev: Couldn't open neither `/dev/fb0' nor `/dev/fb/0'!
--> No such file or directory
(!) DirectFB/Core: Could not initialize 'system' core!
--> File not found!
IDirectFB DirectFB::Create() -> File not found!
(!) [20760: 0.000] --> Caught signal 6 (unknown origin) <--

Any idea whats wrong? it works fine on my laptop

<edit>OK so thats shutdown, same thing
Any ideas?

andromedakun
August 30th, 2005, 06:40 AM
The second error is self explanatory and all u need to do is:
sudo apt-get install libdirectfb
The first error can be avoided by installing an older version of splashy. Try to download the version released just before the latest one and ur installation should go fine.
I tried to install Splashy, but it seems like I miss the libdirectfb library. Tried to install it from the Ubuntu CD but I can't find it on it. Does anyone have a place where I can get the .deb file for Ubuntu to install? This because I can't put the laptop on the network at work and thus cannot add sources to Synaptic.

Thanks ^^

REBELinBLUE
August 30th, 2005, 07:47 AM
I tried to install Splashy, but it seems like I miss the libdirectfb library. Tried to install it from the Ubuntu CD but I can't find it on it. Does anyone have a place where I can get the .deb file for Ubuntu to install? This because I can't put the laptop on the network at work and thus cannot add sources to Synaptic.

Thanks ^^
It's on the same site as Splashy/Upower

andromedakun
August 30th, 2005, 09:27 AM
Hello again,

I could only find version 0.9.22 and did a
sudo dpkg -i libdirectfb-0.9.22_0.9.22-1_i386.deb
It gave no errors but when I try to install splashy with a:
sudo dpkg -i splasy_0_1.3.svn.2_i386.deb
it comes up with the error:
spalsy depends on libdirectfb-0.9-20; however:
package libdirectfb-0.9-20 is not installed.

Does it have to be absolutely version 0.9-20? If yes, does someone have a link where I can download the Deb file?

thanks ;)

masteryoda
September 2nd, 2005, 02:13 PM
I tried without uncommenting it and it still didn't work. It added the line vga=791 to kernel line but "Undefined mode..." was still there.
I am having exact same problems like Aero-Z... anyone has the solution for framebuffer???

Owdy
September 4th, 2005, 04:46 AM
Is it possible to do like this http://www.bootsplash.org/verbose-mode.jpg ?
And how do i uninstall splashy if i need to?

picpak
September 4th, 2005, 12:47 PM
Well, I've figured out the problem is in libdirectfb...however, if I remove 0.9-20 I have to remove mplayer...and if I remove 0.9-22 I have to remove upower...Can I remove and reinstall mplayer without libdirectfb 0.9-20 causing any problems?

Quirky
September 4th, 2005, 04:21 PM
Does it have to be absolutely version 0.9-20? If yes, does someone have a link where I can download the Deb file?

I installed it from Synaptic universe repos.

Is it my imagination, or does it take longer to boot with splashy enabled? I could swear it takes a good 20-30 seconds longer, but it might just be psyhcological. Anyone timed a non-splashy vs with splasy boot? Or in other words: what's the easiest way to temporarily disable splashy (for one boot, say) - uninstalling and then reinstalling everything? Or is there a secret 'splashy=ON' ins some file somewhere?

pinguimtux
September 6th, 2005, 09:26 PM
Is there a way to have a boot splash but in verbose mode?

idn
September 8th, 2005, 12:45 PM
Does anyone know if this will work on a widescreen monitor?

dude2425
September 8th, 2005, 06:04 PM
Is there a way to have a boot splash but in verbose mode?

upower, and splashy do not have that capability. The only reason bootsplash can do it is because it requires you to recompile you're kernel with certain patches applied to it. I'm sure it is possible for somebody to code something to work for that kind of thing, but untill somebody figures it out, we're all SOL. (unless of course you do know how to do that and have had a simple solution that you've been holding back on us. Then you're an a** hole for not sharing, and I will retract this comment when you finaly do share with us.)

Goshawk
September 9th, 2005, 02:43 AM
Yep... when upower starts press F2 for the verbose mode.
Remember that for now the "verbose mode" is just the normal booting process.

I hope that in future even upower will have a verbose mode like suse's bootsplash

idn
September 16th, 2005, 11:02 AM
Do you know when upower will be in the repos - all you have to do is apt-get install upower for example, it takes care of all the dependancies

jeffreyvergara.NET
September 17th, 2005, 12:50 PM
hello, I just made splashy worked using the splashy_0.1.3.svn.2_i386.deb version, is splashy_0.1.5.svn.2_i386.deb newer and recommended for update?

i also noticed that the progress bar does not reach 100%, maybe around 65-70% only but it boots properly

phoenixdestroyed
October 18th, 2005, 01:39 AM
Ok - I've been through the past 25 pages and I seem to be missing the part where someone says how to make this work. Has anyone gotten it to work with Breezy and if so how? When I try it wants to uninstall ubuntu....

fannymites
October 20th, 2005, 01:03 AM
It wants to uninstall Ubuntu-desktop which is a meta package and doesn't actually remove anything important that I know of. You may need it when upgrading to a newer ubuntu in future. Unfortunately there doesn't seem to be any way to install splashy without removing ubuntu-desktop.
I have been running splashy since I started using hoary and have been using it on breezy for about 6 weeks with no problems.

Brando569
October 21st, 2005, 04:59 AM
where can i get libgcc1 >= 4.0.0-7? i searched google and saw sum1 had said that it was in backports but i dont see it, the chat log i read was only from a month ago.... :confused:

scoldingice
October 21st, 2005, 09:15 PM
ok i just read all 25 pages on this and am compleatly confused. i was wondering if someone would send me a straight out copy of the insturctions at scoldingice@gmail.com if not i guess i'm sol. god i hate being a noob.

Goshawk
October 25th, 2005, 01:40 PM
upower 0.2 for amd64 have been released, for x86 will be released saturday.

info: http://nanofreesoft.org

idn
October 25th, 2005, 07:19 PM
Cool nice work, any chance of posting a howto for breezy? Upower is so much nicer than usplash,

Goshawk
October 26th, 2005, 12:50 PM
look at http://nanofreesoft.org/index.php?module=subjects&func=viewpage&pageid=1

zeca_pedra
December 31st, 2005, 10:23 AM
Hi intangible

I did a test following your guidelines here and this is what I've got:
WARN: vga= was not found in /proc/cmdline. Did you append vga=0x317 to your kernel parameters? See README for more

(process:6091): GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s1 != NULL' failed

(process:6091): GLib-CRITICAL **: g_string_append: assertion `val != NULL' failed

(process:6091): GLib-CRITICAL **: g_string_append: assertion `val != NULL' failed
ERROR: Setting XML file to <</config.xml>> failed. XML File not found.
ERROR: fatal: FIFO creation failed (null)
Error occured while starting splashy.Make sure that you have write access to the directory holding splashy.fifo
* Starting splashy

I've vga=792 on my menu.lst file (which is the correct value for my monitor 1024x768@60hz) and I'm not understanding at al what could be the problem.

Can you help me on this? I'm pretty sure that I'm missing something really basic here but can't see what :-p