Trying Xvnc

This commit is contained in:
Jay McCarthy 2010-11-10 09:02:30 -07:00
parent 16e4d17975
commit 3a977ada60
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
(plt-directory "/opt/plt")
(drdr-directory "/opt/svn/drdr")
(git-path "/usr/bin/git")
(Xvfb-path "/usr/bin/Xorg")
(Xvfb-path "/usr/bin/Xvnc")
(fluxbox-path "/usr/bin/fluxbox")
(current-make-install-timeout-seconds (* 90 60))
(current-make-timeout-seconds (* 90 60))

View File

@ -304,7 +304,7 @@
(safely-delete-directory (format "/tmp/.tX~a-lock" i))
(safely-delete-directory (build-path tmp-dir (format ".tX~a-lock" i)))
(with-running-program
(Xvfb-path) (list (format ":~a" i) "-ac" "-br" "-bs" "+extension" "RANDR")
(Xvfb-path) (list (format ":~a" i) "-ac")
(lambda ()
(with-running-program
(fluxbox-path) (list "-display" (format ":~a" i) "-rc" "/home/jay/.fluxbox/init")