similar to: Laptop turns off after lid closed Centos6

Displaying 20 results from an estimated 5000 matches similar to: "Laptop turns off after lid closed Centos6"

2017 Mar 02
1
Laptop turns off after lid closed Centos6
At 07:16 AM 3/2/2017, Leon Fauster wrote: > > Am 02.03.2017 um 16:08 schrieb david <david at daku.org>: > > > > Folks > > > > I have a laptop which i am using temporarily as a test > server. It is permanently plugged in. It is running Centos 6, > command line only. In the past, I could close the lid, thereby > turning off the display, but not
2017 Mar 02
0
Laptop turns off after lid closed Centos6
> Am 02.03.2017 um 16:08 schrieb david <david at daku.org>: > > Folks > > I have a laptop which i am using temporarily as a test server. It is permanently plugged in. It is running Centos 6, command line only. In the past, I could close the lid, thereby turning off the display, but not turning off the machine. It remained running indefinitely. > > A recent update
2015 Oct 13
2
Preventing laptop from sleeping when lid closed?
How can I prevent the laptop from sleeping when the lid is closed. I tried messing with the settings in gnome-power-preferences but that doesn't seem to prevent it when no one is logged in. Any suggestions? Thanks, Dave
2017 Dec 05
2
Switch off laptop screen when docked with lid close - CentOS 7
Hi, I'm using CentOS on a laptop that part of the time is connected to a docking station with two monitor connected to it. When the laptop lid is docked, its lid is closed, as the system is placed in a position where it's not convenient to keep it open, let alone look at the screen. Now in the past, with CentOS 5 (on a different laptop, but same physical config) and 6, the screen has
2010 Feb 24
1
Why report LVDS as disconnected when lid is closed?
What's the motivation behind commit 60821e0 (drm/nouveau: report LVDS as disconnected if lid closed)? The only noticeable effect I can see from it is that if I turn on my laptop and then close the lid, X fails to start as it can't find any screens. In fact, if I close the lid before nouveau initialises, I don't even get a framebuffer console. I know I can just use the ignorelid
2015 Dec 11
1
no longer goes to standby when lid is closed
On Fri, Dec 11, 2015 at 03:42:21PM +0000, Richard wrote: > > > > Date: Friday, December 11, 2015 10:29:20 -0500 > > From: Fred Smith <fredex at fcshome.stoneham.ma.us> > > > > since I got the big bolus of updates from the CR repo a few days > > ago my netbook (AcerAspire One D255E) will no longer go to standby > > when the lid is closed. > >
2015 Oct 13
0
Re: Preventing laptop from sleeping when lid closed?
On Tue, 13 Oct 2015 18:12, Dave Johansen <davejohansen at ...> wrote: > How can I prevent the laptop from sleeping when the lid is closed. I tried > messing with the settings in gnome-power-preferences but that doesn't seem > to prevent it when no one is logged in. Any suggestions? > Thanks, > Dave With C7 that is caused by systemd. Somewhere in /etc/systemd/logind.conf
2015 Dec 11
1
no longer goes to standby when lid is closed
On Fri, Dec 11, 2015 at 03:40:27PM +0000, Nux! wrote: > I've heard this happening to someone on IRC, the solution if I remember correctly is to update MATE from epel-testing. > See if that works for you. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro thanks, Nux. I've just installed allthe MATE packaages from epel testing, and
2015 Dec 11
4
no longer goes to standby when lid is closed
since I got the big bolus of updates from the CR repo a few days ago my netbook (AcerAspire One D255E) will no longer go to standby when the lid is closed. This was a Gnome desktopp installation with theh MATE desktop fromm EPEL. I've verified that the correct setting still exists in power manager but it persists in continuing to run when the lid closes. it WILL go to standby if explicitly
2017 Dec 05
0
Switch off laptop screen when docked with lid close - CentOS 7
On 05/12/17 08:53, Toralf Lund wrote: > Hi, > > I'm using CentOS on a laptop that part of the time is connected to a > docking station with two monitor connected to it. When the laptop lid is > docked, its lid is closed, as the system is placed in a position where > it's not convenient to keep it open, let alone look at the screen. > > Now in the past, with CentOS
2015 Dec 11
0
no longer goes to standby when lid is closed
> Date: Friday, December 11, 2015 10:29:20 -0500 > From: Fred Smith <fredex at fcshome.stoneham.ma.us> > > since I got the big bolus of updates from the CR repo a few days > ago my netbook (AcerAspire One D255E) will no longer go to standby > when the lid is closed. > > This was a Gnome desktopp installation with theh MATE desktop fromm > EPEL. > > I've
2015 Dec 11
0
no longer goes to standby when lid is closed
I've heard this happening to someone on IRC, the solution if I remember correctly is to update MATE from epel-testing. See if that works for you. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Fred Smith" <fredex at fcshome.stoneham.ma.us> > To: centos at centos.org > Sent: Friday, 11 December, 2015
2008 Apr 08
1
How to get status of notebook lid?
Hello, I am using CentOS 5.1 on a toshiba tecra 8000 notebook. That works great so far. The only thing I could not realize is to shutdown the notebook if closing the lid. Therefor I need the current status (open or close) of the lid, but I don't know how. Is there any way to get this status, maybe under /proc/ or by some command? [root at beutelsend ~]# uname -a Linux beutelsend
2011 Jul 13
3
C6: Suspend on laptop close doesn't work
Hello, I've been running Fedora on my Lenovo X61s laptop for many (Fedora) generations. Fedora 15, however, was not my cup of tea, so I've decided to wipe out Fedora, and do a clean install of CentOS 6 (x86_64). Everything works OK, except that the laptop does not suspend when I close the lid. I've checked the settings in "Power Management", and it is set to suspend when
2015 Apr 13
0
suspend / hibernate via lid / button doesn't work
Damjan, Glad to hear that worked for you. I don't know if the gnome people can make this very much easier. Different version of different linux distros might invoke hibernate differently. How would they know which one to map to the lid button? Also, some people might want to invoke sleep rather than hibernate. If there were system commands which were persistent over all distros and
2017 May 26
2
[RFC PATCH v3 5/5] ACPI: button: Always notify kernel space using _LID returning value
Both nouveau and i915, the only 2 kernel space lid notification listeners, invoke acpi_lid_open() API to obtain _LID returning value instead of using the notified value. So this patch moves this logic from listeners to lid driver, always notify kernel space listeners using _LID returning value. This is a no-op cleanup, but facilitates administrators to configure to notify kernel drivers with
2017 May 12
1
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi Lv, I am trying to reduce the number of parallel discussion we have on the same subject, but there is something here I can't let you have. On Fri, May 12, 2017 at 8:08 AM, Zheng, Lv <lv.zheng at intel.com> wrote: > Hi, > > If my previous reply is not persuasive enough. > Let me do that in a different way. > >> From: linux-acpi-owner at vger.kernel.org
2017 May 12
2
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi, If my previous reply is not persuasive enough. Let me do that in a different way. > From: linux-acpi-owner at vger.kernel.org [mailto:linux-acpi-owner at vger.kernel.org] On Behalf Of Zheng, > Lv > Subject: RE: [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations > > Hi, > > > From: Benjamin Tissoires [mailto:benjamin.tissoires at gmail.com] > >
2013 Aug 13
0
9.2-RC1 laptop lid cover problem
Hello :-) On my Dell Latitude D620 I have a bla(c/n)k screen after I close display and open it again. I cannot use this machine anymore as it was working on plaintext console (no xorg). What should I do to make screen return after display is closed and opened again? Should I load apm module or something similar or is this the display driver problem? Best regards, Tomek -- CeDeROM, SQ7MHZ,
2017 May 11
1
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
On Tue, May 9, 2017 at 9:02 AM, Lv Zheng <lv.zheng at intel.com> wrote: > Since notification side has been changed to always notify kernel listeners > using _LID returning value. Now listeners needn't invoke acpi_lid_open(), > it should use a spec suggested control method lid device usage model: > register lid notification and use the notified value instead, which is the >