Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#1 closed enhancement (fixed)

Allow client to specify desktop screen size

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: major Milestone: 0.9
Component: Global Keywords:
Cc:

Description (last modified by Antoine Martin)

  • Add default screen size option to Settings
  • Add combo to SessionStartDialog when used with full desktop commands or with VNC sessions
  • Add screen-size parameter to START_SESSION protocol
  • Handle screen size requirements in VNC and NX:
    • NX can just specify it with the nx/nx options
    • Xvnc: either specify it on command line or use xrandr to change resolution of pre-loaded sessions.

Change History (6)

comment:1 Changed 14 years ago by Antoine Martin

Milestone: 0.80.9

comment:2 Changed 14 years ago by Antoine Martin

For NX:

nxagent -geometry 1024x768


For Xvnc:

Xvnc -screen scrn WxHxD     set screen's width, height, depth

comment:3 Changed 14 years ago by Antoine Martin

Description: modified (diff)

comment:4 Changed 14 years ago by Antoine Martin

NX can also set bit depth:

nxagent -depth int             default depth

comment:5 Changed 14 years ago by Antoine Martin

Resolution: fixed
Status: newclosed

done in r1311

Last edited 13 years ago by Antoine Martin (previous) (diff)

comment:6 Changed 13 years ago by Antoine Martin

Description: modified (diff)
Note: See TracTickets for help on using tickets.