Adds zenity profile picker (gaming / LLM / reset) with safe RAM guardrails, pkexec-based apply, and install.sh for Nobara/Fedora. Co-authored-by: Cursor <[email protected]>
28 lines
847 B
Plaintext
28 lines
847 B
Plaintext
# Z13 Memory Profiles — defaults for 64 GB ROG Flow Z13 (GZ302)
|
|
# Edit after running: z13-memory-profiles --discover
|
|
#
|
|
# carveout_target_mb: fixed GPU reservation (what many games read as "VRAM")
|
|
# ttm_gb: dynamic GPU pool (LLM / compute). Empty or "clear" removes custom TTM.
|
|
# min_os_reserve_gb: refuse settings that leave less than this for the OS
|
|
|
|
[gaming]
|
|
label=Gaming
|
|
description=8 GB fixed VRAM for game compatibility. Clears custom TTM (kernel default ~half RAM).
|
|
carveout_target_mb=8192
|
|
ttm_action=clear
|
|
min_os_reserve_gb=8
|
|
|
|
[llm]
|
|
label=LLM / AI
|
|
description=Minimum fixed VRAM + 48 GB dynamic GPU pool for local models.
|
|
carveout_target_mb=512
|
|
ttm_gb=48
|
|
min_os_reserve_gb=8
|
|
|
|
[reset]
|
|
label=Reset to defaults
|
|
description=4 GB fixed VRAM (ASUS default) and default TTM settings.
|
|
carveout_target_mb=4096
|
|
ttm_action=clear
|
|
min_os_reserve_gb=8
|