JudasIscariot: Can you run the command:
$inxi -SG
on your Linux install?
You should see something like this:
System: Host: antergos Kernel: 4.4.5-1-ARCH x86_64 (64 bit) Desktop: i3 4.12 Distro: Antergos Linux
Graphics: Card: NVIDIA GF110 [GeForce GTX 560 Ti 448 Cores]
Display Server: X.Org 1.18.1 driver: nvidia Resolution: 1920x1200@59.95hz
GLX Renderer: GeForce GTX 560 Ti/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 361.28
(that's my set up :) )
That GLX version should tell you what version of OpenGL you have on your system :)
inxi doesn't come with a default Linux install so you may need to install your distro's inxi package :)
Holzider: i have the same issue,
here's the output of inxi -SG:
System: Host: Sid Kernel: 4.7.0-1-amd64 x86_64 (64 bit) Desktop: dwm 6.1 Distro: Debian GNU/Linux stretch/sid
Graphics: Card: Advanced Micro Devices [AMD/ATI] Hawaii PRO [Radeon R9 290]
Display Server: X.Org 1.18.4 driver: N/A Resolution: 1920x1080@60.00hz
GLX Renderer: Gallium 0.4 on AMD HAWAII (DRM 2.45.0 / 4.7.0-1-amd64, LLVM 3.8.1)
GLX Version: 3.0 Mesa 12.0.3
and the errors i get when running it through the terminal:
Running Victor Vran
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
It looks like the game is looking for the radeonsi driver and, correct me if I am wrong, it looks like you are missing that driver. Also, the "GLX Version: 3.0" means you only have OpenGL 3.0 support which is apparently not enough for Victor Vran.