Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-06-03 Thread David Demelier
Le 04/05/2014 10:27, Adrian Chadd a écrit : Hi, I'd like to propose flipping a few things: * Flipping the default lid state to S3. I think ACPI suspend/resume seems to work well enough these days and I've not met anyone lately who expects the default from their laptop to be "stay awake with the

Re: panics due to buggy ACPI in Dell Latitude E6530?

2013-04-20 Thread David Demelier
> error = ENXIO; > > unit = 0; > > > > @@ -417,6 +419,7 @@ > > > > error = EINVAL; > > > > } > > > > +mtx_unlock(&Giant); > > > > return (error); > > > > } > > >

Re: kern/145306: [acpi]: Can' t change brightness on HP ProBook 4510s

2013-04-11 Thread David Demelier
e available (usually brightness keys are ACPI and should not send keyboard code like that) or the same code. -- David Demelier [1] mailto:demelier.da...@gmail.com [2] mailto:hiren.panchas...@gmail.com [3] mailto:freebsd-acpi@freebsd.org [4]

Re: kern/145306: [acpi]: Can' t change brightness on HP ProBook 4510s

2013-04-08 Thread David Demelier
Hi, nothing work much more here (bios upgraded and FreeBSD). However I've managed to change brightness using acpi_video(4) though. My FN keys sends usable keys in X so I've just xmodmap'ed the keys and KDE detect them correctly :) 2013/4/9 hiren panchasara : > The following reply was made to PR k

Re: panics due to buggy ACPI in Dell Latitude E6530?

2013-04-02 Thread David Demelier
Hello, Thanks for that small patch, I'm currently testing it and will tell you how it works for me, Cheers! 2013/3/31 kron : > On 2013/03/30 14:22, David Demelier wrote: >> Le samedi 30 mars 2013 14:13:53 David Demelier a écrit : >>> Le mercredi 27 février 2013 18:51:

Re: panics due to buggy ACPI in Dell Latitude E6530?

2013-03-30 Thread David Demelier
Le samedi 30 mars 2013 14:13:53 David Demelier a écrit : > Le mercredi 27 février 2013 18:51:09 Andriy Gapon a écrit : > > on 27/02/2013 17:22 kron said the following: > > > Hi, > > > > > > I have a Dell notebook (Latitude E6530) on which I track > > &

Re: panics due to buggy ACPI in Dell Latitude E6530?

2013-03-30 Thread David Demelier
; > Please at least enable printing of a stack trace. > Better do get the crash dump. > > P.S. I suspect that the issue we are discussing with hps in this mailing > list could be related to this problem. About me, I've currently added the following to my /boot/loader.conf:

Re: acpi_termal sysctl interface strange temperature value

2013-02-26 Thread David Demelier
#define TZ_ZEROC 2732 int val = (t - TZ_ZEROC) / 10; That should works, I can't remember where I found the TZ_ZEROC value but someone on IRC gave me it a while ago. I use that for 1 year. 2013/2/26 Kevin Oberman > On Sun, Feb 24, 2013 at 11:19 PM, Joerg Wunsch > wrote: > > > As Kevin Oberma

Re: uma for acpi object cache

2013-02-11 Thread David Demelier
On 24/01/2013 19:49, Andriy Gapon wrote: > on 24/01/2013 20:29 Jung-uk Kim said the following: >> On 2013-01-24 04:41:08 -0500, Andriy Gapon wrote: >>> on 24/01/2013 02:54 Jung-uk Kim said the following: >>> I think that I have a much better patch for all potential ACPI >>> object cache problems :-

Re: Kernel panic when playing games/iourbanterror

2013-01-27 Thread David Demelier
Thanks, will try tonight (sorry completely forgot that mail) 2013/1/16 Andriy Gapon > on 28/12/2012 11:35 David Demelier said the following: > > > > I'm not used to the patch / diff files, how do you apply it? I selected > all the > > patch text from the mail and

Re: Kernel panic when playing games/iourbanterror

2012-12-28 Thread David Demelier
On 24/12/2012 16:49, Andriy Gapon wrote: on 24/12/2012 15:52 David Demelier said the following: #6 0x806e81bf in calltrap () at /usr/src/sys/amd64/amd64/exception.S:228 #7 0x802c6f15 in AcpiUtUpdateObjectReference ( Object=0xfe0001824a80, Action=0) at /usr

Kernel panic when playing games/iourbanterror

2012-12-24 Thread David Demelier
Hello, When playing a lot Urban Terror, the system panic with ACPI related issues : Fatal trap 9: general protection fault while in kernel mode cpuid = 1; apic id = 01 instruction pointer = 0x20:0x802c6f15 stack pointer = 0x28:0xff80d89ac6c0 frame pointer = 0x

Re: ACPI Regression, battery does not update

2012-11-06 Thread David Demelier
I've just made a PR http://www.freebsd.org/cgi/query-pr.cgi?pr=173408 2012/11/5 David Demelier > Hello, > > Since I've updated to 9.1-* (RC3 now) my battery does not update, my > laptop is HP Probook 4510s, in fact if I unplug the AC adaptor, the > remaining capacit

ACPI Regression, battery does not update

2012-11-05 Thread David Demelier
Hello, Since I've updated to 9.1-* (RC3 now) my battery does not update, my laptop is HP Probook 4510s, in fact if I unplug the AC adaptor, the remaining capacity of the battery will not discharge and stays as the remaining capacity from when I unplugged the adaptor. (If that could be real... :))

Re: Suspend to ram almost work on desktop computer

