From owner-freebsd-hardware@FreeBSD.ORG Sat Aug 18 10:55:19 2012 Return-Path: Delivered-To: freebsd-hardware@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39D97106564A for ; Sat, 18 Aug 2012 10:55:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 84B2F8FC1A for ; Sat, 18 Aug 2012 10:55:14 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA13586; Sat, 18 Aug 2012 13:50:14 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1T2gbe-00044B-9f; Sat, 18 Aug 2012 13:50:14 +0300 Message-ID: <502F7364.1070005@FreeBSD.org> Date: Sat, 18 Aug 2012 13:50:12 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120728 Thunderbird/14.0 MIME-Version: 1.0 To: Bartek Krawczyk References: In-Reply-To: X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@FreeBSD.org Subject: Re: Nvidia Optimus - disabling nvidia card, issuing ACPI calls. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 10:55:19 -0000 on 16/08/2012 19:42 Bartek Krawczyk said the following: > Hello. I have an Asus U36JC laptop which has two graphic cards (NVIDIA > Optimus technology): an Intel integrated card and GeForce 310M. To > save power on Linux I use acpi_call module to disable nvidia card > completely. This acpi_call module > (https://github.com/mkottman/acpi_call) enables an interface to pass > ACPI methods. Then when I issue > > echo '\_SB.PCI0.PEG1.GFX0._OFF' > /proc/acpi/call > > I'm disabling the nvidia card. Is something like that possible with > FreeBSD? Please check sysutils/acpi_call port. > I'd like to use it on my laptop, but unfortunately it gets too > hot when both Intel and Nvidia card are powered on. > > Are there any plans on supporting nvidia optimus? Or at least an > option to disable the nvidia card and use the intel one? -- Andriy Gapon