Skip to content

Instantly share code, notes, and snippets.

@dbb
Created July 10, 2016 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbb/3c7a54bf2e4b1bb9026d1b11ec527931 to your computer and use it in GitHub Desktop.
Save dbb/3c7a54bf2e4b1bb9026d1b11ec527931 to your computer and use it in GitHub Desktop.
$ cat /etc/issue
Debian GNU/Linux stretch/sid \n \l
-----------------------------------------------------------------------------
$ uname -a
Linux tyr 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 (2016-06-25) x86_64 GNU/Linux
-----------------------------------------------------------------------------
$ apt-cache policy cinnamon-session
cinnamon-session:
Installed: 3.0.1-1
Candidate: 3.0.1-1
Version table:
*** 3.0.1-1 990
990 http://ftp.us.debian.org/debian stretch/main amd64 Packages
500 http://ftp.us.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status
-----------------------------------------------------------------------------
$ apt-cache policy upower
upower:
Installed: 0.99.4-3
Candidate: 0.99.4-3
Version table:
*** 0.99.4-3 990
990 http://ftp.us.debian.org/debian stretch/main amd64 Packages
500 http://ftp.us.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status
-----------------------------------------------------------------------------
$ upower -d
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: no
updated: Fri 08 Jul 2016 11:35:12 AM EDT (200683 seconds ago)
has history: no
has statistics: no
unknown
warning-level: none
icon-name: ''
Daemon:
daemon-version: 0.99.4
on-battery: no
lid-is-closed: no
lid-is-present: no
critical-action: HybridSleep
-----------------------------------------------------------------------------
$ grep -v '^#' /etc/UPower/UPower.conf
[UPower]
EnableWattsUpPro=false
NoPollBatteries=false
IgnoreLid=false
UsePercentageForPolicy=true
PercentageLow=10
PercentageCritical=3
PercentageAction=2
TimeLow=1200
TimeCritical=300
TimeAction=120
CriticalPowerAction=HybridSleep
-----------------------------------------------------------------------------
$ gsettings list-recursively org.cinnamon.desktop.session
org.cinnamon.desktop.session session-manager-uses-logind true
org.cinnamon.desktop.session session-name 'cinnamon'
org.cinnamon.desktop.session settings-daemon-uses-logind true
org.cinnamon.desktop.session idle-delay uint32 600
org.cinnamon.desktop.session screensaver-uses-logind true
-----------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment