Commit Graph

197 Commits

Author SHA1 Message Date
flightlessmango
5b233be2f8 build: fix ubuntu and fedora dependencies 2024-04-02 14:47:06 +02:00
flightlessmango
a4862f5461 param: network
This param shows the throughput in kb/s for each interface or for
user specified interfaces
2024-03-31 09:36:05 +02:00
Alesh Slovak
388113ff62 fix typo 2024-02-15 00:10:31 +01:00
FlightlessMango
e64e4788ef param: time_no_label 2024-02-10 18:24:32 +01:00
FlightlessMango
2bc323b2ed param: present_mode
This parameter displays the current present mode being used in vulkan or
the vsync status in opengl
2024-02-05 22:17:00 +01:00
flightlessmango
86e49da174 Add winesync param 2023-12-29 11:16:43 +01:00
Alex Maese
b3fa8f5c29 Presets: Add ability to specify preset_path via env variables 2023-11-18 10:58:14 +01:00
flightlessmango
94a8dfb658 Add hdr and refresh rate options 2023-11-07 20:55:06 +01:00
flightlessmango
48f8db420b add fps_metrics param
fps_metrics takes a list of decimal value between 0.001-0.9 or avg
2023-10-31 15:45:33 +01:00
FlightlessMango
2bf27939e0 readme: gpu_fan nvidia notes 2023-10-04 18:07:43 +02:00
NoXPhasma
14da551ae0 Expand 'toggle_fps_limit' description 2023-10-02 13:29:23 +02:00
FlightlessMango
d0ee1eaa28 hudelements: frame_timing: draw plot using implot
Implot allows us to draw multiple lines in the graph.
We draw the frametime as usual but also include thermal and power throttling.
Thermal throttling is red and power is yellow.
2023-09-29 15:41:15 +02:00
Alessandro Toia
a2c421a8d3 readme: add device_battery and device_battery_icon 2023-09-27 16:08:08 -07:00
Jan Solanti
ef124ae3ec core_bars: document in README 2023-09-08 06:34:14 +02:00
Alex Maese
55f27d7fae Update README.md 2023-09-08 06:26:22 +02:00
bouhaa
cd92cedeca Add readme note for zenergy 2023-07-30 18:27:49 +02:00
andrefsagh@gmail.com
5054f6ceff Show amdgpu voltage from hwmon
Added config parameter 'gpu_voltage'
2023-07-21 05:44:38 +02:00
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
2023-07-15 16:50:39 +02:00
NoXPhasma
51162cb842 Fix param check errors /3 2023-06-27 23:21:26 +02:00
NoXPhasma
d924278b4e Fix param check errors /2 2023-06-27 23:21:26 +02:00
Adel KARA SLIMANE
e345195f56 README: rework FPS logging, add mangoplot doc 2023-06-26 13:50:39 +02:00
NoXPhasma
c53ca38916 Update log_interval readme text 2023-05-29 13:06:23 +02:00
NoXPhasma
d2ec6fe277 Add preset description to Readme 2023-05-29 13:05:39 +02:00
NoXPhasma
3efa15cf25 Update Arch install instructions 2023-05-28 10:21:47 +02:00
Alessandro Toia
e77585d848 params: add missing bottom-center layout 2023-05-07 13:26:00 -07:00
jackun
cac664bef1
Nuke MANGOHUD_DLSYM
[skip actions]
2023-04-23 18:23:02 +03:00
Arvind Doobary
d41a74ca1a
Show amdgpu junction and memory temp, if available
Added config parameter `gpu_junction_temp` and `gpu_mem_temp`

Closes #841
2023-04-23 17:30:21 +03:00
Faalagorn
98530b8f55 Add toggle_hud_position to README 2023-04-17 23:39:31 +02:00
Faalagorn
fe8036fb16 Hopefully last nit 2023-04-17 23:39:31 +02:00
Faalagorn
6b9857ac8e Two fullstops 2023-04-17 23:39:31 +02:00
Faalagorn
bc96ce3247 Minor cleanups mostly to README table 2023-04-17 23:39:31 +02:00
Faalagorn
f3f4258bb6 Add throttling_status to README 2023-04-17 23:39:31 +02:00
Faalagorn
a0aededcd1 Add missing parameters to README and MangoHud.conf 2023-04-17 23:39:31 +02:00
NoXPhasma
191cf3775f Sort new config variables 2023-04-13 22:48:02 +02:00
FlightlessMango
ce5e0683f0 Nearest filter param 2023-04-03 00:04:24 +02:00
FlightlessMango
4fb0bb328b Bicubic filtering param 2023-04-03 00:04:24 +02:00
FlightlessMango
de29e057de Trilinear filtering param 2023-04-03 00:04:24 +02:00
FlightlessMango
5fe07a0ac3 Anisotropic filtering param 2023-04-03 00:04:24 +02:00
FlightlessMango
9b9e6e7b68 Sampler hook and picmip param 2023-04-03 00:04:24 +02:00
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>
2023-04-02 22:17:12 +02:00
Hannes Mann
f92c8b1b76 overlay_params: Add FPS limit method 2023-03-16 03:33:42 +01:00
NoXPhasma
8d9e3aee35 Sort config variables ASC 2023-03-04 23:11:32 +01:00
RPINerd
5eb5d998f4 Cut out excessive "```bash" declarations 2023-02-18 10:09:29 +01:00
RPINerd
ac1c83ac7c Add emphasis about using git- AUR installs
Cleaned up lots of markdown best practices, organized some and updated the table of contents
2023-02-18 10:09:29 +01:00
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.
2022-10-01 23:35:41 +02:00
jackun
a5dc1fffdd
README.md: add example config file location 2022-09-13 14:40:00 +03:00
NoXPhasma
356a41f456 Add navigation to the Readme 2022-08-23 14:43:22 -07:00
NoXPhasma
3e67f44a38 Remove the Ubunutu PPA from the Readme
The Ubuntu PPA is extremely outdated, it's time to remove it.
2022-08-22 12:17:02 -07:00
Alessandro Toia
a6b5f741bc Clarify fps_only should not be used without other display params 2022-06-23 17:24:50 -07:00
jackun
f0177703ea
Rename to frame_count for consistency 2022-05-04 07:14:46 +03:00