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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 is out now in Early Access with online co-op
- > See more over 30 days here
Recently Updated
- Do you miss LaunchBox/Playnite on Linux?
- Dark574 - Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
I am trying to use custom-compiled mesa on my ubuntu.
I know that there are ppa's with already compiled mesa, but for some reason i do not want to use them, and want to compile it myself.
So I dowloaded llvm7, got mesa sources, did
CC=/opt/llvm-7/bin/clang CXX=/opt/llvm-7/bin/clang++ LLVM=/opt/llvm-7 scons build=releaseand compilation seems to be alright.
I got build/linux-x86_64 folder with some stuff.
However, I cannot figure out what to do next.
Guides I found in internet seems to be outdated or I just cannot understand them.
Could you guys show me direction?
sudo apt-get build-dep mesaGot the error
Вы должны заполнить sources.list, поместив туда URI источников пакетов(in Russian, yes. It means I have to fill sources.list by placing URI of package sources there).
Cannot find how to fix that.
Also, in the guide, the author wrote
However, ob Ubuntu there is no 'mesa' package, but bunch of packages like mesa-utils, mesa-common-dev and so on.
Have no idea which configuration I have to use.
https://gitlab.freedesktop.org/mesa/mesa#build-install
Current meson version for 18.04 is 0.45.1 so that should work?
- open "Software & sources" from the menu
- check the "Source code" box
- Close ( & reload )
now
sudo apt build-dep mesawill workHowever meson still can't build on my 18.04 - because libdrm_intel is too old ( need 'libdrm_intel' ['>=2.4.95'] found '2.4.91' )