Date: Fri, 15 Jun 2012 16:33:41 +0200 From: Bartek Krawczyk <bbartlomiej.mail@gmail.com> To: freebsd-questions@freebsd.org Subject: Issuing ACPI calls or Nvidia Optimus support Message-ID: <CAFp_H4s-aULf0rt_%2BEe2XCrnU0eT-JkhGDJd93122pW2KRCfDQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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? 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? Regards, -- Bartek Krawczyk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFp_H4s-aULf0rt_%2BEe2XCrnU0eT-JkhGDJd93122pW2KRCfDQ>