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

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



Joerg Barfurth wrote:
CJ Keist schrieb:

When I use my smart card on a Sunray with a monitor that supports 1680x1050, then move to a sunray with a monitor res of 1600x1200, it is not resizing my session.

Running the command by hand, on the 1600x1200 sunray, I'm getting the error from xrandr of "Size 1600x1200 not found in available modes".
Which doesn't make since as the sunray works fine with that monitor.
Any ideas what's going on here?


See <http://blogs.sun.com/joergb/entry/odd_sizes>

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

--
C. J. Keist                     Email: [email protected]
UNIX/Network Manager            Phone: 970-491-0630
Engineering Network Services    Fax:   970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to