removed unecessary file and updated readme
This commit is contained in:
parent
f329461807
commit
d7cd15ad6d
@ -4,12 +4,11 @@ x2go or nomachine or VNC
|
|||||||
steam account with css purchased
|
steam account with css purchased
|
||||||
# launch commands
|
# launch commands
|
||||||
./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg
|
./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg
|
||||||
|
autoexec.cfg: <br/>
|
||||||
autoexec.cfg:
|
alias loop "exec looptest.cfg; wait 5; loop;"; wait 5; loop; <br/>
|
||||||
alias loop "exec looptest.cfg; wait 5; loop;"; wait 5; loop;
|
(textmode is no video output)
|
||||||
|
|
||||||
|
|
||||||
|
# do this before signing in to steam using VNC/x2go clients that are connected to VNC/x2go servers running virtual desktops <br/>
|
||||||
# environment settings needed
|
use glxinfo to get information about ID's, for example 0x0e5 <br/>
|
||||||
use glxinfo to get information about ID's, for example 0x0e5
|
export SDL_VIDEO_X11_VISUALID=0x074
|
||||||
export SDL_VIDEO_X11_VISUALID="0x0e5"
|
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
import logging
|
|
||||||
import subprocess
|
|
||||||
from time import sleep
|
|
||||||
|
|
||||||
#export SDL_VIDEO_X11_VISUALID= #"0x074"
|
|
||||||
#textmode is no video output, what botox used
|
|
||||||
|
|
||||||
|
|
||||||
#-connect 151,80.230.149:27015
|
|
||||||
|
|
||||||
|
|
||||||
#subprocess.call(["steam", "steam://install/240"])
|
|
||||||
|
|
||||||
#sleep(20)
|
|
||||||
#server_ip_ze = "151.80.230.149:27015"
|
|
||||||
#subprocess.Popen(["steam", "steam://connect/" + server_ip_ze])
|
|
||||||
|
|
||||||
#steam steam://connect/151.80.230.149:27015
|
|
||||||
#steam steam://connect/151.80.230.149:27019/test132
|
|
||||||
|
|
||||||
#-nopreload seemingly prevents from joining servers
|
|
||||||
#cd /home/nonroot/.steam/
|
|
||||||
#./steam.sh -applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg
|
|
||||||
#
|
|
||||||
|
|
||||||
def joinsteam():
|
|
||||||
subprocess.Popen(["steam", "-login", "username","password"])
|
|
||||||
sleep(25)
|
|
||||||
subprocess.Popen(["/home/nonroot/.steam/steam.sh", "-applaunch 240 -textmode -textmessagedebug -novid -nosound -noipx -nojoy -noshaderapi -condebug +exec looptest.cfg"])
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
joinsteam()
|
|
Loading…
Reference in New Issue
Block a user