removed unecessary file and updated readme
This commit is contained in:
@@ -4,12 +4,11 @@ x2go or nomachine or VNC
|
||||
steam account with css purchased
|
||||
# launch commands
|
||||
./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg
|
||||
|
||||
autoexec.cfg:
|
||||
alias loop "exec looptest.cfg; wait 5; loop;"; wait 5; loop;
|
||||
autoexec.cfg: <br/>
|
||||
alias loop "exec looptest.cfg; wait 5; loop;"; wait 5; loop; <br/>
|
||||
(textmode is no video output)
|
||||
|
||||
|
||||
|
||||
# environment settings needed
|
||||
use glxinfo to get information about ID's, for example 0x0e5
|
||||
export SDL_VIDEO_X11_VISUALID="0x0e5"
|
||||
# do this before signing in to steam using VNC/x2go clients that are connected to VNC/x2go servers running virtual desktops <br/>
|
||||
use glxinfo to get information about ID's, for example 0x0e5 <br/>
|
||||
export SDL_VIDEO_X11_VISUALID=0x074
|
||||
|
||||
Reference in New Issue
Block a user