Commit Graph

181 Commits (5054f6ceffeac7f13a01daef85f9770997591bd8)

Author SHA1 Message Date
andrefsagh@gmail.com 5054f6ceff Show amdgpu voltage from hwmon
Added config parameter 'gpu_voltage'
10 months ago
andrefsagh@gmail.com 46d81b338b Add note about zenpower3
Add note about the necessity of having the zenpower3 driver installed to show the power draw of AMD Ryzen CPUs
10 months ago
NoXPhasma 51162cb842 Fix param check errors /3 11 months ago
NoXPhasma d924278b4e Fix param check errors /2 11 months ago
Adel KARA SLIMANE e345195f56 README: rework FPS logging, add mangoplot doc 11 months ago
NoXPhasma c53ca38916 Update log_interval readme text 12 months ago
NoXPhasma d2ec6fe277 Add preset description to Readme 12 months ago
NoXPhasma 3efa15cf25 Update Arch install instructions 12 months ago
Alessandro Toia e77585d848 params: add missing bottom-center layout 1 year ago
jackun cac664bef1
Nuke MANGOHUD_DLSYM
[skip actions]
1 year ago
Arvind Doobary d41a74ca1a
Show amdgpu junction and memory temp, if available
Added config parameter `gpu_junction_temp` and `gpu_mem_temp`

Closes #841
1 year ago
Faalagorn 98530b8f55 Add `toggle_hud_position` to README 1 year ago
Faalagorn fe8036fb16 Hopefully last nit 1 year ago
Faalagorn 6b9857ac8e Two fullstops 1 year ago
Faalagorn bc96ce3247 Minor cleanups mostly to README table 1 year ago
Faalagorn f3f4258bb6 Add `throttling_status` to README 1 year ago
Faalagorn a0aededcd1 Add missing parameters to README and MangoHud.conf 1 year ago
NoXPhasma 191cf3775f Sort new config variables 1 year ago
FlightlessMango ce5e0683f0 Nearest filter param 1 year ago
FlightlessMango 4fb0bb328b Bicubic filtering param 1 year ago
FlightlessMango de29e057de Trilinear filtering param 1 year ago
FlightlessMango 5fe07a0ac3 Anisotropic filtering param 1 year ago
FlightlessMango 9b9e6e7b68 Sampler hook and picmip param 1 year ago
Emil Velikov bc282cf300 meson: remove use_system_vulkan/vulkan_datadir
Newer versions of the XML and headers don't play nice. In particular the
VK_LAYER_EXPORT macro was removed and the XML was reworked quite
significantly, so our generator no longer works.

I was able to port newer version of the generator scripts from Mesa
(where these were copied from originally), although these new scripts
don't work with the old XML.

Just drop the meson knobs and always use the subproject version. In
practical terms this is identical to what Mesa also does... So Debian
DFSG should not be _too_ upset.

Closes: https://github.com/flightlessmango/MangoHud/issues/927
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
1 year ago
Hannes Mann f92c8b1b76 overlay_params: Add FPS limit method 1 year ago
NoXPhasma 8d9e3aee35 Sort config variables ASC 1 year ago
RPINerd 5eb5d998f4 Cut out excessive "```bash" declarations 1 year ago
RPINerd ac1c83ac7c Add emphasis about using git- AUR installs
Cleaned up lots of markdown best practices, organized some and updated the table of contents
1 year ago
Witold Baryluk 1b9b466115 Update instructions for Debian / Ubuntu
Just a minor rewording. I have seen people struggling to see
that mangohud is in Ubuntu and other Debian-based distro repos.
2 years ago
jackun a5dc1fffdd
README.md: add example config file location 2 years ago
NoXPhasma 356a41f456 Add navigation to the Readme 2 years ago
NoXPhasma 3e67f44a38 Remove the Ubunutu PPA from the Readme
The Ubuntu PPA is extremely outdated, it's time to remove it.
2 years ago
Alessandro Toia a6b5f741bc Clarify fps_only should not be used without other display params 2 years ago
jackun f0177703ea
Rename to `frame_count` for consistency 2 years ago
William Pettersson f4081d46f5 Detail option disabling in README
Make it more clear/explicit in the README exactly how to disable the default options
2 years ago
jackun 906542f587
Add frame count param 2 years ago
Emil Velikov 9c6de0271f overlay: completely remove force_amdgpu_hwmon option
No longer applicable, since the libdrm path is gone and hwmon is
required - either partially or in full.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2 years ago
Emil Velikov 68ce8f81cc Remove libdrm_amdgpu metrics
There are two alternatives - hwmon entries and gpu_metrics sysfs file.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2 years ago
Alessandro Toia 4026743fe3 add gamepad_battery & gamepad_battery_icon params to readme 2 years ago
Alessandro Toia 15fc641fc3 Add fps_only param to disable showing the engine name 2 years ago
jackun 161081b725
Clarify some things about application_name (#654) 2 years ago
Alessandro Toia 8821ec6141 Fix markup for exec param in readme 3 years ago
Alessandro Toia 0fa85082ce Add missing param to readme 3 years ago
jackun 5a0f284e4f
Update README.md 3 years ago
Rennarde1312 9b2a86adb4 Fix flatpak install instruction 3 years ago
jackun 1344b5fa3a
Ubuntu 32-bit libs note 3 years ago
jackun cd43374102
Update README.md
Add extra line after table
3 years ago
Martin Wimpress c8be7d3cc1
Add Ubuntu PPA install instructions (#431) 3 years ago
jackun b3a95f1bca
Merge branch 'develop' 3 years ago
jackun 729ccc83bd
Use spdlog's 'fmt' to format media player metadata
Usage:
  media_player_format={title};{artist};{album}

Semi-colon breaks to new line, might change.
3 years ago