mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Update Xvnc command line for tigervnc
This commit is contained in:
parent
3515fbd974
commit
5bc446b189
@ -6,9 +6,9 @@ logfile=/var/log/Xvnc.log
|
||||
touch $logfile
|
||||
chown {{user}} $logfile
|
||||
|
||||
exec nice setuidgid {{user}} Xvnc4 :1 -auth /tmp/Xauthority.{{user}} \
|
||||
-geometry 1600x1000 -depth 24 -rfbwait 0 -nolisten tcp -rfbport 5901 \
|
||||
-SecurityTypes None -pn -fp /usr/share/fonts/X11/misc/ -co /etc/X11/rgb \
|
||||
exec nice setuidgid {{user}} Xvnc :1 -auth /tmp/Xauthority.{{user}} \
|
||||
-geometry 1600x1000 -depth 24 -nolisten tcp -rfbport 5901 \
|
||||
-SecurityTypes None -pn -fp /usr/share/fonts/X11/misc/ \
|
||||
AcceptCutText=0 AcceptPointerEvents=0 AcceptKeyEvents=0 \
|
||||
>> $logfile 2>&1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user