#61 closed defect (fixed)
Improper (garbled) mouse pointer graphic on Linux guests
Reported by: | rklipp | Owned by: | klipp |
---|---|---|---|
Priority: | minor | Milestone: | preview |
Component: | Common Tasks | Keywords: | Garbeled mouse pointer |
Cc: |
Description
This same problem is now fixed for Windows hosts (XP & Windows 7). Is there a similar fix for Linux Hosts like SuSE?
Change History (7)
comment:1 by , 8 years ago
Summary: | Improper (garbled) mouse pointer graphic on Linux hosts → Improper (garbled) mouse pointer graphic on Linux guests |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
2rklipp: Yes, it's a known problem. I implemented the mouse pointer integration, and tested it on windows guests. But with Linux guests, I see the black background with the mouse pointer. This needs to be fixed, but not yet. It is in the queue, and should be fixed soon.
comment:4 by , 8 years ago
Milestone: | Enhanced → preview |
---|
comment:6 by , 8 years ago
It is, hopefully, fixed with r124. The mouse pointer was indeed not bit-packed as multiples of 9 bits per scanline, but padded to the next byte, though, the dimensions were specified to be 9x16. This was the problem.
comment:7 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Correction: Should read "guests" rather then "hosts"