steam: update void specific troubleshooting
This commit is contained in:
parent
8c5c7c904b
commit
b545cecd6d
2 changed files with 10 additions and 3 deletions
|
@ -28,8 +28,15 @@ installed for some games to function.
|
|||
If games are running slowly or not at all, or there are issues with network
|
||||
streaming, verify that your user belongs to the video group.
|
||||
|
||||
If your audio is not working, try installing pulseaudio and
|
||||
alsa-plugins-pulseaudio.
|
||||
If your audio is not working, try installing pulseaudio,
|
||||
alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
|
||||
|
||||
If you are using SteamPlay/Proton and the game crashes or hangs with error
|
||||
messages that include "eventfd: Too many open files", this means
|
||||
the number of open file descriptors per process is too low for proper Proton
|
||||
functionality. In this case, consult limits.conf(5) and set a higher nofile
|
||||
limit for your user. Formore information, see the upstream documentation in
|
||||
the README.esync file from https://github.com/ValveSoftware/wine.
|
||||
|
||||
If you are encountering runtime errors, the Steam Ubuntu bootstrap tarball might
|
||||
be using an incompatible libstdc++ library. You can verify this by running the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'steam'
|
||||
pkgname=steam
|
||||
version=1.0.0.71
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686 x86_64"
|
||||
wrksrc=steam-launcher
|
||||
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue