[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2022-03-10 Thread Sean Davis
Reportedly fixed upstream.

** Changed in: xfce4-power-manager (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2020-06-06 Thread Bernie Hoeneisen
** This bug is no longer a duplicate of bug 1303736
   [SRU] Black screen after wakeup from suspending by closing the laptop lid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2019-06-09 Thread Nick Rhodes
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This affects me in Xubuntu 18.04 clean installed this week.
I modified the workaround in #31 to pass the current user - $USER to the script:

1. Create the following file named "00_screen" in /etc/pm/sleep.d/

=
#!/bin/bash
case "$1" in
thaw|resume)
 sleep 5
 sudo -u $USER env DISPLAY=:0 /usr/bin/xrandr --auto
;;
*)
;;
esac
==

2. Change it to be executable:

# chmod +x 00_screen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2016-04-13 Thread kostasz
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Solution #31 works for me. Xubuntu 15.10 wily on laptop Medion akoya
S5612.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2015-05-03 Thread baptx
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This bug is shared on the Xubuntu website: 
http://xubuntu.org/news/screen-locking-in-xubuntu-14-04/
By the way, when I use light locker, the screen brightness is not restored to 
the correct percentage. When I use xscreensaver, the brightness level remains 
the same after locking. It is probably related to this bug but if it isn't, 
feel free to create a new bug report. I'm using Xubuntu 14.04 LTS as update on 
Dell XPS 13 Developer Edition revision 2 (shipped with Ubuntu 12.04 LTS).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2015-03-12 Thread Alex Gavryushkin
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

I'm using Xubuntu 14.04 on a mid 2010 Macbook. Has had this issue and
had to restart lightdm using `sudo service lightdm restart` every time.
But have just noticed that if I open the lid, get the dark screen, then
close the lid again and reopen it once again, the session gets restored.
No lightdm restarting any more!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-11-20 Thread Nicholas Nelson
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

#31 Thank you so much. This problem was driving me nuts.
On a side note if anyone is interested in having the screen wake up when the 
laptop is set to do nothing when closing the lid I have found the following 
works.

1. Use the directions on the following site to create the appropriate files in 
the /etc/acpi and /etc/acpi/events directory:
 
http://askubuntu.com/questions/525995/catch-lid-close-and-open-events

2. Paste the following lines into the lid.sh script (don't forget to
make the script executable):

#!/bin/sh

sleep 5
sudo -u user_name_here env DISPLAY=:0 /usr/bin/xrandr --auto

3. Restart ACPI

sudo /etc/init.d/acpid restart

Hope this works for you!! Thanks to everyone who contributed to this
post.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-11-06 Thread pepitux
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

#30 not works for me, but #31 yes works

I'm using Mint 17 (Qiana) with Xfce 4.11.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-09-28 Thread Maxim Nosovets
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

#30 not works for me.
fresh installed Xubuntu 14.04.1, netbook Samsung N143 (Intel GMA 3150)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-09-17 Thread Eric
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

#30 works for me.
I am using Xubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-08-22 Thread Thaddäus Tintenfisch
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

** This bug is no longer a duplicate of bug 1357090
   Black screen on resume Xubuntu 14.04.1 #1303736 NOT fixed
** This bug has been marked a duplicate of bug 1303736
   [SRU] Black screen after wakeup from suspending by closing the laptop lid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-08-18 Thread Damian Campbell
*** This bug is a duplicate of bug 1357090 ***
https://bugs.launchpad.net/bugs/1357090

** This bug is no longer a duplicate of bug 1303736
   [SRU] Black screen after wakeup from suspending by closing the laptop lid
** This bug has been marked a duplicate of bug 1357090
   Black screen on resume Xubuntu 14.04.1 #1303736 NOT fixed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-29 Thread Lawrence Ong
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

I have written an automated script to execute the xrandr --auto
command after resume. It solves the blank-screen problem for me.

1. Create the following file named 00_screen in /etc/pm/sleep.d/

=
#!/bin/bash
case $1 in
thaw|resume)
sleep 5
sudo -u user env DISPLAY=:0 /usr/bin/xrandr --auto
;;
*)
;;
esac
==

replace user with your username

2. Change it to be executable:

# chmod +x 00_screen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-12 Thread Richard Foltyn
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

One simple work-around I found is to do the following:

1. Disable the check box to lock the screen before suspending in  
xfce-power-manager settings.
2. Enable lock on suspend in Light Locker settings

