2020-02-09 00:26:05 +01:00
|
|
|
# requirements
|
2020-06-09 23:34:49 +02:00
|
|
|
steam account,
|
|
|
|
x2go or nomachine or VNC
|
2020-02-09 00:26:05 +01:00
|
|
|
steam account with css purchased
|
|
|
|
# launch commands
|
|
|
|
./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg
|
2020-01-23 23:22:42 +01:00
|
|
|
|
2020-02-09 00:26:05 +01:00
|
|
|
autoexec.cfg:
|
|
|
|
alias loop "exec looptest.cfg; wait 5; loop;"; wait 5; loop;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# environment settings needed
|
|
|
|
use glxinfo to get information about ID's, for example 0x0e5
|
|
|
|
export SDL_VIDEO_X11_VISUALID="0x0e5"
|