Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 rklipp, 10 years ago

Summary: Improper (garbled) mouse pointer graphic on Linux hostsImproper (garbled) mouse pointer graphic on Linux guests

comment:2 by rklipp, 10 years ago

Correction: Should read "guests" rather then "hosts"

comment:3 by Valery V. Sedletski, 10 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 diver, 10 years ago

Milestone: Enhancedpreview

comment:5 by diver, 10 years ago

Partially fixed in r123

comment:6 by Valery V. Sedletski, 10 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.

Last edited 10 years ago by Valery V. Sedletski (previous) (diff)

comment:7 by Valery V. Sedletski, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.