Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info.

IRIX Visuallogin: Difference between revisions

From Higher Intellect Vintage Wiki
No edit summary
No edit summary
Line 1: Line 1:
<html>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- misc-responsive -->
<ins class="adsbygoogle"
    style="display:block"
    data-ad-client="ca-pub-8542359430745061"
    data-ad-slot="5971110325"
    data-ad-format="auto"
    data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</html>


visuallogin is a configuration flag (set using chkconfig) that provides Login service on a graphical console. Pictures can be provided on the login screen for each account.
visuallogin is a configuration flag (set using chkconfig) that provides Login service on a graphical console. Pictures can be provided on the login screen for each account.

Revision as of 23:46, 19 July 2019

visuallogin is a configuration flag (set using chkconfig) that provides Login service on a graphical console. Pictures can be provided on the login screen for each account.

If you this off and leave windowmanager on you will get a Xdm login screen.


Recommendation

Leave chkconfig'd on unless you are a fan of XDM.

Add Pictures to Visual Login

Use chkconfig to make sure that visuallogin is set to on and noiconlogin to off. The icons (SGI RGB format, at least 100x100 pixels) can be placed in the following locations:

/$HOME/.icons/login.icon
/usr/lib/faces/$USER
/usr/local/lib/faces/$USER

$USER is the loginname of the user, $HOME the home directory.

Remember, no file extension is needed after the name of the image. $USER is not a directory, but an actual rgb image file with the name of the account that it will use during visual login.

Courtesy of Gerhard Lenerz.

Visual Login Banner

You can display a banner instead of user account icons by

chkconfig visuallogin on
chkconfig noiconlogin on

and replacing the stand SGI (RGB) image in /usr/Cadmin/images/cloginlogo.rgb an image of your choice. See the man page for clogin(1) for more details.