Add Images to Visual Login

From TechPubs Wiki

Revision as of 04:54, 21 September 2025 by Raion (talk | contribs) (Created page with "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 login name 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 login name 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.

Check IRIX Setup 101