video-swicher
, a tool to switch betweeen the integrated and the dedicated video card on laptops that have switchable graphics cards. As far as I know, this the the first and (up to now) only tool for this job!The package is easy to use. It comes with an upstart job that can disable the unused video card on system boot (configurable via a configuration file in
/etc/default
) and a binary to change the active card. It can only be run by root (or via sudo
) since it needs to write into a file on /sys
which is owned by root and it needs to shutdown any running display manager.Up to now there's only one available package,
video-switcher
which provides the upstart job and the binary. A second package providing a GUI will follow within the next days.Grab the package by the usual means (available in my PPA) and tell me what You think!
- Install
Code: $ sudo apt-get install video-switcher - Use
Code: $ sudo video-switcher [int|ded]
P.S.: You might ask Yourself: How come there's version 1.0.3 available if this is the release announcement? Well, I uploaded the package, found some bugs, deleted it and fixed them. When I tried to upload the fixed version as 1.0.0 again, the system rejected the code claiming that there was already a version 1.0.0 that differed. So I had to make it version 1.0.3.