On Wed, Oct 21, 2009 at 2:31 AM, Craig Hummer <[email protected]> wrote: > When the DTU splash screen displays I can tell its in 640 x 480, however, > when the SRWC connects to my TS server I have to scroll around the screen > because the TS session is still running at 1280x1024
Even though the monitor is being driven at 640x480, the Sun Ray X server will default to creating a 1280x1024 X desktop for the session. (Usually the X server creates a desktop whose dimensions match what's being driven to the monitor. The rationale for this exception is that a 640x480 desktop is generally unusable.) If you really, really do want a 640x480 desktop then you must configure it explicitly by using 'utxconfig' to force 640x480 dimensions for sessions created for the session access token that is being presented by this DTU. Use 'utxconfig -r 640x480 -t <token>', where <token> is probably 'pseudo.<macaddress>'. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
