Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 22:23:36 -0500 (CDT)
From:      Rich Winkel <rich@math.missouri.edu>
To:        Ulrich Spoerlein <uspoerlein@gmail.com>
Cc:        Rich Winkel <rich@math.missouri.edu>, freebsd-mobile@freebsd.org
Subject:   Re: Video sleep on dell d600 (6.1-release)
Message-ID:  <200606200323.k5K3NaZB063123@pencil.math.missouri.edu>
In-Reply-To: <20060618201952.GB1145@roadrunner.aventurien.local> "from Ulrich Spoerlein at Jun 18, 2006 10:19:52 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
According to Ulrich Spoerlein:
-- Start of PGP signed section.
> Rich Winkel wrote:
> > Correct, I just want the display to turn off when I close the lid.
> > Browsing the web, it appears at least one person has gotten this
> > working, but he didn't post the specifics.  I need to hunt up his address.
> 
> Well,
> 
> here's the solution I'm using:
> 
> /boot/loader.conf:
> acpi_video_load="YES"
> 
> /etc/sysctl.conf:
> hw.acpi.lid_switch_state=NONE
> hw.acpi.video.lcd0.active=1
> 
> /etc/devd.conf:
> notify 10 {
>         match   "system"          "ACPI";
>         match   "subsystem"       "Lid";
>         action  "/sbin/sysctl hw.acpi.video.lcd0.active=$notify";
> };

Thank you!!  Works perfectly.

Rich




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606200323.k5K3NaZB063123>