You are not logged in.

#1 2007-01-20 13:09:44

spookykid
Member
From: Portugal
Registered: 2006-07-23
Posts: 141

THIS DOES NOT WORK - USplash Step by Step

Ok, based on my own experience i decided to put up a little guide for some others who would be interested in installing Usplash could just do that without much pain  :?

STEP 1:
---------
get http://archlinux.org/~james/usplash/ini … pkg.tar.gz
get
http://archlinux.org/~james/usplash/usp … pkg.tar.gz
get http://archlinux.org/~james/usplash/usp … pkg.tar.gz

STEP 2:
---------
As root type: cp /etc/rc.conf /etc/rc.conf_my_backup
Go to where you downloaded the files from step1 and type: pacman -A usplash-0.4.33-1.pkg.tar.gz initscripts-usplash-0.8-2.pkg.tar.gz
pacman -A usplash-artwork-ubuntu-0.6-1.pkg.tar.gz
cp /etc/rc.conf_my_backup /etc/rc.conf

STEP 3:
---------

Edit your boot loader configuration file.
GRUB => nano /boot/grub/menu.lst and add "splash" to your kernel boot options and add "quiet" if you don't want to see status text (without quotes).
Edit mkinitcpio file
nano /etc/mkinitcpio.conf and  add "usplash" to mkinitcpio HOOKs, after "autodetect"

STEP 4:
---------

Regenerate initcpio with mkinitcpio -v -g /boot/kernel26.img

STEP 5:
---------

Reboot and when you are booting you'll (hopefully  wink ) see ubuntu logo with a progress bar.

Last edited by spookykid (2007-08-09 21:36:02)


There is no knowledge that is not power!

Offline

#2 2007-01-20 20:32:47

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: THIS DOES NOT WORK - USplash Step by Step

good.. perhaps a wiki entry?

Offline

#3 2007-01-20 21:34:04

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: THIS DOES NOT WORK - USplash Step by Step

shouldnt need to manually backup rc.conf, pacman will do that.

Offline

#4 2007-01-20 22:04:39

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: THIS DOES NOT WORK - USplash Step by Step

It also backs up rc.local and inittab.

This didn't work for me sad


Regards,
Picpak

Offline

#5 2007-01-21 02:17:56

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: THIS DOES NOT WORK - USplash Step by Step

can usplash be used without an initrd?

Offline

#6 2007-01-21 14:09:02

caust1c
Member
Registered: 2005-12-02
Posts: 56

Re: THIS DOES NOT WORK - USplash Step by Step

i get a kernelpanic sad (after loading hook filesystems)

Offline

#7 2007-01-21 20:59:34

arkanoid
Member
Registered: 2006-08-08
Posts: 25

Re: THIS DOES NOT WORK - USplash Step by Step

well, it almost works...

i got the shutdown usplash, but nothing at boot time

maybe i miss something in my :
/etc/rc.conf
/etc/inittab
/etc/local.conf

because actually I just deleted the ones from initscript-usplash to replace by the .pacsave backup.

shouldn't it be better (and upgrade safe) just to point on the line to add to the init scripts instead of replacing it ?

Offline

#8 2007-01-21 21:46:50

arkanoid
Member
Registered: 2006-08-08
Posts: 25

Re: THIS DOES NOT WORK - USplash Step by Step

ok it works now... i've got a nice ubuntu logo !!  tongue

actually i had generated my mkinitcpio in /boot/grub instead of /boot   :oops:

time to watch at the https://help.ubuntu.com/community/USpla … ationHowto

thanks for posting this my laptop is more sexy now.!

Offline

#9 2007-01-22 00:48:58

arkanoid
Member
Registered: 2006-08-08
Posts: 25

Re: THIS DOES NOT WORK - USplash Step by Step

Sooo.. after a few hours messing with the default ubuntu theme, I've done a little draft of an arch theme:

http://bbs.archlinux.org/viewtopic.php?p=223562#223562

Offline

#10 2007-01-22 01:44:29

spookykid
Member
From: Portugal
Registered: 2006-07-23
Posts: 141

Re: THIS DOES NOT WORK - USplash Step by Step

Maybe this should be move User contributions instead of Arch discussion. Can anybody move it?  roll


There is no knowledge that is not power!

Offline

#11 2007-01-22 01:59:53

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: THIS DOES NOT WORK - USplash Step by Step

Here's the error I get on boot:

/sys/class/graphics/fb0/virtual_size: no such file or directory
bogl_init failed: opening /dev/fb0: no such file or directory
screen init failed

Regards,
Picpak

Offline

#12 2007-01-22 21:16:12

spookykid
Member
From: Portugal
Registered: 2006-07-23
Posts: 141

Re: THIS DOES NOT WORK - USplash Step by Step

you had gensplash installed?


There is no knowledge that is not power!

Offline

#13 2007-01-22 22:17:02

tomtom
Member
Registered: 2006-10-20
Posts: 8

Re: THIS DOES NOT WORK - USplash Step by Step

Here's the error I get on boot:
Code:
/sys/class/graphics/fb0/virtual_size: no such file or directory
bogl_init failed: opening /dev/fb0: no such file or directory
screen init failed

