removed trigger hooking entirely
This commit is contained in:
parent
da68561909
commit
40d801af1a
@ -52,7 +52,9 @@ if [[ $DISPLAY ]]; then
|
||||
echo 'SDL_VIDEO_X11_VISUALID: ' $SDL_VIDEO_X11_VISUALID
|
||||
export SDL_VIDEO_X11_VISUALID=0x205
|
||||
echo 'SDL_VIDEO_X11_VISUALID: ' $SDL_VIDEO_X11_VISUALID
|
||||
steam -no-browser -console #should reduce ram usage
|
||||
#native libraries tried instead of runtime libraries for not crashing i suppose, no-browser -console should also save RAM usage
|
||||
#STEAM_RUNTIME=0 steam no-browser -console
|
||||
steam no-browser -console
|
||||
fi
|
||||
|
||||
##steam settings -> library -> low bandwith mode and low performance mode
|
||||
@ -62,3 +64,16 @@ fi
|
||||
#keeps session as R instead of S which is needed for interaction with graphical components such as steam and CS:S
|
||||
|
||||
ovh: 0x205, 0x209
|
||||
|
||||
#if running steam native libraries instead of runtime libraries one might require following apt install for making libpipewire work
|
||||
#specifically on debian steam
|
||||
apt install pipewire:i386
|
||||
apt-get install libbz2-1.0:i386
|
||||
|
||||
#further steam native libraries specifically for debian
|
||||
apt-get install libxtst6:i386 libxrandr2:i386 libglib2.0-0:i386 libgtk2.0-0:i386 libpulse0:i386 libgdk-pixbuf2.0-0:i386 libcurl4-openssl-dev:i386 libopenal1:i386 libusb-1.0-0:i386 libdbus-glib-1-2:i386
|
||||
apt-get install libsm6:i386
|
||||
|
||||
#check if all libs are present with
|
||||
cd ~/.steam/steam/ubuntu12_32
|
||||
LD_LIBRARY_PATH=. ldd vgui2_s.so
|
||||
|
Loading…
Reference in New Issue
Block a user