While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Linux and open source getting age checking exemptions could be problematic
- Steam Deck stock returns but there's a big price increase
- Proton-CachyOS adds low latency layer and Discord rich presence support
- Dusklight the reimplementation of The Legend of Zelda: Twilight Princess gets a major update
- Flathub moves to ban nearly all apps and submissions made with generative AI
- > See more over 30 days here
- Fully native alternative to ProtonDB
- ProfessorKaos64 - Restrict way kernel-level-anti-cheat is installed.
- PlayingOnLinuxphone - Are Mac computers good and stable?
- PlayingOnLinuxphone - Terminal trick - progress indicator in the task manager…
- Shmerl - Feedback needed - future website updates
- grigi - See more posts
Anticheat check - which competitive games actually work on Linux?
How to give Valve feedback when Proton games have issues on Linux / SteamOS
Now Butcher is a Unity game, but doesn't have an option for audio device selection in game. Is there a general Unity option for the playerprefs file?
Second issue I have is input lag. Super annoying. I know that the game is locked at 60 fps, but not sure if via VSYNC or otherwise. Starting with `vblank_mode=0` doesn't help. Again, is there a general Unity option that I can put into the playerprefs file for this?
symbol lookup error: /home/c/source/libstrangle/libstrangle64.so: undefined symbol: glXSwapIntervalEXTI put `-lGL` for gcc, but the thing is, `glXSwapIntervalEXT` is not defined in my `/usr/include/GL/glext.h`. According to some quick searching, I need the EXT_swap_control extension. Didn't look much further yet, will check this tomorrow.
Now how to include this beast. Did you change anything in the makefile? I grepped /usr/include/ for `#include <GL/glxext.h>` and it was present in `cairo-gl.h`, so I did `pkg-config --libs cairo-gl` which yielded `-lcairo -lGL`.
My gcc looks like this:
gcc -rdynamic -fPIC -D_GNU_SOURCE -shared -Wall -std=c99 -Wl,-z,relro,-z,now -m64 -lcairo -lGL -o libstrangle64.so libstrangle.cStill undefined :( There gotta be something I'm doing wrong.
Did a bit more looking around, found that my machine loads the xorg `libglx.so`. From Xorg.0.log:
[ 14500.792] (II) Loading /usr/lib/xorg/modules/extensions/libglx.soSo I looked at the included symbols
`nm -D /usr/lib/xorg/modules/extensions/libglx.so`
but there was no `glXSwapIntervalEXT`.
For the record, I'm using radeonsi. Did another quick 'libglx.so radeonsi' search but haven't found anything yet. Will look into it some more tomorrow, if I have the time.
This amazing tool it gives you the option for every single audio stream to make it stream to your preferred device and it keeps your preferred option forever unless you change it again.
You have to use Pulseaudio for that.
Most of the unity games save their configuration preferences on this path for example
/home/<your username>/.config/unity3d/<company name>/<game name>
I dont own the game yet so I cant help you much...