X11 Guide #4451
Replies: 5 comments 17 replies
-
Xephyr is said to have performance issue. Does x11 security extension work? |
Beta Was this translation helpful? Give feedback.
-
Author of x11 guide (that is based on test experience of the netblue30 article) here. "Xephyr is said to have performance issue." |
Beta Was this translation helpful? Give feedback.
-
That's only needed if
When running locally, it should be almost indistinguishable from native.
My guess is that mmap is disabled so all the screen updates end up being encoded and forwarded over a unix domain socket. Even a virtual machine would be faster than this! |
Beta Was this translation helpful? Give feedback.
-
I don't know how to do that with firejail, but you can do that easily enough with xpra:
(older versions used |
Beta Was this translation helpful? Give feedback.
-
I managed to get xclipsync to work with Xephyr. A modification to the xclipsync script was needed in my case to use the exact binary name wish8.6 instead of just wish, which is a symlink. Maybe because I used private-bin or because I blacklisted /usr/bin in my profile, /usr/bin was "permission denied".
With Xephyr you usually also need a WM, I needed it because the browser window did not resize itself to the resolution of the Xephyr display but stayed smaller. I used dwm because that's what I already had installed but is overkill. Other possible choices of minimal WMs might be matchbox, ratpoison, 2bwm. You just want something that handles window resizing, no other features. kiosk-wm might also work, it's even smaller than the rest. |
Beta Was this translation helpful? Give feedback.
-
Discussion for discussions about https://github.com/netblue30/firejail/wiki/X11-Guide.
Predecessor: #3602
Beta Was this translation helpful? Give feedback.
All reactions