Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export GALLIUM_HUD_PERIOD=0.07;
- GALLIUM_HUD=".x10.y10.w250.h80.dGPU-load+cpu+fps+frametime;"
- GALLIUM_HUD+=".x10.y160.w250.h80.dGPU-load+GPU-shaders-busy+fps+frametime;"
- GALLIUM_HUD+=".x10.y310.w210.h80$(seq 0 $(nproc) | head -n -1 | xargs -n1 -P1 -I{} echo cpufreq-cur-cpu{} | paste -sd+);"
- GALLIUM_HUD+=".x310.y10.w210.h80requested-VRAM+VRAM-usage;"
- GALLIUM_HUD+=".x310.y160.w250.h80GPU-shaders-busy;"
- GALLIUM_HUD+=".x310.y310.w250.h80samples-passed;"
- GALLIUM_HUD+=".x310.y460.w250.h80primitives-generated;"
- GALLIUM_HUD+=".x610.y10.w250.h80.dframetime;"
- GALLIUM_HUD+=".x610.y160.w250.h80.dfps;"
- GALLIUM_HUD+=".x610.y310.w250.h80.ddraw-calls;"
- GALLIUM_HUD+=".x610.y460.w250.h80decompress-calls"
- export GALLIUM_HUD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement