Ugly login screen?

For some reason my login screen is looking very much unthemed. Just an old fashioned grey box and some text like: “linux-t7wg”.

If I go to the KDE Login Manager everything is greyed out.

Looks like something somewhere is messing with my login configuration. Can anyone help me to unpick it?

I’m running 11.1 with KDE 4.3 (installed from a “KDE Four Live” CD).

Thanks in advance.

I didn’t even know there was a live cd with kde4.3, unless it’s of your own making.

Boot to level 3 and as root do

sax2 -r -m 0=vesa

That may help, it will load a basic graphics. From there you can look at installing the correct driver. Depending what it is?

Go to sysconfig->Desktop->Display Manager-> DISPLAYMANAGER_KDM_THEME and write oxygen

Also set kdm4 as DISPLAYMANAGER at the same group of Display Manager in sysconfig.

@Bender: Thanks for that. I have about 20 “DISPLAYMANAGER_…” items listed, but none refer to KDM or anything like it. Maybe that is my issue? I have set “DISPLAYMANAGER” to KDE4.

@caf4926: Thanks for the advice, but my issue is not having a clue about what driver I might need to install, if any. For info, the KDE 4.3 live CD comes through here: “KDE Four Live” CD](http://home.kde.org/~binner/kde-four-live/)

I know that you can’t set many system wide settings using the KDE system settings, instead you need to use YaST to change system wide settings. I was quite specific as to what and where to change :wink:

DISPLAYMANAGER_KDM_THEME = oxygen
DISPLAYMANAGER = kdm4

That should do it.

P.S. Of course you can set other kdm themes but those you need download from kde-look.org and save them somewhere at /home/<user/.kde4 or /usr/share, can’t remember where right now.

To help a bit here’s an image of what to set http://img194.imageshack.us/img194/4069/snapshot3.th.png](http://img194.imageshack.us/my.php?image=snapshot3.png)

P.S.2 It should be KDM_THEME not LOCAL, sorry for that :slight_smile:

I hear you Bender, I hear you, but as I said before: the “DISPLAYMANAGER_KDM…” things are simply not there. Something I need to install, perhaps?

Image here, to show I’m not making this up :wink:
http://img209.imageshack.us/img209/3219/snapshot1s.png

Thanks for helping me out.

Try to install some kdm themes, they should pull necessary packages.
Perhaps installing kde4-kdm will help?

Well, I’ve tried everything I can think of with this. Hardly a massive problem, but a bit of a shame.

I have discovered that the login options are always greyed out unless you call them up via the console as root, using “systemsettings”. Doesn’t matter what I change there though, I always get the old style theme.

I’ve installed everything with KDM in its name through Yast2, including upstream/OpenSuse branding. I’ve also installed KDM themes from kde-look, including reinstalling the Oxygen theme.

Shall I just give up and leave you all in peace …?

Just a shot in the dark, but if you found the config options Bender pointed out in post #6, be advised they are case sensitive. I had a similar issue a few months back which was fixed when I changed the KDM THEME from “Oxygen” to “oxygen.”

Well bguger me heinrich, you were dead right. Do you know where the theme files are kept? The log in screen is now KDE styled, but it’s at the wrong resolution I think (background image is distorted) and I’d like to use a different theme so need to work out where to put it.

In an unexpected turn of events this simultaneously resolved my inability to shut down properly.

Hurrah! Thanks for the input.

Quick recap just in case it helps anyone :

  1. I had to create the sysconfig variable by adding:
DISPLAYMANAGER_KDM_THEME="oxygen"

to the last line of my /etc/sysconfig/displaymanager file USING THE CORRECT CaSe!

  1. I can edit my login options only via alt-F2,
kdesu systemsettings

then going to “advanced”/“login manager”. Only some settings make a difference under KDE 4.3 it would seem. I can’t change the theme here, for example.

Okay, I’ll leave this thread alone now. Just wanted to complete the story by saying …

The kdm themes can be found under /usr/share/kde4/apps/kdm/themes

You just need to put your theme files there, then call up the relevant folder name in your /etc/sysconfig file.

Thanks again for the help you two.

Why didn’t i think of that:) I forgot every setting in Linux is in a text file :smiley: