> Hi, > Since I have to go to a friend who has a Dell L702X, I can not take away the > computer to test. > The steps to switch from intel to nvidia card with Ubuntu 10.10 are the > following? > > sudo apt-get install acpidump iasl > git clone http://github.com/mkottman/acpi_call.git > cd acpi_call > make > > Use script that I find here: > https://lists.launchpad.net/hybrid-graphics-linux/msg00663.html > > Thank you very much in advance
Hi, Have you tried this? sudo apt-get install git # type password git clone http://github.com/mkottman/acpi_call.git cd acpi_call make sudo insmod acpi_call.ko # Download the script dellL702X.sh chmod +x dellL702X.sh ./dellL702X.sh off ./dellL702X.sh on _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

