Commit Graph

40 Commits

Author SHA1 Message Date
Kyle Gospodnetich
813dc6cdca feat(deck): Add handheld scaling fix to GNOME and KDE 2024-09-12 11:08:12 -07:00
Kyle Gospodnetich
3decff63fe feat(deck): Add ONEXPLAYER F1 support 2024-09-09 14:03:52 -07:00
HikariKnight
04eafbb023
feat: add support for onexfly 8840U (#1636)
* feat: add onexfly 8840U
However this sysid is shared between the 16gb model and the 32gb model, will this cause issues with the GTTSize being applied if this happens on a 16GB model? or will i have to separate out the 2 models in hardware setup by adding additional checks.

* feat: add onexfly 8840u to hhd supported hardware

* fix: only apply gttsize of 16256 to onexplayers with 32GB ram
2024-09-08 18:56:03 +00:00
Kyle Gospodnetich
524ed5e887 chore: Move from /usr/etc to /etc 2024-08-07 10:02:32 -07:00
Pat Connors
a06998cdf5 chore(deck): Change variant name to "Handheld & HTPC" (#1288)
For consistency purposes, it changes the `-deck` image to be known as the Handheld/HTPC variant since we now support more handhelds outside of the Steam Deck.
2024-06-27 16:47:17 -07:00
HikariKnight
6831f7cb2e
feat: generalize certain SYS_IDs (#1257)
* feat: add sysid script to trunctrate some SYS_IDs

* chore: update scripts to get SYS_ID from sysid script
`valve-hardware` and the `priv-write.patch` excluded as they only check for the deck if anything.
2024-06-22 11:02:25 -07:00
Kyle Gospodnetich
21e5f14fcf feat(deck): End X11 support 2024-04-22 14:41:09 -07:00
Kyle Gospodnetich
fe93acb073 Merge branch 'main' into testing 2024-04-20 23:09:53 -07:00
Kyle Gospodnetich
707c6b8cec chore: Standardize on /usr/libexec/hwsupport/ 2024-04-20 23:06:44 -07:00
Kyle Gospodnetich
c16afeb71e fix(deck): Use new rotation system based on Valve's bootstrap. 2024-04-18 15:57:31 -07:00
Hijae Song
deed0b4cc8
Resolved flipping upside down in desktop mode on AYANEO SLIDE devices (#984) 2024-04-15 21:03:01 -07:00
Kyle Gospodnetich
d8834d08d0 Merge branch 'main' into testing 2024-04-11 21:58:06 -07:00
Pat Connors
092c66f8bb
Revert "Mini Pro rotation fix. Same as Loki max and AIR (#962)" (#968)
This reverts commit bd61c13ed3.
2024-04-11 21:36:18 -07:00
Kyle Gospodnetich
01929a209d Merge branch 'main' into testing 2024-04-10 14:34:04 -07:00
Pat Connors
bd61c13ed3
Mini Pro rotation fix. Same as Loki max and AIR (#962)
* Mini Pro rotation fix.  Same as Loki max and AIR

* fix: colon
2024-04-09 17:54:00 -04:00
HikariKnight
eab4e332a7 Merge branch 'main' into testing 2024-03-18 21:41:00 +01:00
Hai Ninh Hoang
8a9d89036f
AIR plus rotation fix. same as Loki Max (#888)
* AIR plus rotation fix. same as Loki Max

* chore: Syntax correction

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-03-18 09:23:49 -07:00
Kyle Gospodnetich
65b9206727 fix(deck): Correct default scale 2024-02-25 01:13:52 -08:00
Kyle Gospodnetich
c86fc7dbd7 fix(deck): Correct the default display scale on KDE images 2024-02-24 20:25:05 -08:00
Kyle Gospodnetich
766e628cc1 fix(deck): Correct the default display scale on KDE images 2024-02-24 13:21:11 -08:00
Kyle Gospodnetich
df51d82679 feat(deck): Add Loki Max to rotation fix script and nested desktop defaults 2024-01-26 17:48:33 -08:00
Kyle Gospodnetich
898a70e061 fix(deck): Improve bazzite-rotation-fix (Thanks Aru!) 2024-01-19 16:46:01 -08:00
Kyle Gospodnetich
6eb6f27127 fix: Correct gamemode check in rotation fix
chore: Move to kinoite folder
2024-01-19 13:12:49 -08:00
Kyle Gospodnetich
4c8034f5a6 chore: Standardize all bash scripts on #!/usr/bin/bash
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:02:42 -08:00
Kyle Gospodnetich
7e45823c49 chore: Replace kcm-about-distroc to update distro text in KDE settings 2023-10-12 08:09:42 -07:00
RJ Trujillo
d5d373a3ca chore(deck): Consolidate DE autologin handlers to desktop-autologin
Combines plasma-autologin, and GNOME autologin on Deck images into one handler.
This is done as these services all work practically the same.
2023-09-12 08:47:07 -06:00
Kyle Gospodnetich
a1d63b6996 chore: Move autologin services to deck folders 2023-09-11 11:13:40 -07:00
Kyle Gospodnetich
85593b6b5e fix: Major distrobox cleanup, drop need for separate nvidia & non-nvidia images, drop init hooks, remove exported_apps from assemble to allow stable distrobox on non-nvidia systems. 2023-08-18 23:24:52 -07:00
Kyle Gospodnetich
9746f60c9a feat(gnome): Use new bazzite-arch-gnome image, far faster initial setup than making these same changes on init. 2023-08-18 18:09:41 -07:00
Kyle Gospodnetich
615ee6fe20 chore: Change how SteamCMD is exported to avoid a race condition.
fix(deck): Export extest to bazzite-arch, if used.
2023-08-13 13:59:56 -07:00
RJ Trujillo
ad34875c32 chore(deck): Merge KDE and GNOME session select scripts 2023-08-11 16:04:35 -06:00
Kyle Gospodnetich
c723d1af2a fix: Enable sdgyrodsu and KDE's extra System76 scheduler service globally. 2023-08-08 11:26:51 -07:00
Kyle Gospodnetich
65f2eeb957 fix: Add duperemove preset for systemd 2023-08-08 11:06:28 -07:00
Kyle Gospodnetich
525a19cbb3 chore: Remove now unneeded volume line for Nvidia distrobox integration 2023-08-08 09:33:18 -07:00
RJ Trujillo
e77996f02f
feat(deck): Add (hidden) toggleable desktop Wayland session session support (#118)
* feat(deck): Implement optional support for switching to GNOME on Wayland

This adds a variable, DESKTOP_WAYLAND, to /etc/default/desktop-wayland that gets sourced
by steamos-session-select and determines whether or not to use Wayland or X11. By default,
this ships as false

* feat(deck): Implement optional support for switching to Plasma on Wayland

* feat(deck): Add hidden just script to toggle Wayland desktop session

Omitted from 'just list'
2023-08-08 02:27:41 +00:00
Kyle Gospodnetich
0b638e5954 feat: Add systemd presets for sdgyrodsu and system76-scheduler 2023-08-07 12:14:05 -07:00
Kyle Gospodnetich
74feda24e9 Revert "Revert "feat: Use new export feature in distrobox assemble""
This reverts commit b15248a9ec.
2023-08-07 10:35:07 -07:00
Kyle Gospodnetich
b15248a9ec Revert "feat: Use new export feature in distrobox assemble"
Revert once more when Distrobox is updated in upstream Fedora.
2023-08-07 08:00:23 -07:00
Kyle Gospodnetich
49c02353d1 feat: Use new export feature in distrobox assemble 2023-08-07 07:51:37 -07:00
Kyle Gospodnetich
b0e2c7642d fix: Switch from rsync to conditional copy to fix issue with missing files 2023-08-03 15:24:42 -07:00