[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu
From: |
Michael Nazzareno Trimarchi |
Subject: |
Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu |
Date: |
Tue, 18 Aug 2020 10:23:13 +0200 |
Hi
On Tue, Aug 18, 2020 at 8:02 AM Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> On Mon, Aug 17, 2020 at 06:42:02PM +0200, Michael Nazzareno Trimarchi wrote:
> > Hi Gerd
> >
> > Have another small question. Do you know how force show cursor working
> > in this case?
>
> Which display and which vga do you use?
/usr/bin/qemu-system-i386 -M pc \
-enable-kvm -cpu host \
-m 1024 \
-vga std \
-global VGA.vgamem_mb=4 \
-kernel out/w_and_h_emulator/images/bzImage \
-drive file=out/w_and_h_emulator/images/rootfs.ext2,if=virtio,format=raw \
-append "root=/dev/vda console=" \
-net nic,model=virtio \
-net
user,hostfwd=tcp::22222-:22,hostfwd=tcp::10000-:10000,hostfwd=tcp::10001-:10001
\
-usb -device usb-wacom-tablet \
-usb -device usb-host,vendorid=0x04d8,productid=0x000a -show-cursor
But I need to use the framebuffer. So what happens for instance in
software like ts_calibrate you can not see the cursor
Michael
>
> take care,
> Gerd
>
--
Michael Nazzareno Trimarchi
Amarula Solutions BV
COO Co-Founder
Cruquiuskade 47 Amsterdam 1018 AM NL
T. +31(0)851119172
M. +39(0)3479132170
[`as] https://www.amarulasolutions.com
- [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Michael Trimarchi, 2020/08/12
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Gerd Hoffmann, 2020/08/17
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Michael Nazzareno Trimarchi, 2020/08/17
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Gerd Hoffmann, 2020/08/17
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Michael Nazzareno Trimarchi, 2020/08/17
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Gerd Hoffmann, 2020/08/18
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu,
Michael Nazzareno Trimarchi <=
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Gerd Hoffmann, 2020/08/19
- Re: [PATCH] hw: dev-wacom: Support wacom tablet emulation in linux qemu, Michael Nazzareno Trimarchi, 2020/08/21