Skip to content

Module that switches off the ATI radeon card on Lenovo U330 laptops on Linux adapted for Acer Aspire TimelineX 3820TG.

Notifications You must be signed in to change notification settings

kmrov/timelinex_acpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module that switches off the ATI radeon card on Acer Aspire TimelineX 3820TG. Based on the original module for Lenovo laptops by Sylvain Joyeux and on this post by f4lkon: http://ubuntuforums.org/showthread.php?t=1242590&page=9.

To install with DKMS:

# cp -R lenovo_acpi /usr/src/lenovo_acpi-0.1
# dkms add -m lenovo_acpi -v 0.1
# dkms build -m lenovo_acpi -v 0.1
# dkms install -m lenovo_acpi -v 0.1

To install without DKMS:

# make
# make install

Then add lenovo_acpi to /etc/modules (Debian/Ubuntu etc.) or /etc/modules.conf (Red Hat/Fedora/CentOS etc.) for auto-loading. For one-time loading just run:

# modprobe lenovo_acpi

About

Module that switches off the ATI radeon card on Lenovo U330 laptops on Linux adapted for Acer Aspire TimelineX 3820TG.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%