@sickcodes commented on GitHub (Jun 5, 2020):
Does this alternative application run without the error?
docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix tukiyo3/teamviewer15
If you get the…
@sickcodes commented on GitHub (Jun 5, 2020):
Mine is:
1228 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/110/gdm/Xauthority -background none -noreset -keeptty -verbose 3 …
@luposlip commented on GitHub (Jun 5, 2020):
I'll try tomorrow, it's getting really late now in Europe ;)
@muedie commented on GitHub (Jun 4, 2020):
Same issue here, outputs of above:
` 805 /usr/lib/Xorg -nolisten tcp -auth /var/run/sddm/{435e64b6-b308-4c8b-bafc-719e3f9be6c8} -background none…
@mtdlewald commented on GitHub (Jun 4, 2020):
Same issue here running i3 on Arch 658 /usr/lib/Xorg -nolisten tcp -auth /var/run/sddm/{b0ec8f2a-fcc9-4dc4-9ef6-61b57a970849} -background none…
@xlash123 commented on GitHub (Jun 4, 2020):
Also, after a relog/restart, I had to rerun sudo chmod 666 /dev/kvm to get it to work again.
@sickcodes commented on GitHub (Jun 4, 2020):
Sticky tape fix but:
printf '\n%s\n' "sudo chmod 666 /dev/kvm" >> ~/.bashrc
It will turn on every relog.
or just edit it and add that at the…
@luposlip commented on GitHub (Jun 4, 2020):
After trying everything above - including following the qemu guide, this is the best I can get:
docker run --privileged -v /tmp/.X11-unix:/tmp/…
@sickcodes commented on GitHub (Jun 4, 2020):
Ignore the alsa utils error, it will always be there unless I change the OpenBoot-Core.sh script from upstream repo.
Regarding the gtk error Show…
@luposlip commented on GitHub (Jun 4, 2020):
Mine is:
1228 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/110/gdm/Xauthority -background none -noreset -keeptty -verbose 3
25016…
@sickcodes commented on GitHub (Jun 4, 2020):
These steps should set your host up for the QEMU on https://help.ubuntu.com/community/KVM/Installation
@xlash123 commented on GitHub (Jun 4, 2020):
I got it working after running sudo chmod 666 /dev/kvm and using `docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix…
@sickcodes commented on GitHub (Dec 17, 2021):
rootless
Could be related to this, do you have enough permissions?
@gusbemacbe commented on GitHub (Apr 12, 2024):
I used MX Linux. I ran the command docker start -ai ventura, and I received the following errors:
QEMU 7.1.0 monitor - type 'help' for…
@xlash123 commented on GitHub (Jun 4, 2020):
Using the original run command docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx did not work. I had to use @roryrjb 's…
@lonngxiang commented on GitHub (Sep 19, 2024):
how about windows?
@sickcodes commented on GitHub (Jun 4, 2020):
Good to hear mate, I've added those tips to the troubleshooting page.
It's probably both of those commands that you need might need, someone else…
@Write commented on GitHub (Jun 4, 2020):
You may have more luck with something like this:
$ docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-un…
@jhasse commented on GitHub (Jun 6, 2020):
works now, thanks!
@cdub50 commented on GitHub (Dec 15, 2021):
I am seeing this same error on KDE FC 35 but I am unable to resolve output of pgrep, display and term
1265 /usr/libexec/Xorg -nolisten tcp -auth…