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: 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!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
The Walking Dead, The Expanse and more in the Telltale …
- Liam Dawe -
Half-Life 2 free to keep until November 18th, Episodes …
- Ehvis -
Hybrid gaming controller MoveMaster has a new website, …
- furaxhornyx -
Half-Life 2 free to keep until November 18th, Episodes …
- tuxmuppet -
Half-Life 2 free to keep until November 18th, Episodes …
- Tuxee - > See more comments
- New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - What do you want to see on GamingOnLinux?
- Linas - Weekend Players' Club 11/15/2024
- StoneColdSpider - Our own anti-cheat list
- Xpander - See more posts
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: glXSwapIntervalEXT
I 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.c
Still 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.so
So 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.
View PC info
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...