RJ Trujillo
cf4c3a6187
chore(fsync): Enable for non-NVIDIA Surface images
2023-11-30 07:34:34 -07:00
RJ Trujillo
917875bf45
chore(fsync): Enable for Framework images
2023-11-30 06:55:15 -07:00
RJ Trujillo
fbc067c016
chore(fsync): Enable for all non-NVIDIA ASUS images
2023-11-30 06:53:00 -07:00
Kyle Gospodnetich
ba48b09807
fix(deck): Correct rotation of Plymouth on Galileo
2023-11-30 01:00:08 -08:00
Kyle Gospodnetich
2039694889
chore: Include bluetooth firmware
2023-11-29 19:23:33 -08:00
Kyle Gospodnetich
4fdb365832
chore: Compress firmware
2023-11-29 15:13:57 -08:00
Kyle Gospodnetich
c04758c2bc
chore: Fix path to tar.gz file for f/w
2023-11-29 14:59:57 -08:00
Kyle Gospodnetich
b30bb07595
Revert "chore: Test - Don't replace pipewire and remove steamdeck-dsp"
...
This reverts commit 9ef390a91f7e1183df29780c46edb19b37e3db21.
2023-11-29 14:05:54 -08:00
Kyle Gospodnetich
91b9f79957
Revert "chore: Remove unneeded packages in Containerfile (steamdeck-dsp requires them)"
...
This reverts commit 1ba4a58d95432351899bbae8aa5d65ace2a87590.
2023-11-29 14:05:29 -08:00
Kyle Gospodnetich
6a17b212a3
chore: Shorter URL for firmware blobs
2023-11-29 13:56:32 -08:00
Kyle Gospodnetich
3125077787
fix(deck): Include wifi firmware for OLED deck
2023-11-29 13:54:15 -08:00
Kyle Gospodnetich
8e5baae881
chore: Pass libdir to Make
2023-11-29 13:49:31 -08:00
Kyle Gospodnetich
6b0516f9f1
fix(deck): Patch path to ladspa plugin in steamdeck-dsp
2023-11-29 13:01:45 -08:00
Kyle Gospodnetich
1ba4a58d95
chore: Remove unneeded packages in Containerfile (steamdeck-dsp requires them)
2023-11-29 12:22:56 -08:00
RJ Trujillo
aa86eec77e
chore(deck): Bump Steam archive used for bootstraplinux
2023-11-29 12:08:33 -08:00
Kyle Gospodnetich
9ef390a91f
chore: Test - Don't replace pipewire and remove steamdeck-dsp
2023-11-29 09:31:02 -08:00
Kyle Gospodnetich
685243c1ad
Revert "feat: Replace power profiles daemon with TuneD"
...
This reverts commit 09074ee6ea393d7749d6009bc54100d6e900394a.
2023-11-28 20:33:17 -08:00
RJ Trujillo
459d718f0c
fix(nvidia): Remove older 32 bit glibc package
...
Nvidia has the older 32 bit glibc installed so before installing the newer one, we need to remove the old one
2023-11-28 20:13:43 -08:00
RJ Trujillo
3b0736c5e6
fix: Always return pipewire replacement as true
...
rpm-ostree errors out when the package version being replaced on the system matches the replacement. Given pipewire versions are mismatched relatively frequently, it's better we keep the fix and return true
2023-11-28 19:25:35 -08:00
Kyle Gospodnetich
701f6ef9af
chore: Remove unneeded OpenRGB and Winesync kmods, these are included in kernel-fsync
2023-11-28 19:05:52 -08:00
RJ Trujillo
5f5f807ac4
fix: Install proper 32 bit glibc package
...
glibc32 is retrieved by default which is outdated compared to glibc.i686 so explicitly mark glibc.i686 for installation
2023-11-28 13:51:00 -08:00
RJ Trujillo
af29313403
chore: Set missing defaults for args
...
Fixes building a default Bazzite image locally without needing to set anything
2023-11-28 13:50:56 -08:00
Kyle Gospodnetich
1d518f4f43
fix: Temporarily remove xwaylandvideobridge, fixes white box issue
2023-11-27 21:16:31 -08:00
RJ Trujillo
3c599546c4
Merge remote-tracking branch 'origin/tuned' into unstable
2023-11-27 15:52:01 -07:00
RJ Trujillo
09074ee6ea
feat: Replace power profiles daemon with TuneD
...
Provides more control over power tuning. May be the default in Fedora 40
with one of the only blockers being the lack of GNOME Control Center
integration (tuned-gtk provides a GUI for this in the meantime)
2023-11-27 14:30:16 -07:00
Kyle Gospodnetich
5dde235711
Merge branch 'main' into unstable
2023-11-27 10:31:44 -08:00
Kyle Gospodnetich
6feb5ae6b9
fix(legion): Disable X11 by default to correct issues with display rotation
2023-11-26 19:10:05 -08:00
HikariKnight
76622e8c57
feat: add initramfs rebuilding with support for user defined initramfs args ( #586 )
...
* feat: add support for managing initramfs args
without disrupting bazzite-hardware-setup needed_initramfs args
* fix: make enable-vfio use new initramfs management
* fix: quote the initramfs to not bug rpm-ostree
* chore: sort argsfiles from args.d before parsing
* chore: bump hw version and cleanup
* chore: add missing indent for vfio section
* fix: add missing reboot on rebuild of initramfs
2023-11-26 19:10:00 -08:00
Kyle Gospodnetich
f6f407e8e1
fix(legion): Disable X11 by default to correct issues with display rotation
2023-11-26 19:09:07 -08:00
Kyle Gospodnetich
6cf04a7f15
chore: Switch to upstream nix scripts in ublue-os/config
2023-11-26 16:25:16 -08:00
Kyle Gospodnetich
6df03b50d1
feat(desktop): Switch from CoreCtrl to LACT as the default AMD overclocking solution.
2023-11-26 16:25:09 -08:00
Kyle Gospodnetich
eb775c1417
chore: Use AKMODS_FLAVOR for evdi check
2023-11-26 16:20:28 -08:00
HikariKnight
0a9758813f
feat: add initramfs rebuilding with support for user defined initramfs args ( #586 )
...
* feat: add support for managing initramfs args
without disrupting bazzite-hardware-setup needed_initramfs args
* fix: make enable-vfio use new initramfs management
* fix: quote the initramfs to not bug rpm-ostree
* chore: sort argsfiles from args.d before parsing
* chore: bump hw version and cleanup
* chore: add missing indent for vfio section
* fix: add missing reboot on rebuild of initramfs
2023-11-26 16:12:38 -08:00
Kyle Gospodnetich
d8ee04376d
feat(desktop): Restore displaylink on desktop images, leave off of deck images until issues with MangoHUD are resolved.
2023-11-26 16:10:58 -08:00
Kyle Gospodnetich
b3a7eccbdd
chore: Switch to upstream nix scripts in ublue-os/config
2023-11-26 16:01:19 -08:00
Kyle Gospodnetich
083dda26c6
feat(desktop): Switch from CoreCtrl to LACT as the default AMD overclocking solution.
2023-11-26 15:58:19 -08:00
Kyle Gospodnetich
90a2fbf7d4
chore: Use new split gamescope-libs package
2023-11-24 23:29:44 -08:00
Kyle Gospodnetich
95fdf2def9
chore: Use new split gamescope-libs package
2023-11-24 23:23:07 -08:00
RJ Trujillo
31ae97ad6c
chore: Don't enable negativo17 fedora multimedia debug/source repos
2023-11-24 17:00:25 -07:00
RJ Trujillo
033df7a532
chore: Don't fetch negativo17 fedora multimedia repo twice ( #582 )
...
chore: Remove redundant rpm-ostree invokation
2023-11-24 12:36:14 -08:00
RJ Trujillo
34deddeca2
fix: Remove evdi
2023-11-24 12:25:33 -07:00
Kyle Gospodnetich
ab5a5038eb
fix(deck): Improve just scripts for bios handling
2023-11-24 09:16:12 -08:00
Kyle Gospodnetich
7c8ad27f7e
chore: Add xcursorgen call to jupiter-hw-support
2023-11-24 00:52:24 -08:00
Kyle Gospodnetich
fc551cdfbd
feat(deck): Include new galileo-mura package
2023-11-24 00:08:27 -08:00
Kyle Gospodnetich
12b2875b84
feat(deck): Include new galileo-mura package
2023-11-24 00:08:10 -08:00
Kyle Gospodnetich
a1e55faaf7
chore: Add new galileo-mura package
2023-11-24 00:02:45 -08:00
Kyle Gospodnetich
6bc17918e9
fix: Add missing uas package and move to modules-load.d
2023-11-23 23:54:44 -08:00
Kyle Gospodnetich
d1c60228de
feat(deck): Auto-disable bios updates for 32GB RAM decks.
2023-11-23 15:55:08 -08:00
Kyle Gospodnetich
6c2335964f
chore: Enable fuzz
2023-11-23 13:30:14 -08:00
Kyle Gospodnetich
0b35edaa6c
fix(deck): Update jupiter-hw-support package
2023-11-23 11:42:32 -08:00