Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

utresadm command variables

Status
Not open for further replies.

dgcm

IS-IT--Management
Sep 26, 2008
52
GB
I need to set the screen res for all solaris sessions (we are using thin clients), to be 1024x768

Our support company gave me this command to try


./utresadm –c default –t default 1024x768@76

However it doesn't work - seems to think that -c isn't valid.

I know virtually nothing about Solaris (The Solaris side is handling the sessions, Windows TS is handling everything else).

If anyone can point me in the right direction that would be great.
 
I think you have to do:

Code:
./utresadm -a –c default –t default 1024x768@76


I believe you can also use

Code:
  /opt/SUNWut/bin/utxconfig -s off
  /opt/SUNWut/bin/utxconfig -r 1280x1024
    logout
    login
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top