4002 Commits

Author SHA1 Message Date
Kyle Gospodnetich
7949cee2f3 chore(ci): Drop kernel signer, this is handled in the ublue kernel cache now. 2024-07-11 09:51:53 -07:00
Kyle Gospodnetich
d7f26563f5 chore(ci): Update kernel-signer to v0.2.4 2024-07-10 23:23:14 -07:00
Nick Garvey
8b098dbed9
Don't rotate GPU Win Mini 2024 7640U display (#1351)
The GPD Win Mini 2024 edition has a native landscape display. This means it doesn't need to be rotated like the 2023 edition.

They recently released a 7640U version, which is not being detected correctly. This patch correctly identifies this version and omits the rotation.
2024-07-10 21:50:38 -07:00
Zeglius
14ee75d7c8
fix(ujust): Fix faulty ujust install-resolve (#1342)
* chore(ujust): move install-resolve cache to /var/tmp

* fix(ujust): avoid selinux conflict in install-resolve

In return, the user is requested to run davincibox setup script manually

* fix(ujust): fix nvidia detection in davincibox script

* fix(ujust): Add missing cache removal

* fix(ujust): Avoid use tmpfs for davincibox script

This is to avoid filling tmpfs with Appimage extraction

* fix(ujust): Handle better cache removal

- Copy install-resolve install command to clipboard

* chore(ujust): minor prompt tweak to install-resolve

* fix(ujust): minor prompt change

* fix(ujust): fix prompt selection logic

* fix(ujust): faulty appimage extraction

* chore(ujust): removing redudant rm

* chore(ujust): update script url in install-resolve

This version implements the nvidia detection fix

* chore(ujust): remove redundant nvidia detection workaround
2024-07-10 21:50:27 -07:00
Kyle Gospodnetich
996d161bfb feat: Add adaptive brightness script for handhelds other than the deck. Default disabled (Thanks @corando98) 2024-07-10 16:58:04 -07:00
Kyle Gospodnetich
88c2b657ad Revert "Reapply "chore: Temporarily drop obs-vkcapture for testing""
This reverts commit e8105918ce333b49efd7922e31a7a59ae0891a93.
2024-07-09 19:28:25 -07:00
Kyle Gospodnetich
dfdc5abc7e chore: ASUS Ally -> ROG Ally 2024-07-09 16:41:08 -07:00
Kyle Gospodnetich
a94df08908 fix(nvidia): Disable GSP on -nvidia builds until performance issue is addressed upstream 2024-07-09 15:08:42 -07:00
Kyle Gospodnetich
e8105918ce Reapply "chore: Temporarily drop obs-vkcapture for testing"
This reverts commit 495b88b926c50429674502ab1ad031849b43b44f.
2024-07-09 12:57:14 -07:00
Kyle Gospodnetich
245305def4 feat(ally): Add audio improvements from Aru's repo 2024-07-09 12:52:59 -07:00
Kyle Gospodnetich
495b88b926 Revert "chore: Temporarily drop obs-vkcapture for testing"
This reverts commit e55af0621d0658a5bee441586603a54d3838d041.
2024-07-09 08:19:38 -07:00
Kyle Gospodnetich
fdcfbcf8a3 Merge branch 'testing' 2024-07-09 08:19:27 -07:00
Kyle Gospodnetich
fadf69b2e0 chore(legion): Set priority directly in pipewire config, now properly defaults 2024-07-09 07:47:03 -07:00
Kyle Gospodnetich
2a9827d44b chore: Increase priority to 11000 2024-07-08 23:42:55 -07:00
Kyle Gospodnetich
7cabffa84c chore: Switch to be closer to Aru's config, give high priority to ensure it's defaulted 2024-07-08 23:34:41 -07:00
Kyle Gospodnetich
d80424b87f chore: Syntax fix 2024-07-08 23:10:15 -07:00
Kyle Gospodnetich
e451f0c13c chore: Move conf files to correct directory 2024-07-08 22:54:01 -07:00
Kyle Gospodnetich
e55af0621d chore: Temporarily drop obs-vkcapture for testing 2024-07-08 21:41:01 -07:00
Kyle Gospodnetich
a2c8db0617 chore: Drop libvpx override 2024-07-08 21:40:43 -07:00
Kyle Gospodnetich
ba623ce993 chore: Syntax fix 2024-07-08 21:24:26 -07:00
Kyle Gospodnetich
599148e4be Merge branch 'main' into testing 2024-07-08 21:20:53 -07:00
Kyle Gospodnetich
f3d28548de
chore: Update libvpx 2024-07-08 21:19:59 -07:00
Kyle Gospodnetich
6af67970bd chore: Lowercase 2024-07-08 17:12:57 -07:00
Kyle Gospodnetich
c87964e7f4 feat(legion): Add Optional ICC Color Profile 2024-07-08 16:59:40 -07:00
Kyle Gospodnetich
c29bfdbae1 chore: Update steamdeck-dsp patches 2024-07-08 16:35:24 -07:00
Kyle Gospodnetich
5331671e61 feat(legion): Add DSP 2024-07-08 16:34:28 -07:00
Kyle Gospodnetich
d2e6e39df1 chore: Handle kargs for Ally X 2024-07-08 13:33:22 -07:00
Kyle Gospodnetich
273f4b62db chore: Preliminary support for the ROG Ally X
chore: Drop simpledeckytdp workaround
2024-07-08 13:24:38 -07:00
Kyle Gospodnetich
135513e827 feat: Disable PPD when enabling HHD 2024-07-08 09:02:50 -07:00
Kyle Gospodnetich
e7e48d252d
chore: Fix missing steamos.png 2024-07-08 00:19:48 -07:00
Kyle Gospodnetich
0e959ef11d chore: Pull 1335.patch due to reported crash with it in place. Thanks @matte_schwartz 2024-07-07 22:43:50 -07:00
Kyle Gospodnetich
9026ded109 feat: Reduce CPU & IO priority of updates from game mode 2024-07-07 19:45:18 -07:00
v7rzlhb3xg
5a4d643612
Container indicator for fish shell (#1337)
Modified default fish shell prompt to indicate if a user is inside a container with a box icon and the container name, similar to how bash looks inside a distrobox container. Not sure if there was a better way to do this, but it works!
2024-07-07 22:51:33 +00:00
Zeglius
60e76d04f9
feat(ujust): Add install-resolve (#1336)
* feat(ujust): Add install-resolve

* fix(ujust): Add extract step in install-resolve

* fix(ujust): fix faulty install-resolve

Add manual installer selector

* fix(ujust): Missing variable renaming

* chore(ujust): Add informative messages to install-resolve

* chore(ujust): Add support for Studio version in install-resolve

* fix(ujust): fix install-resolve

- Remove existing container if exists
- Add missing file cleanup
- Added missing Download directory mention in prompt

* chore(ujust): minor description change at install-resolve

* fix(ujust): improve davincibox container removal

* chore(ujust): add missing install-resolve-studio alias

* chore(ujust): pin script verison in install-resolve

* chore(ujust): Improve davincibox uninstall logic

- Include leftover removal implemented in davincibox setup script

* chore(ujust): add action prompts

* chore(ujust): improve confirmation prompt

* chore(ujust): add confirmation prompt on uninstall

* fix(ujust): perform unzip in HOME/.cache

* fix(ujust): incorrect prompt at install-resolve uninstall

* chore(ujust): minor tweaks to confirmations

* fix(ujust): add cache files removal to install-resolve
2024-07-07 22:50:30 +00:00
Kyle Gospodnetich
38e679dad3 Merge branch 'main' into testing 2024-07-07 15:24:27 -07:00
Kyle Gospodnetich
96431f3271 fix(deck): Use older pattern matching for priv-write 2024-07-07 15:19:15 -07:00
Kyle Gospodnetich
bd602ea23c Merge branch 'main' into testing 2024-07-07 13:21:01 -07:00
Kyle Gospodnetich
1bd7ec65a7 chore: Modify to use new log functions 2024-07-07 13:14:29 -07:00
Kyle Gospodnetich
4439b99a41 Merge branch 'main' into testing 2024-07-07 12:58:25 -07:00
Kyle Gospodnetich
29d0b58ca5 chore: Further simplify private write patch 2024-07-07 12:51:42 -07:00
Kyle Gospodnetich
900f62c3a0 Revert "chore: Remove problematic patch from gamescope"
This reverts commit ec5388a2ff106ae22f6c4d1195a9475fd4854d3a.
2024-07-07 00:43:09 -07:00
Kyle Gospodnetich
2d62dde209 Merge branch 'main' into testing 2024-07-07 00:26:27 -07:00
Kyle Gospodnetich
c3b7f1a575 chore: Add missing plasmarc file 2024-07-07 00:18:24 -07:00
Kyle Gospodnetich
7887d0ab7f chore: Add patch fuzzing 2024-07-06 21:04:35 -07:00
Kyle Gospodnetich
9e76cd1de3 chore: Update mesa to match Nobara's changes 2024-07-06 21:02:03 -07:00
Kyle Gospodnetich
ec5388a2ff chore: Remove problematic patch from gamescope 2024-07-06 21:01:04 -07:00
Kyle Gospodnetich
ddaf23497f Merge branch 'main' into testing 2024-07-06 19:52:01 -07:00
Kyle Gospodnetich
0c61182081 chore: Remove old/broken CSS Loader themes 2024-07-06 19:51:36 -07:00
Kyle Gospodnetich
aa96938cab chore: Drop unneeded spec files 2024-07-06 19:31:25 -07:00
Kyle Gospodnetich
b2aa3b45ba fix: Make bazzite-tdpfix never run on deck hardware 2024-07-06 19:29:35 -07:00