File tree 2 files changed +9
-10
lines changed
deck/shared/usr/share/ublue-os/just
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -370,16 +370,6 @@ enable-deck-bios-firmware-updates:
370
370
sudo systemctl enable jupiter-biosupdate.service
371
371
sudo systemctl enable jupiter-controller-update.service
372
372
373
- # Disable all Steam Deck hardware specific services
374
- disable-deck-services :
375
- #!/usr/bin/env bash
376
- sudo systemctl disable --now jupiter-fan-control.service
377
- sudo systemctl disable --now vpower.service
378
- sudo systemctl disable --now jupiter-biosupdate.service
379
- sudo systemctl disable --now jupiter-controller-update.service
380
- sudo systemctl disable --now ryzenadj.service
381
- sudo systemctl disable --now batterylimit.service
382
-
383
373
# Disable Steam Deck BIOS updates
384
374
disable-bios-updates :
385
375
#!/usr/bin/env bash
Original file line number Diff line number Diff line change @@ -71,6 +71,15 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
71
71
if [[ ! $KARGS =~ " initcall_blacklist" ]]; then
72
72
NEEDED_KARGS=" $NEEDED_KARGS --append=initcall_blacklist=simpledrm_platform_driver_init"
73
73
fi
74
+ elif [[ $IMAGE_NAME =~ " deck" ]]; then
75
+ echo " Generic device detected. Performing setup..."
76
+
77
+ sudo systemctl disable --now jupiter-fan-control.service
78
+ sudo systemctl disable --now vpower.service
79
+ sudo systemctl disable --now jupiter-biosupdate.service
80
+ sudo systemctl disable --now jupiter-controller-update.service
81
+ sudo systemctl disable --now ryzenadj.service
82
+ sudo systemctl disable --now batterylimit.service
74
83
fi
75
84
76
85
if [[ $IMAGE_NAME =~ " nvidia" ]]; then
You can’t perform that action at this time.
0 commit comments