From owner-freebsd-x11@FreeBSD.ORG Sun Jul 15 13:55:50 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B101065673 for ; Sun, 15 Jul 2012 13:55:50 +0000 (UTC) (envelope-from resuscitated_wael@hotmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 35F3E8FC19 for ; Sun, 15 Jul 2012 13:55:50 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SqPIb-0002I7-Su for freebsd-x11@freebsd.org; Sun, 15 Jul 2012 06:55:49 -0700 Date: Sun, 15 Jul 2012 06:55:49 -0700 (PDT) From: SicoSico To: freebsd-x11@freebsd.org Message-ID: <1342360549890-5727059.post@n5.nabble.com> In-Reply-To: References: <20120702094132.GT2337@deviant.kiev.zoral.com.ua> <1341230349.29141163@f233.mail.ru> <1342084801386-5726206.post@n5.nabble.com> <1342149269866-5726448.post@n5.nabble.com> <1342181508753-5726549.post@n5.nabble.com> <1342250994028-5726759.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Re[2]: Dual video card notebook: no X11 at all X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 13:55:50 -0000 kldstat shows that acpi_video, acpi_ibm and acpi_call are loaded #sysctl dev.acpi_ibm.0 unknown oid 'dev.acpi_ibm.0' What I did was patch the file acpi_ibm.c But now I tried to change the DSDT file and I think I am close to finding out what is wrong... /boot/loader.conf acpi_dsdt_load="YES" acpi_dsdt_name="/boot/dsdt.aml" I added the lines manually from http://people.freebsd.org/~iwasaki/acpi/tpx61.asl.diff And this produces acpi errors that gets printed on the screen when I press Fn+Down/Up Finally those keys are alive! ACPI Error: [^^^GFX0.AINT] Namespace lookup failure, AE_NOT_FOUND (20120711/psargs-392) ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0_._Q11] (Node 0xfffffe0002535140), AE_NOT_FOUND (20120711/psparse-560) ACPI Error: [^^^GFX0.AINT] Namespace lookup failure, AE_NOT_FOUND (20120711/psargs-392) ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0_._Q12] (Node 0xfffffe0002535100), AE_NOT_FOUND (20120711/psparse-560) -- View this message in context: http://freebsd.1045724.n5.nabble.com/Dual-video-card-notebook-no-X11-at-all-tp5723538p5727059.html Sent from the freebsd-x11 mailing list archive at Nabble.com.