"Lebar, Russell J" <[EMAIL PROTECTED]> wrote: > You want to modify /etc/dt/config/Xservers.SUNWut.prototype instead.
Playing with that file won't help. That file is just a template for what the Xservers file should look like after SRSS goes through a cold restart. It has absolutely no influence over the command line options that get used for Sun Ray X servers. > Regarding utxconfig, did you logout and log back in after making the > changes? Did you use -a to make the settings the default for all > displays? I don't think it applies but you might also want to try > turning auto resizing off. '-a' is the key. Without '-a', 'utxconfig' only changes the setting for sessions tied to your own access token. With '-a' you change the default setting, which is the setting used by all tokens that don't have their own specific 'utxconfig' setting. If you've been thrashing around trying different things then your first step should be to remove any utxconfig records that you've created but that aren't really needed. Use 'utxconfig -o' to see all of the existing records and 'utxconfig -e -t <token>' to delete any unnecessary ones. Then use 'utxconfig -a -p <foo>' to modify the default setting. <foo> should be "on" if the application is smart enough to find and use an 8-bit visual that is not the Xserver's default visual, or "default" if the application requires the 8-bit visual to be the default visual. If you have to use "default" then don't be surprised if the rest of your desktop looks ugly the next time you log in, many desktops just use the default visual and aren't smart enough to find and use a better one. You'll also take a performance hit because the 8-bit visual is emulated in software. Using it forces the X server to do more work than usual. Then log out, log in, and use 'xdpyinfo' to verify that the X server now offers an 8-bit visual in addition to the normal 24-bit visual. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
