Commit Graph

1817 Commits

Author SHA1 Message Date
Adel KARA SLIMANE
6306fed7f7 Add mangoplot script
Displays frame time distributions from local files

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2023-05-28 11:46:05 +02:00
NoXPhasma
3efa15cf25 Update Arch install instructions 2023-05-28 10:21:47 +02:00
FlightlessMango
67862421a6 Text outline
Adds the text_outline parameter that draws a black outline around all
text and the horizontal separator

[skip ci]
2023-05-28 08:03:31 +02:00
FlightlessMango
3efc2c05ee params: don't enable engine_short_names with full
[ci skip]
2023-05-28 07:08:31 +02:00
jackun
5fde8749af
Use a "get" function to initialize X11 loader...
...so static init doesn't spam log before we got that set up properly.
2023-05-25 09:27:20 +03:00
FlightlessMango
ea3ba7e30d system info: don't use glxinfo
It's not available in steam runtime and generates a lot of log spam
2023-05-21 15:28:05 +02:00
FlightlessMango
5754ca13ee vulkan manifest: set cpu_family in layer name 2023-05-20 08:27:27 +02:00
FlightlessMango
0b3904fd38 change config and upload logs to debug 2023-05-20 08:27:27 +02:00
dependabot[bot]
af92f28da5 build(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 02:05:55 +02:00
FlightlessMango
102b714c11 CI: add action for parameter test 2023-05-15 14:31:24 +02:00
FlightlessMango
0fbd55fa77 tests: params checker
This test check if the available parameters exist in the readme and if
the sample config has the same defaults as mangohud does
2023-05-15 14:31:24 +02:00
FlightlessMango
744f173298 params: set proper default values for font_size and table_columns 2023-05-15 14:31:24 +02:00
FlightlessMango
c9e67ca573 params: set param defaults in it's own func 2023-05-15 14:31:24 +02:00
Alessandro Toia
2b5bf96b20 overlay: Fix non stretched horzitontal center position layout 2023-05-09 18:25:56 -07:00
Alessandro Toia
1be907ed93 overlay: simplify window_size even more for !horizontal_stretch 2023-05-09 17:15:38 -07:00
FlightlessMango
3f8f036ee8 params: add cstdint header 2023-05-07 23:01:23 +02:00
Alessandro Toia
e77585d848 params: add missing bottom-center layout 2023-05-07 13:26:00 -07:00
Alessandro Toia
7b5c0a43c6 overlay: simplify window_size for !horizontal_stretch 2023-05-06 21:55:43 -07:00
Alessandro Toia
ed85504dec overlay: fix spacing when not using horizontal_stretch 2023-05-05 17:12:41 -07:00
Bill Li
9b0aec0540 nvml: Do not include header nvctrl.h if not build with xnvctrl support 2023-05-05 20:15:01 +02:00
Bill Li
2101090f00 nvml: Use #ifdef HAVE_XNVCTRL to check if xnvctrl is available 2023-05-05 20:15:01 +02:00
Alessandro Toia
3daf7d73b3 param: horizontal_stretch 2023-05-04 22:41:34 -07:00
FlightlessMango
2ffc579b7f config: add /etc/MangoHud.conf as an option
[skip ci]
2023-05-05 03:04:15 +02:00
FlightlessMango
6c46794496 cpu: core mhz: if scaling isn't available, use /proc/cpuinfo instead 2023-05-05 02:53:17 +02:00
FlightlessMango
12a86ef36e meson: prefer system cmocka 2023-05-05 02:29:14 +02:00
FlightlessMango
b2c88c2dfd param: engine_short_names 2023-05-05 02:01:00 +02:00
FlightlessMango
cbf531e6c8 nvml: use xnvctrl if available to get fan speed 2023-05-05 01:48:43 +02:00
FlightlessMango
4161139597 amdgpu: run_thread default to true 2023-05-02 18:52:23 +02:00
FlightlessMango
e2711b8059 hud elements: fix gamescope graphs size 2023-05-01 13:58:35 +02:00
FlightlessMango
7853af98d0 mangoapp: amdgpu: pause the polling thread when it's not needed 2023-05-01 13:52:26 +02:00
FlightlessMango
9bc90493be amdgpu: reduce polling period 2023-04-29 22:31:47 +02:00
Alessandro Toia
98c9897430 Fix layout for core_load 2023-04-29 12:51:58 -07:00
Alessandro Toia
c534f33156 When using horizontal layout set table_columns param to current count of table_columns 2023-04-27 21:48:05 -07:00
Alessandro Toia
a45816b8e1 Replace TableNextColumn() with ImguiNextColumnFirstItem() and ImguiNextColumnOrNewRow() 2023-04-27 21:43:28 -07:00
FlightlessMango
f7a712110f intel: drm_dev use string instead 2023-04-27 11:59:00 +02:00
FlightlessMango
7ea1f33fa1 overlay: init_gpu: bring back checkNvidia 2023-04-27 09:31:02 +02:00
FlightlessMango
ddfc32211f overlay: removed unused include 2023-04-27 09:25:25 +02:00
FlightlessMango
20b729cca4 Overlay: intel drm: change printf to spdlog 2023-04-26 05:44:39 +02:00
FlightlessMango
38a1328536 Overlay: find the correct drm for intel 2023-04-26 05:26:54 +02:00
FlightlessMango
1d8f9f6601 hud_elements: fix gamescope debug graphs width
The width was not calculated the same way as in frame_timing.
Leading the graphs to occupy different amounts of space
2023-04-25 07:18:43 +02:00
jackun
95b7b44b6f
Nuke io_stats, io_read/write params are enough 2023-04-24 22:12:38 +03:00
jackun
e61321717e
[OpenGL] Use MESA_query_renderer if avail; GL "WSI" enum 2023-04-24 22:12:38 +03:00
jackun
85fd1c97fd
Nuke MANGOHUD_DLSYM also from man page
[skip actions]
2023-04-23 18:28:34 +03: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
FlightlessMango
1093de8c44 nvml: fan: get rpm instead of percentage 2023-04-23 07:27:22 +02:00
jackun
238a621c11
Use snprintf instead 2023-04-22 22:12:47 +03:00
FlightlessMango
c7ab967b92 Remove MANGOAPP ifdefs 2023-04-22 03:59:48 +02:00
FlightlessMango
83d265637e params: preset 4: add throttling 2023-04-22 03:59:28 +02:00
FlightlessMango
12b16247ce hud elements: gpu fan: add next col/row func 2023-04-22 03:59:08 +02:00