updated README about fonts, added more app configurations and added the app.config file itself
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
|
||||
pip3 install pyvirtualdisplay pillow EasyProcess #needed for virtual display, create it inside a venv
|
||||
|
||||
2023, instead of steam using flatpak steam
|
||||
https://flatpak.org/setup/Debian
|
||||
https://flathub.org/apps/details/com.valvesoftware.Steam
|
||||
|
||||
#NOTICE: steam might not be able to launch in case of the tmpfs /dev/shm filesystem being full. it seems safe to just delete u1001-Shm_* files and u1002-Shm_ files. It should be fine because the files exists as long as at least one process has them open. So until steam is killed i assume. You dont need to be root for killing them, the user running the bot has permissions to rm the files
|
||||
|
||||
@@ -26,6 +23,13 @@
|
||||
apt-get remove xserver-xorg-video-intel
|
||||
|
||||
#fonts
|
||||
#remember to check locally if font is available.
|
||||
#on arch based distributions: xorg-fonts-misc
|
||||
|
||||
#probably good idea to symlink the download folder
|
||||
ln -s /home/autismbot1/.steam/debian-installation/steamapps/common/Counter-Strike\ Source/cstrike/download /home/autismbot2/.steam/debian-installation/steamapps/common/Counter-Strike\ Source/cstrike/download
|
||||
chmod g+x /home/user1
|
||||
|
||||
|
||||
dpkg-reconfigure locales
|
||||
|
||||
@@ -52,9 +56,7 @@
|
||||
echo 'SDL_VIDEO_X11_VISUALID: ' $SDL_VIDEO_X11_VISUALID
|
||||
export SDL_VIDEO_X11_VISUALID=0x205
|
||||
echo 'SDL_VIDEO_X11_VISUALID: ' $SDL_VIDEO_X11_VISUALID
|
||||
#use this one to launch steam minimized once
|
||||
#flatpak run com.valvesoftware.Steam -no-browser +open steam://open/minigameslist
|
||||
/home/$USER/.var/app/com.valvesoftware.Steam/data/Steam/steam.sh -applaunch 240 -textmode -novid -nosound -noipx -nojoy -noshaderapi
|
||||
/home/$USER/.steam/debian-installation/steam.sh -applaunch 240 -textmode -novid -nosound -noipx -nojoy -noshaderapi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user