Now the screen is properly locked when resuming from suspend *and*
screen power is restored after logging in.

Tested this on two Xubuntu 14.04 systems, seems to work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-09 Thread Richard Foltyn
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Lutz, could you post exactly what you have in your acpi/lid.sh? Thanks.

I created one myself and run xrandr --auto or xrandr --display :0.0
--auto on the 'button/lid open' event, but it does not do anything.
Running xrandr --auto blindly while the screen is dark lightens up the
screen again, but then the mouse cursor is gone.

In general, the workarounds in #13 are just not feasible for most users
who have little clue about Linux (this machine, for example, is for my
dad), so fixing this bug should have much higher priority. Especially
since this is an LTS release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-06 Thread Humanressource
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Problem concerning to Precise 12.04LTS seems to be a kernel problem.
going back from kernel 3.2.0.66 to 3.2.0.61 for me solved the problem.
sorry for bothering here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-07-05 Thread Humanressource
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

I also run Xubuntu Precise 12.04LTS and recently updated some packages and 
kernel (last update maybe 2 month ago). After that, the Monitor/Keypad does not 
awake after Suspend,  Harddrive does. 
Maybe this is not a bug related to this bug, because I totally removed 
xfce4-powermanager from the system (and all its settings) and the problem 
remains the same. 
The workarounds does not work (except the 'logout session - suspend - login 
session'-one), because the keypad does not react.
I would apreciate a fix, or a small hint, maybe. [Before this feature ('Suspend 
to RAM') worked very well, I was happy, my world/system was complete, but I 
committed a mistake/update, and now I feel back in times of Ubuntu 6.06 ...]
Thanks for any help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-06-18 Thread Lutz Andersohn
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

there are other workarounds than an session logout. I fixed this by
adding an xrandr call in acpi/lid.sh to force the screen to come on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-06-17 Thread bje
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This is a serious bug for an LTS release and I don't consider killing
off the session to regain the display to be a satisfactory workaround
(by this definition, rebooting is also a workaround!).  Please make a
fix for this bug a priority.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-05-17 Thread Inoki S.
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Also affects me. Can anyone point me on how to replace this with let's
say gnome-screensaver? Or I simply de-install light locker and install
gnome screensaver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-05-16 Thread Éric Tremblay
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This bug (black screen after reopening laptop) also occurs in Linux Mint
with XFCE installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-28 Thread Thaddäus Tintenfisch
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

Lutz, your report is not necessary a dupe of the issue which many people face 
in Xubuntu 14.04. However, you are using components of Xfce 4.11 (PPA) 
according to the bug description, so it is not a default 12.04 installation 
anymore and the cause for the problem might be indeed the same.
All comments added to this report thus far address the new problem, but feel 
free to remove the duplicate status and add a note to the bug description to 
redirect users accordingly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-27 Thread Lutz Andersohn
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This bug (https://bugs.launchpad.net/bugs/1259339 )
is not related to sus[pend or hibernate as described in 1303736. Bug 1259339 
was observed configured to only turn the screen off when the lid is closed; I 
am thus don't see the obviousness of it being a duplicate of 1303736. No doubt 
the underlying causes may be the same, can't see, just thought I point this out.
I also fail to understand how a bug in 12.04 (Earlier) can be a duplicate of 
one in 14.04 (later)? Shouldn't it be the opposite?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-27 Thread Lutz Andersohn
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-26 Thread Chris Wilson
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

I can also confirm this behaviour in Xubuntu 14.04.  The remedy is the same for 
comment #18 (fv).
I did not have this problem for 13.10 or 13.04.

Interestingly, when I switch off Light Locker and rely on Power Manager
to suspend the laptop when closing the lid, the screen is restored okay.
(But for some reason the Display settings window is now visible..!?)

This leads me to think that the issue is with Light Locker, and not
Power Manager.  (Although is Power Manager responsible for the
mysterious appearance of the Display settings window on resume..??)

In my opinion, this is one example of a very visible bug that will
affect many people.  It should be fixed with a high priority, especially
with it affecting an LTS release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-25 Thread fv
I can confirm!!!
To recover from black screen: xrandr --auto blind in terminal opened with 
super+t
To get mouse working: ctrl+alt+f1 then ctrl+alt+f7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-25 Thread Thaddäus Tintenfisch
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

** This bug has been marked a duplicate of bug 1303736
   Black screen after login from suspend in Xubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-24 Thread Mike Chelen
You can set a keyboard shortcut for xrandr --auto and  then you don't
have to type it in manually. I had a problem where the mouse would not
reappear, but switching to TTY1 with CTRL+ALT+F1 then switching back
with CTRL+ALT+F7 fixed that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-22 Thread Nikola Milić
This has become the same bug as Bug#1303736.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-21 Thread Reinis Zumbergs
sanchopanza forgot to mention that by  doing 2) will lose any unsaved work
also 
xrandr -- auto 
(space after the two dashes) won't do anything useful, but
xrandr --auto
will

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-21 Thread sanchopanza
Thanks for pointing those out, Reinis!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-20 Thread sanchopanza
I'm having this issue, too. Here are three workarounds:

Here are three workarounds:

1) Log out before closing your laptop lid. Your screen should start
normally when you log in next.

2) If after opening your laptop and logging in you get a black screen,
open TTY1 by pressing

CTRL + ALT + F1.

At the prompt, log in with your name and password. Then type:

sudo service lightdm restart

Log in one more time and your screen should be restored.

3) If after opening your laptop and logging in you get a black screen,
use a keyboard shortcut to open a terminal (You'll be doing this with a
blank screen, so type carefully!):

