Kyle Gospodnetich
d8ed25c045
feat(deck): Add Steam Notification Daemon from upstream
2023-07-30 17:10:39 -07:00
Kyle Gospodnetich
256d6be15d
chore: Add spec file for steam_notif_daemon
2023-07-30 17:08:58 -07:00
Kyle Gospodnetich
112540c5f0
chore(README): Put Fedora front and center
2023-07-28 20:47:39 -07:00
Kyle Gospodnetich
c5e871dc98
fea(desktop): Add environment variable needed for Decky Loader
2023-07-28 20:17:44 -07:00
Kyle Gospodnetich
1fa303b8ec
fix(deck): Add environment variable needed for Decky Loader with SELinux.
2023-07-28 18:20:51 -07:00
Kyle Gospodnetich
b3c4e1e094
fix(deck): Remove winetricks application shortcut since it'd never be launched by a user in normal use.
...
chore(deck): Remove ddc control on deck builds due to steam handling dock output.
chore(deck): Remove xwayland video bridge shortcut
2023-07-28 12:48:29 -07:00
Kyle Gospodnetich
341c60773b
feat(deck): Add Winetricks to fix HMM/Vortex/MO2 (Thanks termdisc)
2023-07-28 11:35:59 -07:00
Kyle Gospodnetich
dc269ea6d8
Merge pull request #85 from ublue-os/rm-dup-f3
...
chore: Remove duplicate f3 installation from Containerfile
2023-07-28 08:12:01 -07:00
RJ Trujillo
41b7bd98ce
chore: Remove duplicate f3 installation from Containerfile
...
We have this marked as a dependency of jupiter-hw-support-btrfs here: 71279c26b2/spec_files/jupiter-hw-support/jupiter-hw-support-btrfs.spec (L31)
2023-07-28 07:13:23 -06:00
Kyle Gospodnetich
71279c26b2
feat: Add xdotool and yad dependencies needed by SteamTinkerLauncher (Thanks termdisc)
2023-07-28 00:55:55 -07:00
Kyle Gospodnetich
0919a4a5fc
chore: Optimize containerfile to remove tiny layers
2023-07-28 00:33:29 -07:00
Kyle Gospodnetich
7e566e7a76
feat: Add f3 for testing SD card legitimacy, add Valve's python package
2023-07-28 00:09:06 -07:00
Kyle Gospodnetich
7d1855274c
fix: Add DMI rule for getting Steam Deck serial number from SteamOS
2023-07-28 00:08:29 -07:00
Kyle Gospodnetich
fa619ae55e
chore(README): Mention some "duh" improvements that further differentiate us from SteamOS.
2023-07-27 23:10:24 -07:00
Kyle Gospodnetich
9969d3ff06
fix(deck): Add udev rule for power button
2023-07-27 18:28:58 -07:00
Kyle Gospodnetich
4eb32ac4e7
chore: Remove power-button-inhibitor, move to gamescope-session.
2023-07-27 18:16:01 -07:00
Kyle Gospodnetich
61a9b0983f
feat: Add JamesDSP to Yafti (Alternative to Easy Effects with AutoEQ support)
2023-07-27 14:57:59 -07:00
Kyle Gospodnetich
920c8e9714
chore: Fix power-button-inhibitor name in %files
2023-07-27 14:56:25 -07:00
Kyle Gospodnetich
fade0306cf
Merge pull request #82 from ublue-os/inhibitor-reengineer
...
chore: Re-engineer power button inhibitor for gamescope-session
2023-07-27 14:49:52 -07:00
Kyle Gospodnetich
703e04c7fe
Merge pull request #81 from ublue-os/btrfs-flags
...
feat: Set SteamOS BTRFS mount flags for all BTRFS partitions
2023-07-27 14:46:52 -07:00
Kyle Gospodnetich
166dd142f9
chore: Remove now unneeded python dependencies
2023-07-27 14:44:59 -07:00
Kyle Gospodnetich
9190321e41
chore: Re-engineer power button inhibitor for gamescope-session
2023-07-27 14:32:24 -07:00
RJ Trujillo
cf667f8cdd
feat: Set SteamOS BTRFS mount flags for all BTRFS partitions
2023-07-27 15:14:08 -06:00
Kyle Gospodnetich
6ee74c4394
Merge pull request #80 from ublue-os/EasyEffects
...
feat(desktop): Add Easy Effects to installable utilities
2023-07-27 12:55:35 -07:00
Kyle Gospodnetich
2243efa14b
Merge pull request #79 from ublue-os/ddccontrol
...
feat: Include ddccontrol for controlling monitor params
2023-07-27 12:55:27 -07:00
RJ Trujillo
a6c7eed338
feat(desktop): Add Easy Effects to installable utilities
...
Easy Effects provides an equalizer, compressor, limiter, and reverb tool for the
manipulation of audio streams
2023-07-27 13:43:00 -06:00
RJ Trujillo
8c467bd4cb
feat: Include ddccontrol for controlling monitor params
...
This provides a terminal utility and UI for editing monitor parameters
such as brightness, contrast, and color levels on supported monitors
2023-07-27 12:52:18 -06:00
Kyle Gospodnetich
803e0bf3c5
chore: Lock jupiter-hw-support to an older build while we wait for steamos-btrfs to catch up
2023-07-27 09:31:17 -07:00
Kyle Gospodnetich
97faa754f0
Merge pull request #78 from ublue-os/fix-var
...
fix(power-button-handler): 'systemd-inhibit' -> 'systemd_inhibit'
2023-07-27 08:38:27 -07:00
RJ Trujillo
502ee0b612
fix(power-button-handler): 'systemd-inhibit' -> 'systemd_inhibit'
...
Dashes can't be used in variable names as they could be mistaken for subtraction
2023-07-27 06:51:33 -06:00
Kyle Gospodnetich
db7b9f0433
Merge pull request #77 from nicknamenamenick/patch-3
...
Update README.md
2023-07-26 23:17:27 -07:00
nicknamenamenick
56d5fe2652
Update README.md
...
preinstalled
2023-07-27 00:38:03 -04:00
Kyle Gospodnetich
d5418f5ed0
Merge pull request #76 from ublue-os/rename-inhibit
...
fix(power-button-handler): Rename 'inhibit' string to 'systemd-inhibit'
2023-07-26 21:22:22 -07:00
RJ Trujillo
840dcff718
fix(power-button-handler): Rename 'inhibit' string to 'systemd-inhibit'
...
subprocess.call() improperly passes the inhibit function otherwise preventing
the handler from ever starting in the first place
2023-07-26 22:19:11 -06:00
Kyle Gospodnetich
729f9a047e
fix: Add udev rules from Jovian
2023-07-26 17:35:50 -07:00
Kyle Gospodnetich
87eb1c0db6
chore: Move power-button-handler.py into /usr/bin
2023-07-26 14:41:08 -07:00
Kyle Gospodnetich
f6aa940a36
feat(deck): Handle power button
...
Moves power-button-handler into Bazzite and out of jupiter-hw-support, extends it with systemd-inhibit to block the power button only when it's running.
2023-07-26 14:41:08 -07:00
Kyle Gospodnetich
332a57d242
chore(README): Minor tweaks
2023-07-26 11:12:54 -07:00
Kyle Gospodnetich
50e98238da
feat(deck): Enable System76-Scheduler
...
Eliminates the need to have CAP_SYS_NICE on gamescope
2023-07-26 09:44:41 -07:00
Kyle Gospodnetich
ce3ad68dae
chore: Include audit karg from SteamOS
2023-07-26 07:29:13 -07:00
Kyle Gospodnetich
2d666f4220
chore(README): Mention DNS over TLS and NTS.
...
chore: Add Bazzite logo to end screen of Yafti.
2023-07-26 07:06:10 -07:00
Kyle Gospodnetich
7e9e5f1f3b
chore(README): Cleanup
2023-07-26 00:55:41 -07:00
Kyle Gospodnetich
105ab64b2b
chore(README): Add missing Nvidia instructions
2023-07-26 00:34:26 -07:00
Kyle Gospodnetich
208d3c4ad9
chore(README): Add thanks section, modify Nix section based on feedback from Jovian-Nix team.
...
chore: Disable Nix package manager by default.
2023-07-26 00:01:39 -07:00
Kyle Gospodnetich
e1ca98746a
chore: Modify build script to ignore repo_content and spec_files directories.
2023-07-25 23:10:25 -07:00
Kyle Gospodnetich
e0dad9e4df
chore(README): Cleanup
2023-07-25 22:16:08 -07:00
Kyle Gospodnetich
b0c77432a6
feat(deck): Enable SSL/TLS secured NTP and DNS by default. This is a computer you'd use on a public network after all.
2023-07-25 22:11:27 -07:00
Kyle Gospodnetich
db206e9fe5
chore: Containerfile cleanup
2023-07-25 16:57:47 -07:00
Kyle Gospodnetich
780a064803
chore: Upgrade to mesa 23.1.4
2023-07-25 14:45:34 -07:00
Kyle Gospodnetich
dcbde0af8d
chore: Setcap Gamescope in Containerfile
2023-07-25 14:32:20 -07:00