Build Bazzite BC-250 / Check Bazzite channel digests (push) Has been cancelled
Build Bazzite BC-250 / Build Custom Image (push) Has been cancelled
Build Bazzite BC-250 / Build Custom 40CU Image (push) Has been cancelled
Build Bazzite BC-250 / Save Bazzite channel digest cache (push) Has been cancelled
Build Bazzite BC-250 / Publish GitHub Release (push) Has been cancelled
Bazzite base already covers the rest (max_map_count, zram, gamemode, tuned profiles); governor stock curve (1000-1850 MHz, 85C throttle) left as-is — ceiling tuning is documented in OPERATIONS.md for after on-hardware thermal testing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
597 B
Plaintext
21 lines
597 B
Plaintext
# BC-250 console: always-on appliance behavior.
|
|
# Never auto-suspend (also enforced by masking sleep.target) and never
|
|
# lock the screen — a locked/suspended console is unreachable over RDP
|
|
# and confusing on a TV.
|
|
|
|
[org/gnome/settings-daemon/plugins/power]
|
|
sleep-inactive-ac-type='nothing'
|
|
sleep-inactive-battery-type='nothing'
|
|
idle-dim=false
|
|
|
|
[org/gnome/desktop/session]
|
|
idle-delay=uint32 0
|
|
|
|
[org/gnome/desktop/screensaver]
|
|
lock-enabled=false
|
|
idle-activation-enabled=false
|
|
|
|
# Console-like snappiness: UI animations cost frames on this GPU
|
|
[org/gnome/desktop/interface]
|
|
enable-animations=false
|