Opened 12 years ago
Closed 12 years ago
#11630 closed defect (invalid)
rdesktop-vrdp mouse pointer shape problem
Reported by: | ogoudron | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 4.2.10 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
The mouse pointer shape become strange (1.5 normal size + big shadow + white and black only - no grey) when i use rdesktop-vrdp to connect to Headless VM. I have no problem when using legacy Linux rdesktop client or legacy Microsoft RDP client.
Host : Ubuntu 12.04 64 bits or Debian 6.0 + Virtualbox 4.2.10 Guest : Windows XP 32 bits + Guest Addition 4.2.10 Client OS used for running rdesktop-vrdp : Debian 6.0 and Ubuntu 12.04 and Ubuntu 12.10
Attachments (2)
Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I have attached two screenshots made with my camera. It's just one example. I have the same problem with all other (pointer alone, hand with one finger). Sorry, i don't know if i use the right english words for theses mouse pointers names...
When i use rdesktop i have no problem.
Thanks in advance, Olivier.
comment:3 by , 12 years ago
After more tests i have more informations :
- I don't have the problem with rdesktop 1.6.0 (Debian 6.0).
- I have the problem with rdesktop 1.7.1 (Ubuntu 12.10).
- I have the problem with rdesktop-vrdp 1.7.0 (Virtualbox 4.2.10)
comment:4 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please disable mouse pointer shadow in the XP guest: uncheck Control Panel/Mouse/Pointers/Enable pointer shadow. Then the pointers will be OK with rdesktop 1.7.1/rdesktop-vrdp. In principle this is not a VBox problem. We will add a workaround in rdekstop-vrdp.
Pointers with shadow use 32 bits per pixel (with alpha channel).
rdesktop 1.7.1 tells the RDP server that 32 bits per pixel pointers are supported. However it can not display such pointer correctly.
rdekstop 1.6.0 does not claim the capability and the VRDP server converts 32bpp pointers to a simpler format.
ms rdp client of course supports 32bpp pointers.
Please attach some screenshot. My feeling is that this is completely normal as not all cursor attributes can be transmitted over the RDP channel.