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

Re: using kvm with brltty



Hi Samuel,

Am 15.09.20 um 10:38 schrieb Samuel Thibault:
Halim Sahin, le mar. 15 sept. 2020 10:17:57 +0200, a ecrit:
How does this work $WINDOWID is this an environment variable?

It should be when you are running under X.

OK.


$WINDOWSID is not set on my machine :-(, who sets it?

How are you running kvm? In the console? In X? In Wayland?

I run qemu in xfce4-terminal and don't use wayland.

I run qemu like this:

#!/bin/bash
export WINDOWPATH=${WINDOWPATH:+${WINDOWPATH}:}$WINDOWID
qemu-system-x86_64 -enable-kvm -display curses \
-full-screen -m 4G -soundhw hda \
-usb -device usb-braille,chardev=char0 -chardev braille,id=char0 \
-drive file=myimage.img,if=virtio

tested with netinst iso as well.
I see no braille output.
MfG.
Halim


Reply to: