Opened 8 years ago

Closed 8 years ago

Last modified 8 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 Changed 8 years ago by rklipp

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

comment:2 Changed 8 years ago by rklipp

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

comment:3 Changed 8 years ago by Valery V. Sedletski

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 Changed 8 years ago by diver

Milestone: Enhancedpreview

comment:5 Changed 8 years ago by diver

Partially fixed in r123

comment:6 Changed 8 years ago by Valery V. Sedletski

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 8 years ago by Valery V. Sedletski (previous) (diff)

comment:7 Changed 8 years ago by Valery V. Sedletski

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