On Mon, 6 Mar 2023, Paolo Bonzini wrote:
On 2/21/23 13:55, BALATON Zoltan wrote:
To get that menu with Shut Down, first Quit the installer then again right
click or click on background first to get the menu of the Ambient desktop.
I also see an error from the firmware at the beginning:
Initializing KBD...00000012 FAILED.
when it's broken and it says Done without the hex number when it works.
(Two other FAILED messages about clock chip is normal as we don't emulate
that but all others should be green.)
Ok, I've reproduced it. The mouse is a bit flaky but using the keyboard for
everything except right clicking works better.
If you use ati-vga try -device ati-vga,romfile="",guest_hwcursor=true to
get less jumpy mouse or -vga none -device sm501 instead of -device ati-vga
which may also work better. (The default for ati-vga is host hardware
cursor but if the pointer acceleration settings on host vs. guest are very
different it may jump around; that's a general problem with QEMU ui mouse
handling so can't do much about that in device model).
Regards,
BALATON Zoltan