Changeset 36acf0f for x


Ignore:
Timestamp:
01/15/2024 04:52:39 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
1988eed
Parents:
01b8994d
git-author:
Xi Ruoyao <xry111@…> (01/15/2024 04:46:22 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/15/2024 04:52:39 PM)
Message:

gdm: Add how to disable auto-suspend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/gdm.xml

    r01b8994d r36acf0f  
    290290-->
    291291
     292    </sect3>
     293
     294    <sect3 id="gdm-auto-suspend">
     295      <title>Configuring GDM Auto-Suspend</title>
     296
     297      <para>
     298        GDM will suspend the system when the greeter screen has been running
     299        for a while without any interactive input.  If you want to disable
     300        auto-suspending for any reason (for example if the system is hosting
     301        some services besides functioning as a desktop system), as the
     302        &root; user, issue:
     303      </para>
     304
     305      <screen role='nodump'><userinput>su gdm -s /bin/bash                                                \
     306       -c "dbus-run-session                                        \
     307             gsettings set org.gnome.settings-daemon.plugins.power \
     308                           sleep-inactive-ac-type                  \
     309                           nothing"</userinput></screen>
    292310    </sect3>
    293311
Note: See TracChangeset for help on using the changeset viewer.