i have the same problem and gensplash is not installed..... :?:

Offline

#14 2007-01-22 22:34:29

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: THIS DOES NOT WORK - USplash Step by Step

You probably need to be running in framebuffer mode, which actually requires a vga= or video= kernel param, if I'm not mistaken.  Without those, it uses the default output and doesn't actually create a fb device.

Offline

#15 2007-01-23 00:30:26

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: THIS DOES NOT WORK - USplash Step by Step

spookykid wrote:

you had gensplash installed?

Tried to once, couldn't get it working. vga= and video= don't work.


Regards,
Picpak

Offline

#16 2007-01-23 11:55:29

spookykid
Member
From: Portugal
Registered: 2006-07-23
Posts: 141

Re: THIS DOES NOT WORK - USplash Step by Step

Hi all, i've finished my theme for Arch you can download it from here www.spookykid.net/extra/usplash-theme-arch.so.tar.gz file size = 867 kbs
All standard resolutions are working (e.g. 640x480, 800x600, 1024x768) for a preview how it looks like go here www.spookykid.net/extra/archlinux.png file size = 416 kbs
Try it and tell me what you think of it.

To install this:
1- extract compressed file and from where you''ve decompressed the file type as root cp usplash-theme-arch.so /etc/usplash/usplash-artwork-ubuntu.so

2- mkinitcpio -v -g /boot/kernel26.img

3- reboot and this time you'll see (hopefully  wink ) the archlinux logo

P.S. - Don't forget to add vga=791 to your kernel line in /boot/grub/menu.lst to change resolution.


There is no knowledge that is not power!

Offline

#17 2007-01-23 13:06:02

arkanoid
Member
Registered: 2006-08-08
Posts: 25

Re: THIS DOES NOT WORK - USplash Step by Step

it looks real nice, what did you use for the 3d ?

I have to post mine too, but I'm still looking for the way to make the .pkg that can install the theme with another name that the ubuntu one.

Some clue ?

Offline

#18 2007-01-23 13:53:37

baze
Member
Registered: 2005-10-30
Posts: 393

Re: THIS DOES NOT WORK - USplash Step by Step

usplash only supports 4:3 modes, right? so no 1280*1024 for my tft sad

Offline

#19 2007-01-23 14:58:59

dongiovanni
Member
From: Germany
Registered: 2006-10-06
Posts: 110

Re: THIS DOES NOT WORK - USplash Step by Step

Realy? It supports only 4:3 resolution? This resolution is very often used...then, in my opinion, usplash isn't a very goo solution for getting a splash...

Offline

#20 2007-01-23 15:34:09

arkanoid
Member
Registered: 2006-08-08
Posts: 25

Re: THIS DOES NOT WORK - USplash Step by Step

Imo it doesn't really matter very much as it doesn't rely on your X server resolution. In my case I have a 1280x800 res and a 1024x768 framebuffer at startup and it works fine.

Offline

#21 2007-01-23 16:19:33

baze
Member
Registered: 2005-10-30
Posts: 393

Re: THIS DOES NOT WORK - USplash Step by Step

but it can look ugly on tfts when you don't use the native resolution, which is 1280*1024 for 19" displays. that's why 4:3 only sucks wink

Offline

#22 2007-01-23 16:26:32

dongiovanni
Member
From: Germany
Registered: 2006-10-06
Posts: 110

Re: THIS DOES NOT WORK - USplash Step by Step

Yeah, thats right! It is also mostly the native resolution of the 17" tft displays and it looks realy ugly, if you use 1024x768!

Offline

#23 2007-01-23 16:47:17

spookykid
Member
From: Portugal
Registered: 2006-07-23
Posts: 141

Re: THIS DOES NOT WORK - USplash Step by Step

baze, my monitor only does 4:3 i can't see how it looks under other resolutions  sad  so i just can't adjust it for other resolutions, maybe you can adjust the image size to that and send it to me and i'll happily include it in the theme.

arkanoid, you can change the file name just read one of the last posts in here http://www.ubuntuforums.org/showthread. … ht=usplash it explains everything.

i'd like to say that i didn't created the logo on this theme it was done by PJ. i've just used it because i didn't liked the original logo  wink you can find it here http://bbs.archlinux.org/viewtopic.php?t=27510


There is no knowledge that is not power!

Offline

#24 2007-01-29 15:20:33

cybe100777
Member
From: Finland
Registered: 2007-01-15
Posts: 20
Website

Re: THIS DOES NOT WORK - USplash Step by Step

Got it to work nicely, and almost completely silently by adding "silent" to grub's settings (in addition to quiet in the kernel line).

Still still had some ACPI stuff and putfont: PIO_FONT: Invalid argument  popping up on the screen. I added a acpi=off to the kernel parameters to get rid of the acpi message (and ACPI... but don't know how much it's needed on my system)

Some threads about this "putfont: PIO_FONT: Invalid argument" on the net but I didn't get much wiser...

Offline

#25 2007-01-29 15:23:54

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: THIS DOES NOT WORK - USplash Step by Step

Do you have CONSOLEFONT set (properly?) in /etc/rc.conf?

Offline

Board footer

Powered by FluxBB