[Bug 22987] Re: lid.sh should use vbetool instead of xset

2014-12-13 Thread Christopher M. Penalver
** This bug is no longer a duplicate of bug 49521
   Screen locks up black on laptop lid close.

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

Title:
  lid.sh should use vbetool instead of xset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/22987/+subscriptions

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2010-09-21 Thread mikeos
*** This bug is a duplicate of bug 49521 ***
https://bugs.launchpad.net/bugs/49521

** This bug has been marked a duplicate of bug 49521
   Screen locks up black on laptop lid close.
 * You can subscribe to bug 49521 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/49521/+subscribe

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2008-12-24 Thread evolipel
I'm running Hardy on a Dell Inspiron 8100 and still experiencing this
issue. Judging by many the many similar reports from others, it also
seems to affect many other Dell laptops, but I can't say for certain as
I personally have never owned any other Dells.

The solution for me was to follow the advice given here:
http://ubuntuforums.org/showthread.php?t=358432

Please note that there he mentions a different place to place the
command vbetool dpms off because even if gnome-power-manager is set to
Do Nothing on lid events, /etc/acpi/lid.sh never gets past the
following policy check:

if [ `CheckPolicy` == 0 ]; then exit; fi

Therefore the original suggestion of placing it in the else clause
outside the for loop no longer works. However, the whole making-another-
file funny business can be avoided by simply placing

grep -q open /proc/acpi/button/lid/*/state
if [ $? = 0 ]
then
vbetool dpms on
fi

before the policy check.

Also, it seems that it is not necessary to place vbetool dpms off
anywhere, as for some reason, Dell laptops turn off their screens
unconditionally whenever the lid is closed. I have no idea why; the
poster in the forum thread I linked to thinks it is a hardware or BIOS
soft of deal.

Finally, these bugs seem related:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/67231
https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/49521
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/44393

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2008-08-02 Thread Connor Imes
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New.

OP implied we should close the bug as well.

Thanks again!

** Changed in: acpi-support (Ubuntu)
   Status: Incomplete = Invalid

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2008-03-27 Thread Daniel Hahler
** Changed in: acpi-support (Ubuntu)
 Assignee: Daniel Hahler (blueyed) = (unassigned)

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2008-03-26 Thread Daniel Hahler
Is this still an issue for you?
Does xset dpms force off work as well as vbetool dpms off now with Hardy 
for you?

** Changed in: acpi-support (Ubuntu)
 Assignee: (unassigned) = Daniel Hahler (blueyed)
   Status: Confirmed = Incomplete

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22987] Re: lid.sh should use vbetool instead of xset

2008-03-26 Thread John Dong
I'm no longer using any of the systems involved with this old bug
report, I think we can assume the issue is fixed in Hardy for now. I'll
reopen if I see this behavior again.

Thanks, Daniel.

-- 
lid.sh should use vbetool instead of xset
https://bugs.launchpad.net/bugs/22987
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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