Home
Home Blogs k4tz's blog
    • Blog
    • Clinic
    • Contact
    • Download
    • Login
    • Sitemap

Poll

Best of Ubuntu:

Archives

November 2008
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
30

LXer -- Linux and Open Source News

  • Jackalope Rising: Ubuntu 9.04 Alpha 1 As Early As Tomorrow
  • Publication of ISO/IEC 29500:2008, Office Open XML file formats
  • Planning Extensions in TYPO3
  • VIA Publishes 2D/3D Documentation, Partners With OpenChrome
  • Sheep-Throwing Marsupial in the "Yo Frankie" Game
more

Linux Today

  • Convoluted Column Arithmetic Examples Using Awk On Linux Or Unix
  • 30 Game Scripts You Can Write in PHP
  • WFTL Bytes! For Nov 20, 2008: Stock Tanks, Mozilla Rises, Moonlight on Dinosaurs
  • Jackalope Rising: Ubuntu 9.04 Alpha 1 As Early As Tomorrow
  • Building an OpenBSD Gateway - Part 1
more

Linux Insider

  • Mozilla Cautions Against Experimental Firefox Plug-Ins
  • By the People: Citizen Involvement the Open Source Way
  • The Rocky Legal Landscape of Virtual Worlds, Part 2: Patents
  • The Linux Licensing Labyrinth
  • Adobe Promises Flash-ier Smartphones by 2009
more

Make Custom Usplash Art

Submitted by k4tz on Mon, 09/08/2008 - 11:21
  • Blog
  • Ubuntu
  • Xubuntu

After only being able to find posts of people asking this question i decided to explore and find out how to do it. Great thanks to garry for his tuto at -- http://ubuntusatanic.org/forum/comme...onID=21&page=1

So first things first, create an image you wont to use for usplash
try and keep the colours to a minimum

1.) Make the image 1024x768.

2.) Flatten the image so it only has one layer.
-- in GIMP do this by {Image-->flatten image}.

3.) Reduce the colours by doing
{Image-->Mode-->Indexed} Select "Generate optimum palette" and set the number of colours to 256.

4.) Play around with dithering to set optimum appearance, then save as a .png

5.) Repeat this for sizes -- 800x600, 1365x768, 640x480 & 640x400

------------------------------section 2 ---------------------------------

- Install some build utilities

1.)

Code:
sudo apt-get install cdbs debhelper dpkg-dev fakeroot devscripts autotools-dev

- Install the build dependencies for the usplash stuff

2.)

Code:
sudo apt-get build-dep usplash-theme-ubuntu

- Get the source code - I'd base it on the xubuntu usplash.

3.)

Code:
cd && apt-get source xubuntu-artwork-usplash

- Make sure you have permission to overwrite everything

4.)

Code:
user=$(whoami) ; sudo chmod -R 777 /home/$user/xubuntu-artwork-0.19*

- Build the package

5.)

Code:
user=$(whoami) ; cd /home/$user/xubuntu-artwork-0.19/ && dpkg-buildpackage -rfakeroot

Installation. The compilation process generates a .so file. Copy it
to /usr/lib/usplash. To install it, run

6.)

Code:
sudo update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-xubuntu.so 10

- Finally

7.)

Code:
sudo update-alternatives --config usplash-artwork.so && sudo update-initramfs -u

- Test it with

8.)

Code:
sudo usplash -c

Enjoy!!!

 

Source: http://ubuntuforums.org/showthread.php?t=771410

  • k4tz's blog
  • Add new comment

Recent blog posts

  • Play RealMedia on Ubuntu 8.10
  • JDownloader - error java version
  • Problems with Nvidia drivers: video run slow
  • Realtek ALC861 microfone in Ubuntu trouble
  • Hide terminal which linux keylogger running
  • Firefox for small screens (EEE, Wind, 4211, Aspire One etc)
  • Update to openoffice 3 in Ubuntu 8.10 Intrepid
  • Setup offline / local dictionary
  • Problems with HP Photosmart P1000: Print garbage characters
  • Laptop Freezes Everytime I Use Video in Ubuntu
more

Linux World

  • Canonical launches U.S.-based shop.ubuntu.com in time for holiday season
  • USN-674-1: HPLIP vulnerabilities
  • USN-673-1: libxml2 vulnerabilities
  • Set up Sound Juicer to rip from CD as VBR mp3s
  • USN-672-1: ClamAV vulnerability
  • USN-671-1: MySQL vulnerabilities
  • USN-667-1 Firefox and xulrunner vulnerabilities
  • KOffice 2.0 Beta 3 Released
  • How to help build a free software search engine and use it too. Welcome to Wikia -- Part 2
  • How to help build a free software search engine and use it too. Welcome to Wikia
Archive XML feed
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme