* feat(just): add recipe to restart proton (#1091)
* feat(just): add recipe to restart proton
useful for when a game gets stuck at "launching" or "exiting"
* chore: fix grammar
* chore: Just syntax fix
* chore(gnome): remove MUTTER_DEBUG_FORCE_KMS_MODE (#1094)
This is no longer needed for VRR in v40+ and it breaks direct scanout.
Signed-off-by: Tayler Geiger <mail@tayler.dev>
* fix(ujust): Add --or-update flag for Flatpak command (#1095)
* chore(gnome): Add missing 3037 fix to deck images
* chore: Remove no longer needed patch from steamdeck-dsp
* Readd rmlint as an optional ujust command
* Missed a leftover from the old file
---------
Signed-off-by: Tayler Geiger <mail@tayler.dev>
Co-authored-by: HikariKnight <2557889+HikariKnight@users.noreply.github.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Tayler Geiger <tayler@redhat.com>
Co-authored-by: Pat Connors <121328689+nicknamenamenick@users.noreply.github.com>
* feat(desktop): Add EmuDeck to Desktop images
Highly requested (by at least 2 people)
* feat(desktop): Add EmuDeck to Bazzite Portal
chore: Rename Steam game mode to Steam Big Picture Mode for desktop image
* chrore: install not get
* Actually export the recipe in the justfile.
* Cleanup script file and remove service logic
The service is not activable/deactivable by the user.
* Manually enable the service after install
It doesn't seem to kickstart after install without a restart of the system
* feat: Deprecate looking-glass shm in favor of kvmfr
* feat: add kvmfr0 to qemu cgroup_device_acl
If someone has a better way to implement this regex, hit me up! i just happened to know how to do this with perl as i couldnt figure it out with sed
* feat: Manually load kvmfr the first time so the user do not have to reboot use it when enabling.
* chore: make introduction a bit clearer
* fix: replace enable/disable action with virt-on/off
also fixed the heredoc for looking-glass shm
* chore: update initramfs command when enabling vfio
I plan to merge the dual boot documentation with the installation guide and re-arrange some things especially since handheld usage is becoming increasingly popular.