FIXED :- bazzite ONEXGPU / EGPU fix for Sleep/Suspend on Legion Go

here is a quick fix for the default bazzite sleep/suspend under a egpu condition connected to external monitor.
  • remove the hash that looks like this... and save the file. ctrl+x, Y, enter.
  • now when pc sleeps or when you press the power button of the legion go = sleep. at least it will not have a blank screen and cannot wake up. it is still energy saving tho.
sudo nano /etc/systemd/sleep.conf
[Sleep]
AllowSuspend=yes
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=yes
SuspendMode=suspend
SuspendState=standby freeze mem disk
#HibernateMode=platform shutdown
#HibernateState=disk
#HybridSleepMode=suspend platform shutdown
#HybridSleepState=disk
#HibernateDelaySec=
#SuspendEstimationSec=60min

@Ariobeth
Was this page helpful?