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
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Monster catcher Cassette Beasts adds Steam Workshop support and a new battle mode
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- FromSoftware owner Kadokawa confirms Sony sent an 'initial letter of intent' to acquire them
- > See more over 30 days here
-
GOG's Black Friday Sale is live now with some big disco…
- chickenb00 -
GOG's Black Friday Sale is live now with some big disco…
- ElectricPrism -
PlaytronOS Alpha 2 brings expanded NVIDIA support, more…
- sonic2kk -
Star Fox 64 is getting a Native PC port from the devs o…
- Mountain Man -
PlaytronOS Alpha 2 brings expanded NVIDIA support, more…
- pleasereadthemanual - > See more comments
- What have you been listening to?
- Linux_Rocks - More updates - social media related
- Klaas - What do you want to see on GamingOnLinux?
- Linux_Rocks - Our own anti-cheat list
- Liam Dawe - Weekend Players' Club 11/22/2024
- Liam Dawe - See more posts
So, as the title suggests, when I try to launch Dying Light through Steam, I get a warning about my OpenGL version. The game then launches, but all I get is a black screen and some sound. I tried finding some articles about upgrading OpenGL on Ubuntu, though most of them were for 14 LTS or earlier.
System:
Xubuntu 17.10
AMD R9 270
I installed Mesa running:
sudo add-apt-repository ppa:ubuntu-x-swat/updates
sudo apt update && sudo apt dist-upgrade
OpenGL version (short)
:~$ glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 17.2.4
OpenGL version (long)
:~$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: AMD PITCAIRN (DRM 2.50.0 / 4.13.0-17-generic, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Is there anything I can do? Is it worth trying to uninstall the Mesa drivers by removing the mesa ppa and do another dist-upgrade? Can I upgrade OpenGL desperately from Mesa?
Thanks in advance for any help :D
View PC info
According to the wiki Dying Light might run with some version overrides:
To get Dying Light running you just need to put this to Dying Light's launch options in steam:
MESA_GL_VERSION_OVERRIDE=4.5 MESA_GLSL_VERSION_OVERRIDE=450 %command%
There are some PPAs with newer and/or development versions of Mesa. 17.2.4 is just slightly outdated, current stable Version is 17.2.5.
We've all been Linux gaming noobs in the past :D Don't worry. It may take some time, but you'll get used to it. It's not as hard as it has been a decade ago.
No clue why it refuses on other distros even with same mesa version ect :><:
View PC info