Added vnc/xstartup.turbovnc

This commit is contained in:
2024-05-10 18:26:26 +02:00
parent d195ea0391
commit 01994999ff
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
XDG_SESSION_TYPE=x11; export XDG_SESSION_TYPE
# Do NOT use 3D unity on Ubuntu 16.10
export TVNC_WM=2d
# Start the window manager under VGL so that we always get acceleration
export TVNC_VGL=1