You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, November 25th 2003, 7:23am

Splash screen / background color while KDE is starting up

Hi,

I'd like to know know how to change the background/desktop-color behind the splash screen when KDE starts up.
Does this color depend on KDE or X? Anyone knows?
It would be great.
I hope everybody understood what i'm talking about. :)

MfG

Elevation

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Tuesday, November 25th 2003, 8:52am

I think it shows the background that is selected in the KDM settings.

Control Center->Systemmanagment->Loginmanager

Cheers,
_
Qt/KDE Developer
Debian User

3

Tuesday, November 25th 2003, 4:49pm

Hmmm....
Sorry. I think this would do it if i would use the graphical login.
But I prefer the text login.
What I'd like to change is the first fullscreen displayed colored area. (When you hit startx from the real black&white console)
Maybe it's a default value of the X-system....
But thanks for your help.

cu

Elevation

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Wednesday, November 26th 2003, 8:49am

In this case try using xsetroot in your X startup file.

Cheers,
_
Qt/KDE Developer
Debian User

5

Saturday, November 29th 2003, 12:06pm

Hi, thanks 4 all your help,

I finally found it.
The startkde-script customized by redhat contains a xsetroot-line.
Even when i changed it in the startx-script, startkde overided the X-Settings.

code-snap:
test "$XDM_MANAGED" || bkg="-solid grey"
xsetroot -cursor_name left_ptr $bkg
test -f /etc/X11/Xresources && xrdb -merge /etc/X11/Xresources

Thx

see ya

Elevation