From owner-freebsd-acpi@FreeBSD.ORG Thu Jul 6 18:40:46 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC25916A4DA; Thu, 6 Jul 2006 18:40:46 +0000 (UTC) (envelope-from cfaber@ruckusmail.com) Received: from unixgr.com (unixgr.com [63.224.69.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC19543D45; Thu, 6 Jul 2006 18:40:45 +0000 (GMT) (envelope-from cfaber@ruckusmail.com) Received: from [168.116.81.138] ([208.49.79.59]) (authenticated bits=0) by unixgr.com (8.13.3/8.13.3) with ESMTP id k66JjaIQ079983; Thu, 6 Jul 2006 13:45:41 -0600 (MDT) (envelope-from cfaber@ruckusmail.com) X-Authentication-Warning: unixgr.com: Host [208.49.79.59] claimed to be [168.116.81.138] Message-ID: <44AD5922.40801@ruckusmail.com> Date: Thu, 06 Jul 2006 12:40:34 -0600 From: Colin Faber User-Agent: Thunderbird 1.5 (X11/20060130) MIME-Version: 1.0 To: john@utzweb.net References: <4498A018.9090404@ruckusmail.com> <200606211244.44024.jhb@freebsd.org> <449AF72B.5040408@ruckusmail.com> <48662.69.93.78.27.1151009545.squirrel@69.93.78.27> In-Reply-To: <48662.69.93.78.27.1151009545.squirrel@69.93.78.27> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: ACPI hw.acpi.video.* OID's not showing up witth acpi_video on Dell D610 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:40:46 -0000 Hi John, No, drm/dri wouldn't work with it. I ended up upgrading to 7.0-CURRENT and other than the random failure here and there the system has been great. -cf john@utzweb.net wrote: >> Hi John, >> >> I've discovered that if I omit acpi acpi_video and drm from my kernel, >> and load them later on as modules the OID's do appear correctly. >> > > yes, but do they (OIDs, drm, agp) work correctly afterwords? > > my experience was that on 6.1-RELEASE if i loaded agp and/or i915drm > after acpi_video then they wouldnt work, xorg would fail with a message > along the lines of > > "/dev/agpgart" no such file or directory > > and the sysctls for turning on and off the screen from acpi_video wouldnt > do anything. > > as always, YMMV, :-) > > johnu > > >> John Baldwin wrote: >> >>> On Tuesday 20 June 2006 21:25, Colin Faber wrote: >>> >>> >>>> Hello Guys, >>>> >>>> First, sorry for the cross posting, I'm not sure if someone in mobile >>>> or >>>> acpi can help me out with this one.. >>>> >>>> In Any event, I'm running a Dell Latitude D610 with FreeBSD 6.1-STABLE. >>>> The last cvsup on my source tree was Jun 19th. >>>> >>>> The problem I'm having is, for the life of me I can't seem to get >>>> hw.acpi.video OID entries to show up. I've followed every bit of advice >>>> I could find on the mailing lists and usenet postings. >>>> >>>> I've compiled and installed acpi_video, ACPI does work and events are >>>> trapped. >>>> >>>> >>> drm(4) is using the device node that acpi_video(4) wants to use. You >>> can >>> either update to -CURRENT where this is fixed, or you can turn off >>> drm(4) so >>> you can use acpi_video(4). >>> >>> >>> >> _______________________________________________ >> freebsd-mobile@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile >> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" >> >> >> > > >