CJ Keist wrote:
Thanks got it working.
I did make one change to Bob's script. In our environment we use IceWM for the desktop manager. So what was happening, the desktop resolution was being set correctly but the IceWM manager was not getting updated to the change. So I added the following two lines of code at the end of Bob's utfit script to restart the IceWm manager.

MYPID=`/usr/bin/pgrep -U $USER -x icewm`
kill -HUP $MYPID

You could combine these into a single pkill statement of course.

By the way has there been any progress to make this work with multi-head sunrays?

Not that I'm aware of.

-Bob

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to