jackun
37d8c75c78
Skip calculating IO stats for first sample
...
Or you get high read/write speeds averaged over process' whole lifetime.
2021-06-11 17:55:09 +02:00
flightlessmango
428ddf4e8a
Merge pull request #536 from flightlessmango/battery_test
...
Battery info and font awesome icons
2021-06-10 20:52:58 +00:00
FlightlessMango
2e5fc31711
use vulkan to determine if zink
2021-06-10 22:41:06 +02:00
FlightlessMango
92282bcec2
convert frametime from ns to us
2021-06-10 19:40:15 +02:00
Joshua Ashton
815097718e
Use nanoseconds to calculate fps
...
No need to round this earlier on.
Removes an unnecessary implicit float -> double conversion in the calculation also
2021-06-10 19:40:15 +02:00
Joshua Ashton
1f0119bc91
Use raw clocks if available
...
Avoids NTP synchronization having impact on frametime pacing.
2021-06-10 19:40:15 +02:00
Brisse89
9a5d63cbf1
Update README.md ( #513 )
...
* Update README.md
Add Debian install instructions.
2021-06-10 19:40:15 +02:00
medusalix
560930214a
Fix CPU power calculations
2021-06-10 19:40:15 +02:00
Alessandro Toia
5c48b4729c
Change param to battery, add param for icon, hide power when plugged in
2021-06-08 16:04:33 -07:00
FlightlessMango
370a2d5da6
Only use MANGOHUD=1 in script
2021-06-08 18:28:54 +02:00
jackun
a0a57038c1
Fix redefinition of 'open'
...
musl pulls in fcntl.h from somewhere
2021-06-03 09:55:33 +03:00
Alessandro Toia
105ad9c2be
Check for batteries only once
2021-05-27 15:40:33 -07:00
Alessandro Toia
500a65dd52
Only display battery stats if a battery is present
2021-05-27 15:40:33 -07:00
Alessandro Toia
a533883a39
Check if there are battieres before attempting to retrieve stats
2021-05-27 15:40:33 -07:00
Alessandro Toia
8960a54813
Change battery path list to array
2021-05-27 15:40:33 -07:00
Alessandro Toia
6833ee3593
Check if battery(s) are fully charged
2021-05-27 15:40:33 -07:00
Alessandro Toia
6c69f68f7f
Iterate over n batteries to find energy consumption
2021-05-27 15:40:33 -07:00
Alessandro Toia
e63a5bd472
Iterate over n batteries to find percent
2021-05-27 15:40:33 -07:00
Alessandro Toia
62db1495d6
Scale down icons if font is small
2021-05-27 15:40:33 -07:00
Alessandro Toia
5656001639
Add forkawesome from compressed Base85 TTF
2021-05-27 15:40:33 -07:00
Alessandro Toia
552a85aaaa
Only update battery stats if a battery is present
2021-05-27 15:40:33 -07:00
Alessandro Toia
c6074b0f4d
Check if there are batteries before checking if they are charging
2021-05-27 15:40:33 -07:00
Alessandro Toia
8980ff46bc
When plugged in change battery icon according to percent
2021-05-27 15:40:33 -07:00
Alessandro Toia
5adb4500c7
Install forkawesome font file
2021-05-27 15:40:33 -07:00
Alessandro Toia
b89b9b8109
Add ForkAwesome Icons
2021-05-27 15:40:33 -07:00
Alessandro Toia
1ab25220c6
Add param to check battery power and percent
2021-05-27 15:40:33 -07:00
FlightlessMango
a90c897feb
Check battery info
2021-05-27 15:40:33 -07:00
Alessandro Toia
d556e8e357
Improve Zink detection
2021-05-27 15:38:44 -07:00
Kira Bruneau
d8a1ddf253
meson: Add vulkan_datadir option ( #522 )
...
This option enables using system Vulkan headers when it doesn't share
the same datadir as MangoHud. This is specifically an issue in NixOS
where packages are built into their own isolated directories in
/nix/store.
For example:
/nix/store/9g28nz6zh484144mzw670bx82y1ka49a-vulkan-headers-1.2.162.0/share/vulkan/registry/vk.xml
This is currently worked around in the Nix package, by symlinking the
vulkan-headers into MangoHud's install directory:
5debc57760/pkgs/tools/graphics/mangohud/default.nix (L66-L70)
Although, this hack causes the vulkan-headers to be included as a
runtime dependency when they're only needed at build time.
I tried to figure out a way to resolve the datadir automatically, but
found that just adding a new option is probably the best solution for
the following reasons:
- The vulkan.pc file used to resolve dep_vulkan doesn't contain any
information about the datadir.
- The share directory could be resolved relative to the vulkan include
directory and that would solve the specific issue for Nix, but the
datadir could be installed anywhere and that wouldn't be a general
solution.
- I couldn't find a way to resolve the data dir using the XDG Base
Directory Specification because meson doesn't provide a way to access
the necessary environment variables.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
2021-05-11 18:44:25 +03:00
Alessandro Toia
36ec9ef41a
Add round_corners param
2021-04-29 21:06:22 -07:00
jackun
47865573a8
Add option to prepend libdir to library's path in vulkan manifest
...
"\$LIB" technically breaks json but on the other hand vulkan loader
currently doesn't handle "\\$LIB"
Help with issue #468
2021-04-18 23:03:24 +03:00
jackun
765024227c
[OpenGL] Framerate limit in eglSwapBuffers
2021-04-17 22:29:22 +03:00
Alessandro Toia
ddfcb01c30
Add detection of Zink
2021-04-15 15:40:12 -07:00
jackun
a724e5e294
Fix engine name not showing with engine_version
without fps
also enabled
2021-04-12 22:42:38 +03:00
jackun
34f964eab9
Use aligned buffer size with vkMapMemory too
2021-04-08 00:46:56 +03:00
Alessandro Toia
856c333e09
Fix wine param not properly detecting proton experimental
2021-04-01 17:14:21 -07:00
Alessandro Toia
272b035ca8
Fix wine param not detecting proton experimental
2021-04-01 16:59:19 -07:00
jackun
0f6ead57d7
[OpenGL] Bind framebuffer for all GL ES versions
2021-03-31 18:51:34 +03:00
jackun
e62d6e3337
[OpenGL] Save/restore last GL_DRAW_FRAMEBUFFER if using gl_bind_framebuffer
2021-03-31 18:39:23 +03:00
jackun
714f3853f7
[OpenGL] Support apitrace in debug build
...
Try to load `glxtrace.so` instead of `libGL.so.1`.
Assumes `glxtrace.so` lives outside of usual library paths and is only preloaded.
2021-03-31 17:52:38 +03:00
jackun
4ee9dcd852
OpenGL workarounds
2021-03-30 05:33:17 +03:00
jackun
afa50a17c4
[OpenGL] Add gl_size_query, gl_bind_framebuffer, gl_dont_flip options for workarounds
...
`gl_size_query = viewport` - specify what to use for getting display size. Options are "viewport", "scissorbox" or disabled. Defaults to using glXQueryDrawable.
`gl_bind_framebuffer = 0` - (re)bind given framebuffer before MangoHud gets drawn. Helps with Crusader Kings 3.
`gl_dont_flip = 1` - don't swap origin if using GL_UPPER_LEFT. Helps with Ryujinx.
2021-03-30 05:33:11 +03:00
jackun
54d6a8e889
Unset LD_LIBRARY_PATH if using absolute paths in LD_PRELOAD
...
$LIB in LD_LIBRARY_PATH makes `ldconfig` unhappy.
2021-03-24 19:55:32 +02:00
jackun
ea07d1e080
Remove ".exe" from wine executable's name
...
Fixes ad4e1ac35f
2021-03-22 21:26:11 +02:00
jackun
ad4e1ac35f
Try to get wine executable's name from /proc/self/comm
2021-03-20 14:37:12 +02:00
vesterlay
fb672833da
Update build.sh
2021-03-19 16:29:11 +02:00
KlfJoat
18fb0d5649
Fix var typo in unrecognized command argument feedback
2021-03-19 16:29:11 +02:00
jackun
4d4444e1c5
Allow overriding config file options with MANGOHUD_CONFIG if using legacy layout
2021-03-16 23:45:43 +02:00
jackun
4f3133c5da
Fix log file using wine-preloader
etc instead of executable's filename
2021-03-16 22:32:25 +02:00
Stephan Lachnit
4a43896d99
imgui 1.81
...
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2021-03-15 18:48:44 +02:00