WirelessMike
January 28th, 2005, 06:23 PM
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.
:mrgreen:
Now you can choose a background color to compliment your custom splash!
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.
:mrgreen:
Now you can choose a background color to compliment your custom splash!