mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #182] Power management on Linux client is inhibited #147
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fagg on GitHub (Nov 26, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/182
Operating Systems
Server: Arch Linux
Client: Arch Linux
Barrier Version
2.1.0 RELEASE
Steps to reproduce bug
Power management on server works fine (screen goes to sleep when inactive). On the client, however, the screen does not turn off while Barrier is running.
Power settings (with Barrier running):
Without Barrier running:
If it helps, the client is a laptop (Thinkpad X270), server is a desktop. Closing the lid on the laptop with Barrier running still makes it go to sleep (ala systemctl suspend).
I'd expect that the screen power settings on the client obey the local settings, and be woken up when there is input from the server's keyboard/mouse.
Other info
@a7hybnj2 commented on GitHub (Nov 28, 2018):
I am experiencing this same issue. Windows 8.1 as server and Arch Linux as client.
@edalongeville commented on GitHub (Dec 3, 2018):
Me too with a windows 10 server and an Ubuntu 18.04 client.
@patrickli commented on GitHub (Mar 16, 2019):
Same problem. MacOS server and Windows 10 client.
@patrickli commented on GitHub (May 22, 2019):
Some details.
@noisyshape commented on GitHub (May 22, 2019):
The server has an option called 'Synchronize screen savers'. Does this happen with that option disabled?
@patrickli commented on GitHub (May 22, 2019):
I tried that and it removed the
DISPLAYrequests. TheSYSTEMstill exists. I tried to disable drag and drop and clipboard sharing but these doesn't make any difference.@xorander00 commented on GitHub (May 23, 2019):
Same here. I disabled the "Synchronize screen savers" option & restarted Barrier on both the server & client. Upon launch, it disabled DPMS again. However, after after re-enabling DPMS, the setting seems to be sticking this time around.
@zeorin commented on GitHub (Sep 15, 2020):
Still an issue for me. Linux server and client.
@zeorin commented on GitHub (Sep 17, 2020):
Scratch that, I didn't realize that "Synchronize screen savers" was ticked by default. When I unticked it, the client now has DPMS enabled when barrier is running.
@moseschanx commented on GitHub (May 24, 2022):
My solution for this on windows is :
powercfg -requestsoverride process barrierc.exe system displayon Linux ( manually set timeout for screen saver ) :
xset +dpms s <yourtimeout> <cycles>though DPMS will still be triggered off when barrier interacts with your desktop, this will make your monitor auto blank again.