xdm using old plain-vanilla login screen

I've tried. But Can't come to the effect I want.
It seems like it was the R3 and R4 X11 configuration.
How do you get the hatch, particularly interested in that?
Thanks
Jack
 
Should Xconsole or Xlogin control the back of the login prompt? I mean the large area behind the login "square"
Code:
Xlogin*background: cross_weave
XConsole*background: cross_weave
to no avail.
 
For some reason, the x11/xdm dialog on FreeBSD doesn't show the password box until you have typed a username and pressed enter. I think it is because of the integration with PAM but I am not sure.

It might actually be easier to theme x11/slim to look like the older login manager. Otherwise, perhaps you want to try out the CDE project's login manager. That thing looks pretty old ;)

As for the background, I think it has become black by default on the newer X11. I think you can just call
Code:
xsetroot
in one of the setup files.
 
Back
Top