I recently found out, xdm finally supports xft fonts, really cool!


Fantastic tip...!!! I really love fvwm, so I have transformed the xdm login screen with fvwm. This is the result. I have the 'shutdown' and 'restart' buttons and I also have added the possibility of starting and stopping my ethernet card. The screen shows the message after I have started eth0. I have really enjoyed this. Thanks!Pixelbrei wrote:I had even a window manager running on the login screen
I used FVWM to add some "shutdown", "reboot" buttons.
Yes, it is a pity. I have looked at the PAM documentation, but I have not found an option to change the password prompt.Pixelbrei wrote:And i found a little catch: the xlogin*passwdPrompt Resource does not work with pam
enabled, because pam provides its own prompt.
I found the ">" prompt from the screenshot quite nice, but would like to have the
password prompt as short, like a second ">". But pam says the password prompt will read
"Password:", so i stick with "Username:" for the first prompt for now.

Code: Select all
xlogin*login.translations: #override\
<Key>F1: set-session-argument(failsafe) finish-field()\n\
<Key>Return: set-session-argument() finish-field()Code: Select all
xlogin*login.translations: #override\
<Key>F1: set-session-argument(failsafe) finish-field()\n\
<Key>F2: set-session-argument(wmaker) finish-field()\n\
<Key>F3: set-session-argument(afterstep) finish-field()\n\
<Key>F4: set-session-argument(startkde) finish-field()\n\
<Key>F5: set-session-argument(fvwm) finish-field()\n\
<Key>F6: set-session-argument(enlightenment) finish-field()\n\
<Key>F7: set-session-argument(blackbox) finish-field()\n\
<Key>Return: set-session-argument() finish-field()

Thanks for the tip FrankRizz0. Nevertheless, the thread deals with xdm (the X Window Display Manager). If you want a light desktop you may not want to use kdm or gdm, and xdm can be a good alternative. You may want to have a look at this article from the gentoo wiki, specially if you are using xfce.FrankRizz0 wrote:I did not read the whole thread but did anyone mention adding superkaramba to their desktop?

I have this line in /etc/X11/xdm/Xsetup_my:Dheath wrote:How do you exactly take screenshots from your xdm login?
Code: Select all
sleep 15 && import -w root /tmp/xdm.jpg &Code: Select all
DISPLAY=:0 <screenshot-program>