Add Images to Visual Login: Difference between revisions

From TechPubs Wiki

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..."
 
(No difference)

Latest revision as of 04:54, 21 September 2025

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