Super + t

Then type:

xrandr -- auto

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-19 Thread Reinis Zumbergs
This bug should really have higher importance. Both laptops that I have
upgraded to 14.04 have this bug, can't vote twice though :)

Are you sure it's the fault of xfce4-power-manager? 
When I use gnome-screensaver instead of light-locker (still using 
xfce4-power-manager), all is fine.

When using light-locker:
 - I lock the screen (also but not only after suspend-resume)
 - Wake the display
 - Light locker appears, fill password, confirm
 - Display turns off
 - Blindly run xrandr --auto
 - Display turns on

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-18 Thread Peter Groth
With Light Locker turned off the screen is restored after waking up but
the mouse cursor disappears (see
https://bugs.launchpad.net/bugs/1297144). Switching to a text console
and back to the X console makes the mouse cursor visible again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-17 Thread slumbergod
When I turned Light Locker off the problem stopped for me and now I can
open and close my laptop lid without it exhibiting the strange
behaviour.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2014-04-14 Thread Pasi Lallinaho
** Summary changed:

- xfce4 power manager does not restore screen power
+ Xfce4 Power Manager does not restore screen power

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-04-09 Thread Krzysztof Okupski
In my case I'm running Xubuntu 14.04 with the 3.13.0-23-generic kernel.
Furthermore, xfce4-power-man as well as upowerd are running.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-04-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xfce4-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-04-08 Thread Thaddäus Tintenfisch
http://git.xfce.org/xfce/xfce4-power-
manager/commit/?id=bed10b8068d549bf0dd59542c90dec9f6b576e64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-04-08 Thread Krzysztof Okupski
Referring to my previous post https://bugs.launchpad.net/bugs/1303736

I've discovered yet another peculiar fact - when putting the computer into 
suspend mode
over the main menu I can log in over the display manager and the display is 
restored correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-03-18 Thread Thaddäus Tintenfisch
** Bug watch added: Xfce Bugzilla #10535
   https://bugzilla.xfce.org/show_bug.cgi?id=10535

** Also affects: xfce4-power-manager via
   https://bugzilla.xfce.org/show_bug.cgi?id=10535
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1259339] Re: xfce4 power manager does not restore screen power

2014-03-18 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=10535.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-12-09T21:03:07+00:00 Lutz Andersohn wrote:

I am running xfce 4.11. Power manager is configured to do nothing when the lid 
closes.
When I close the lid, I get ACPI events and that trigger the /etc/acpi/lid.sh 
scipt.
this script in turn calls CheckPolicy which returns 0 since xfce4 power 
manager is running and the lid.sh script exits before actually doing anything. 
In particular, when I open the lid, 'xset dpms force on' does not get called 
and the screen stays dark.


looks to me, the acpi script relinquishes all duties to xfce4-power-manager - 
as it should - but xfce4-power-manager does not turn power to the screen back 
on.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-
manager/+bug/1259339/comments/0


** Changed in: xfce4-power-manager
   Status: Unknown = Confirmed

** Changed in: xfce4-power-manager
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1259339

Title:
  xfce4 power manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs