qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 答复: Can't see mouse cursor on VNC viewer


From: Heyi Guo
Subject: Re: [Qemu-devel] 答复: Can't see mouse cursor on VNC viewer
Date: Thu, 22 Nov 2018 11:24:25 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1

After adding a configuration file under /etc/X11/xorg.conf.d with below lines, 
we can finally see remote mouse cursor on the VNC viewer.

Section "Device"
        Option      "SWcursor" "True"
        Identifier  "Card0"
        Driver      "modesetting"
        BusID       "PCI:10:3:0"
EndSection

Really appreciate it :)

Heyi


On 2018/11/21 18:22, Gerd Hoffmann wrote:
On Wed, Nov 21, 2018 at 04:54:15PM +0800, Heyi Guo wrote:
Hi Gerd,

Is there any hacking way to turn off hardware cursor support for virtio-gpu, 
and make the cursor also be rendered to the framebuffer?
Well, you can configure xorg in the guest to force software cursor mode.

cheers,
   Gerd








reply via email to

[Prev in Thread] Current Thread [Next in Thread]