← Back to team overview

lenovo-ideapad-u-series team mailing list archive

Re: Lenovo u330 switchable graphics HELP!!

 

ccing to the list.

Basically what you need to do is to copy+paste the content of two
files into a directory, e.g. acpi:
lenovo_acpi.c and Makefile.
then in a terminal, run the following commands:
cd acpi
make
sudo cp lenovo_acpi.ko /lib/modules/`uname -r`/kernel/
sudo depmod

# Once installed, you can try and switch off the card with:
sudo modprobe lenovo_acpi

# Finally, if you want to switch off every time you reboot, do:
echo lenovo_acpi | sudo tee -a /etc/modules > /dev/null

I hope it helps,

Cheers,

Albert.


On Thu, Feb 4, 2010 at 3:34 AM, wesley doniak <wdoniak@xxxxxxxxx> wrote:
> Hello,
>  I recently came across a post of yours and i was wondering if you could
> give some help on how to install the script.. I cannot seem to do it right,
> I have a lenovo u330 with switchable graphics and I am trying to disable my
> discrete graphics card. I am running ubuntu 9.10. I am very new to linux so
> i was wondering if you could give me detailed instructions on how to install
> the script. Any help would be very appreciated. Thanks WES.. here is the
> link to the post...
>
> http://linux-hybrid-graphics.blogspot.com/search?updated-max=2010-01-19T23%3A35%3A00-08%3A00&max-results=7
>
>