HOWTO: Change the chocolate background color behind the Ubuntu startup splash
Found this using grep to locate the hex value for the Ubuntu chocolate color used as the default startup background--
grep -r 4E3E29 /etc/gdm/*
That will tell you that the color is found as "BackgroundColor" in the following files--
/etc/gdm/factory-gdm.conf
/etc/gdm/gdm.conf
/etc/gdm/gdm.conf.dpkg-dist
Simply vi into these files as root, page down until you get into the greeter section where you'll find "BackgroundColor=#4E3E29" Change this to the desired color (I wanted a dark blue, so i changed it to #000045) and viola!
sudo vi /etc/gdm/factory-gdm.conf
sudo vi /etc/gdm/gdm.conf
sudo vi /etc/gdm/gdm.conf.dpkg-dist
Change BackgroundColor=#4E3E29 to BackgroundColor=#(hex for desired color)
write and quit (:wq)
Restart GUI
You can, of course, simply su root and make these changes without sudo on every file.
Now you can choose a background color to compliment your custom splash!
Last edited by WirelessMike; January 28th, 2005 at 08:39 PM.
"Hey, it just sounds to me like you need to unplug, man." -Choi, The Matrix
Bookmarks