A huge update for the Linux overlay layer, MangoHud, as it can now work with OpenGL games in addition to Vulkan making it many times more useful and awesome.
Quick reminder: MangoHud can show useful information on top of games like: FPS, RAM/VRAM use, disk reads, frame timings, temperatures, it can benchmark and a whole lot more.
Today, they released MangoHud 0.3.0 and the headline feature is it now supporting OpenGL so it's not locked to Vulkan now. Additionally you can now just use the "mangohud" command to load either the OpenGL or Vulkan HUD and "mangohud.x86" for 32bit OpenGL. So try it you can just do "mangohud vkcube" or "mangohud glxgears" and "MANGOHUD=1" also still works for Vulkan.
Plenty more was added to the HUD to show things like IO read and write for the app, Vsync for OpenGL, GPU Core and Memory clock, time format, set the length of logging time for benchmarking, you can change the colouring of HUD elements and so on. Lots new, all sounding amazing.
Here's a demo of MangoHud being used with the OpenGL game Counter-Strike: Global Offensive showing off some of the new bits:
Direct Link
The new OpenGL support works the same as for Vulkan games, you can add this below as a Steam launch option to show it:
mangohud %command%
To do a Steam launch option you right click on a game -> Properties -> set launch option and put it there.
For use outside of Steam, it's just this:
mangohud /path/to/game
See MangoHud on their GitHub. Incredible work from everyone involved! This is truly becoming the go-to all you need overlay layer for Linux gaming.
Quoting: TheRiddickNice, so this support reshade filters? guessing not.Wrong project, you want vkbasalt for that.
Quoting: Linuxer<…>I have at least three!
Did not find CMake 'cmake'
Found CMake: NO
<…>
Run-time dependency x11 found: NO (tried pkgconfig)
meson.build:99:2: ERROR: Dependency "x11" not found, tried pkgconfig
<…>
meson.build:21:0: ERROR: Compiler gcc -m32 can not compile programs.
<…>
So that's where i am, any ideas?
1) you need to install "cmake" building system;
2) you need to install x11 development package ("libX11-devel");
3) your c compiler/linker can not produce 32-bit executables because most probably you do not have 32-bit version of "glibc-devel" (development files for GNU C Library) installed. This is most probably needed only for 32-bit version of "MangoHud" and is not what you want. Maybe you can disable 32-bit version compilation in the script? Or, just install the package. :)
Regardless, it is easier to just download pre-compiled utility. :D
works fine with glxgears though and ofc with vkcube
Quoting: ageresI have commented 'frame_timing' in MangoHud.conf, but the frametime line graph is still being displayed. How to turn it off? Changing other options works fine.frame_timing is on by default, so you need to set it to off
frame_timing = 0
Quoting: flightlessmangoframe_timing is on by default, so you need to set it to off frame_timing = 0
Thanks!
Quoting: Xpanderdoesnt seem to show up with Warhammer Online (wined3d)I know there has been some issues with launchers in the past, is it possible to bypass the launcher in that game?
Quoting: flightlessmangoQuoting: Xpanderdoesnt seem to show up with Warhammer Online (wined3d)I know there has been some issues with launchers in the past, is it possible to bypass the launcher in that game?
sadly nope. its needed for authentication
Quoting: flightlessmangoQuoting: LinuxerSo that's where i am, any ideas?You don't need to build MangoHud, unless you need the latest changes. Download the release package instead
https://github.com/flightlessmango/MangoHud/releases/download/v0.3.0/MangoHud-v0.3.0.tar.gz
just unpack it and run./mangohud-setup install
and you should be good to go
It just does not fly:
$ ./mangohud-setup.sh install
[sudo] password for tux:
tar: MangoHud-package.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
MangoHud Installed
-now what?
Quoting: LinuxerQuoting: flightlessmangoQuoting: LinuxerSo that's where i am, any ideas?You don't need to build MangoHud, unless you need the latest changes. Download the release package instead
https://github.com/flightlessmango/MangoHud/releases/download/v0.3.0/MangoHud-v0.3.0.tar.gz
just unpack it and run./mangohud-setup install
and you should be good to go
It just does not fly:
$ ./mangohud-setup.sh install
[sudo] password for tux:
tar: MangoHud-package.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
MangoHud Installed
-now what?
i dont think you should install this as superuser. just with your username
See more from me