Menu

#62 rdesktop use 32 bit depth and not 24

open
nobody
protocols (6)
5
2009-07-30
2009-07-30
Anonymous
No

My TS connections to a Win 2008 TS Server always ended up with 16 bit color depth even if 24 bits was configured in Terminal Server Client.
Googling a little for examples of how to use rdesktop directly, I was able to connect in 24 bits depth to my server.

The correct argument to pass to rdesktop is "-a 32" but rdesktop is launched with "-a 24".
This is due to an error in the rdesktop man page which tell to use 24.

Discussion

  • Sylvain Avril

    Sylvain Avril - 2009-07-30

    I thought afterward that this may not be an incorrect parameter. It could be that RDP protocol support 24 bits but not the Win 2008 TS Server. So 32 bits could be added in the possible choices.

    I've post the bug #2829857 on rdesktop to have their final word about this.
    https://sourceforge.net/tracker/?func=detail&aid=2829857&group_id=24366&atid=381347

     
  • Sylvain Avril

    Sylvain Avril - 2009-07-31

    I found the answer myself. When connecting to a windows XP desktop, I had to use 24 bits.
    Win 2008 and probably Vista need a 32 bit connection and do not support 24bit depth.

    So please, could you add a 32 bit option ?

    Thanks

     

Log in to post a comment.