2012-05-06 Thread David Demelier
On 10/01/2012 17:18, David Demelier wrote: Hello, I have a desktop computer on a Intel DH55HC mainboard. Suspend to ram almost works on 9.0-RELEASE. The resume works, I can get back to X and it works, started applications still run but all my USB stuff is dead. I can't use my mouse neith

Re: Suspend to ram works on my laptop

2012-01-12 Thread David Demelier
On 10/01/2012 19:43, David Demelier wrote: Hello, Each time I talked about FreeBSD, I was always saying that suspend to ram didn't work on my laptop (HP ProBook 4510s) I updated to 9.0-RELEASE and I'm just happy. It just works! Everything works after resuming, sound, wifi, drm...

Re: Suspend to ram works on my laptop

2012-01-11 Thread David Demelier
On 11/01/2012 20:04, Dmitry Kolosov wrote: On Вторник 10 января 2012 22:43:27 David Demelier wrote: Hello, Each time I talked about FreeBSD, I was always saying that suspend to ram didn't work on my laptop (HP ProBook 4510s) I updated to 9.0-RELEASE and I'm just happy. It

Re: Suspend to ram almost work on desktop computer

2012-01-11 Thread David Demelier
On 11/01/2012 20:25, Hans Petter Selasky wrote: On Wednesday 11 January 2012 19:58:11 David Demelier wrote: On 11/01/2012 19:12, Hans Petter Selasky wrote: On Tuesday 10 January 2012 22:20:48 David Demelier wrote: On 10/01/2012 22:08, Hans Petter Selasky wrote: On Tuesday 10 January 2012 19

Re: Suspend to ram almost work on desktop computer

2012-01-11 Thread David Demelier
On 11/01/2012 19:12, Hans Petter Selasky wrote: On Tuesday 10 January 2012 22:20:48 David Demelier wrote: On 10/01/2012 22:08, Hans Petter Selasky wrote: On Tuesday 10 January 2012 19:55:57 David Demelier wrote: On 10/01/2012 20:06, Bernhard Schmidt wrote: On Tuesday 10 January 2012 17:18:43

Re: Suspend to ram almost work on desktop computer

2012-01-11 Thread David Demelier
On 11/01/2012 19:12, Hans Petter Selasky wrote: On Tuesday 10 January 2012 22:20:48 David Demelier wrote: On 10/01/2012 22:08, Hans Petter Selasky wrote: On Tuesday 10 January 2012 19:55:57 David Demelier wrote: On 10/01/2012 20:06, Bernhard Schmidt wrote: On Tuesday 10 January 2012 17:18:43

Re: Suspend to ram almost work on desktop computer

2012-01-10 Thread David Demelier
On 10/01/2012 22:08, Hans Petter Selasky wrote: On Tuesday 10 January 2012 19:55:57 David Demelier wrote: On 10/01/2012 20:06, Bernhard Schmidt wrote: On Tuesday 10 January 2012 17:18:43 David Demelier wrote: Hello, I have a desktop computer on a Intel DH55HC mainboard. Suspend to ram almost

Re: Suspend to ram almost work on desktop computer

2012-01-10 Thread David Demelier
On 10/01/2012 20:06, Bernhard Schmidt wrote: On Tuesday 10 January 2012 17:18:43 David Demelier wrote: Hello, I have a desktop computer on a Intel DH55HC mainboard. Suspend to ram almost works on 9.0-RELEASE. The resume works, I can get back to X and it works, started applications still run

Suspend to ram works on my laptop

2012-01-10 Thread David Demelier
resume, but the USB ports works as well. Cheers, -- David Demelier ___ freebsd-acpi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"

Suspend to ram almost work on desktop computer

2012-01-10 Thread David Demelier
n and it just shutdown the computer, after the resume the power button has no effect and I needed to do a hard reboot. what can I try to give you more information? Cheers, -- David Demelier ___ freebsd-acpi@freebsd.org mailing list http://lists.freebs

Re: kern/129618: [acpi] Problem with ACPI on HP Pavilion DV2899 laptop

2010-12-05 Thread David DEMELIER
The following reply was made to PR kern/129618; it has been noted by GNATS. From: David DEMELIER To: Andriy Gapon Cc: bug-follo...@freebsd.org Subject: Re: kern/129618: [acpi] Problem with ACPI on HP Pavilion DV2899 laptop Date: Sun, 5 Dec 2010 20:43:04 +0100 2010/12/5 Andriy Gapon : > T

Re: Black Display after suspend/resume on Thinkpad X201 with 8.1/amd64

2010-08-20 Thread David DEMELIER
2010/8/16 Jung-uk Kim : > On Monday 16 August 2010 06:34 am, David DEMELIER wrote: >> I enabled device dpms, and vesa stuff in the -CURRENT GENERIC >> kernel config but for the moment it resumes well (even the screen!) >> but take a look at the graphic output : >> &

Re: Black Display after suspend/resume on Thinkpad X201 with 8.1/amd64

2010-08-16 Thread David DEMELIER
2010/8/16 David DEMELIER : > 2010/8/8 Bruce Cran : >> On Sat, 07 Aug 2010 02:30:13 -0700 (PDT) >> "geoffrey.ferrari" wrote: >> >>> The current situation is that the machine will suspend using >>> acpiconf -s 3 and it will also resume. The pr

Re: Black Display after suspend/resume on Thinkpad X201 with 8.1/amd64

2010-08-16 Thread David DEMELIER
2010/8/8 Bruce Cran : > On Sat, 07 Aug 2010 02:30:13 -0700 (PDT) > "geoffrey.ferrari" wrote: > >> The current situation is that the machine will suspend using >> acpiconf -s 3 and it will also resume. The problem is that the LCD >> display does not resume correctly after suspend - instead it just