Questions tagged [x11vnc]
For questions about x11vnc, a VNC server for real X displays.
73 questions
0 votes
1 answer
144 views
How can I run Firefox on a non-local virtual server?
I need to run Firefox (or some other web browser, but I prefer Firefox) on a non-local (i.e. not on my PC, not reachable via LAN) Unix virtual machine and then control it using keyboard and mouse, ...
2 votes
0 answers
96 views
noVNC takes long time to connect to x11vnc on docker
I have x11vnc running inside a docker container with alpine as base image. (5900 is exposed and mapped to hosts 5900) I use Xvfb as well. I run x11vnc inside the container using this command x11vnc -...
1 vote
1 answer
4k views
x11vnc password check failed
as far as i can tell, everything is configured correctly. the service file is as follows: [Unit] Description=Start x11vnc at startup After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/...
1 vote
1 answer
1k views
How to launch Kitty "inside" a wsl kali win-kex instance?
a newbie here. I just installed kitty on wsl kali-linux, I am using win-kex to use a GUI. When I launch kitty opens on another window "outside" the winkex instance: like a Windows app. So, ...
0 votes
0 answers
38 views
Why is VNC server greatly sluggish when it is not plugged into a monitor? [duplicate]
Introduction I have a small Intel "NUC" computer running Mint LTS 21.1. The computer has 4GB of RAM, and runs an internal mSATA drive. On boot it starts up the desktop immediately i.e. there ...
1 vote
0 answers
493 views
X11 multiseat configuration
I am trying to achieve a Windows-like multiseat effect on my Linux machine with Xorg. My goals are: Each user has a single graphical session where they run their graphical applications. They can ...
0 votes
0 answers
346 views
X11/VNC mouse pointer jitter
I have the following setup: From Windows, I connect to a VNC server initialized in a CentOS 7 machine under network A. Inside this VNC session, I have a terminal from network B that had its display ...
0 votes
1 answer
830 views
How to use google chrome into novnc or localhhost
FROM ubuntu RUN apt-get update && apt-get install firefox -y && groupadd -g 1000 ubuntu && useradd -d /home/ubuntu -s /bin/bash -m ubuntu -u 1000 -g 1000 USER ubuntu ENV HOME /...