Create your own IRIX Desktop backgrounds and post them here for others to download

Irinikus

Well-known member
Dec 16, 2019
770
579
93
South Africa
www.youtube.com
As a result of a question posed in a thread on IRIX Network, regarding this standard IRIX desktop background featuring an SGI Cube:

NjU8B27.png


So I decided to open up Blender an quickly come up with my own solution, and this is it:

Here's one @ 1280X1024:

b8y6EMS.png


And here's one @ 1920X1080:

4zcgbnm.png


Here's an example of it running as the background on my Octane2 @ 1280X1024:

Pc4LGTu.png


You can download them from Silicon Image, using this link, if you want them: https://siliconimage.irixnet.org/index.php/User-Albums/Irinikus/Non-IRIX-Renderings

For those who don't already know how to setup custom desktop backgrounds in IRIX, this video that I made will show you the process of setting up custom desktop backgrounds in IRIX: (This will allow you to setup an image such as this one as your desktop background.)

[video=youtube]

Once in a while I'll look to add to this thread and I hope that others do the same!
 
Last edited:
  • Like
Reactions: rbz
Thank you for these! Definitely nice and thematic for my Octane that I happen to run at 1280x1024 :D
 
Thank you for these! Definitely nice and thematic for my Octane that I happen to run at 1280x1024 :D

It's a pleasure!

Talking Octanes, I don't often use my Octane, but in firing it up to take these screenshots, I've really appreciated it's quick boot time, as other SGI's with similar performance take forever to boot in comparison.

The Octane's a great machine!
 
Last edited:
It would be great if someone was inspired to do "system" themes. An O2 wallpaper, and Tezro Wallpaper, etc..). I would love to have a window color theme and background that's customized to accent the physical appearance of a specific SGI model. Then have a collection of them! I certainly wouldn't want the same desktop appearance for all my machines, I'd love to boot a machine and see the design choice just to highlight that machine!
 
Can I please add this information from the preterhuman wiki, it's a script by Nekonoko which is excellent. You basically copy your background image files (even jpg/png if on 6.5.22+) inside /home/Backgrounds and run the script, it automatically updates your background config. You can literally add new backgrounds to that folder whenever you like and running the script updates it all for you. I also like how it's not system-wide but local to the account you run it on.

Here it is:

Code:
#!/bin/sh
BGDIR=$HOME/Backgrounds
cp /usr/lib/X11/system.backgrounds $HOME/.backgrounds
chmod 644 .backgrounds
cd ${BGDIR}
for x in *.jpg *.xpm *.png *.bmp; do
case ${x} in
'*.jpg'|'*.xpm'|'*.png'|'*.bmp') ;;
*)
NAME=`echo ${x} | tr '.' ' ' | awk '{print $1}' | tr '_' ' '`
echo "" >> $HOME/.backgrounds
echo "background \""${NAME}"\"" >> $HOME/.backgrounds
echo "default \""-image ${BGDIR}/${x}"\"" >> $HOME/.backgrounds
;;
esac
done

Source here
 
  • Like
Reactions: jenna64bit
That's a great script, Stormy! I love these backgrounds. Any chance for 1600x1200 or 1600x1024 renders?
 
Can I please add this information from the preterhuman wiki, it's a script by Nekonoko which is excellent. You basically copy your background image files (even jpg/png if on 6.5.22+) inside /home/Backgrounds and run the script, it automatically updates your background config. You can literally add new backgrounds to that folder whenever you like and running the script updates it all for you. I also like how it's not system-wide but local to the account you run it on.

Here it is:

Code:
#!/bin/sh
BGDIR=$HOME/Backgrounds
cp /usr/lib/X11/system.backgrounds $HOME/.backgrounds
chmod 644 .backgrounds
cd ${BGDIR}
for x in *.jpg *.xpm *.png *.bmp; do
case ${x} in
'*.jpg'|'*.xpm'|'*.png'|'*.bmp') ;;
*)
NAME=`echo ${x} | tr '.' ' ' | awk '{print $1}' | tr '_' ' '`
echo "" >> $HOME/.backgrounds
echo "background \""${NAME}"\"" >> $HOME/.backgrounds
echo "default \""-image ${BGDIR}/${x}"\"" >> $HOME/.backgrounds
;;
esac
done

Source here
I did everything manually like @Irinikus did, except put a background in my home folder saved as a jpg with ImageView, as it's supported in newer versions of IRIX and takes less space on disk. Then, I added the entry to $HOME/.background instead so I don't need root access or to modify system files. It dosen't matter whether you use this script, or any other method.
Thanks @Irinikus ! I love your rusty infinicube logo the most with the concrete background! It looks so retro on my NEC 19" 4:3 LCD!
 
Can I please add this information from the preterhuman wiki, it's a script by Nekonoko which is excellent. You basically copy your background image files (even jpg/png if on 6.5.22+) inside /home/Backgrounds and run the script, it automatically updates your background config. You can literally add new backgrounds to that folder whenever you like and running the script updates it all for you. I also like how it's not system-wide but local to the account you run it on.

Here it is:

Code:
#!/bin/sh
BGDIR=$HOME/Backgrounds
cp /usr/lib/X11/system.backgrounds $HOME/.backgrounds
chmod 644 .backgrounds
cd ${BGDIR}
for x in *.jpg *.xpm *.png *.bmp; do
case ${x} in
'*.jpg'|'*.xpm'|'*.png'|'*.bmp') ;;
*)
NAME=`echo ${x} | tr '.' ' ' | awk '{print $1}' | tr '_' ' '`
echo "" >> $HOME/.backgrounds
echo "background \""${NAME}"\"" >> $HOME/.backgrounds
echo "default \""-image ${BGDIR}/${x}"\"" >> $HOME/.backgrounds
;;
esac
done

Source here
It's already documented in IRIXNet's wiki. Preterhuman's articles are often out of date and making any changes requires Netfreak's somewhat slow approval process.


I am working again on a new wiki. Tiki has worn its welcome out.

I have somewhat given up on getting people to contribute to wikis but please don't act like this is esoteric info. I'm working on trying to provide a home for documentation.
 

About us

  • Silicon Graphics User Group (SGUG) is a community for users, developers, and admirers of Silicon Graphics (SGI) products. We aim to be a friendly hobbyist community for discussing all aspects of SGIs, including use, software development, the IRIX Operating System, and troubleshooting, as well as facilitating hardware exchange.

User Menu