
Switchable Graphics
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a manager for switchable graphics made for KDE
It includes
* KDED Module. Manages all the logic
* KCM Module. Settings.
* Applet (Not started yet)
Supported hardware:
* MUXed switchable graphics supported by vgaswitcheroo
Translations available:
* English
* Italian
You can help translate this applet in your language. Provide your *.po and i will include it.
8 years ago
0.81
* Fixed path inclusion
8 years ago
0.81
* Fixed path inclusion
alvanx
8 years ago
Report
admiral0
8 years ago
Usually it's
mkdir build && cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=/usr;
make
sudo make install
I'm planning deep changes for the application (including primus and bumblebee support).
admiral0
Report
alvanx
8 years ago
How does Switchable Graphics work regarding power consumption? Can it/does it turn off the card that is not being used, or does it run both at all times? The biggest benefit for me would be to have a GUI for switcheroo. Or, does it require both cards to be activated, and what it does is just to set which is going to be active?
One more question: Is left-click on the icon in the system tray supposed to do anything?
Thanks a lot.
Report
admiral0
8 years ago
You can switch card with right click and logout.
Report
mrbit
8 years ago
Report
admiral0
8 years ago
Report
mrbitt
8 years ago
Report
admiral0
8 years ago
Report
mrbitt
8 years ago
https://aur.archlinux.org/packages.php?ID=63696
Thanks.
Report
admiral0
8 years ago
Report
mrbitt
8 years ago
[ 72%] Building CXX object kded/CMakeFiles/kded_switchablegraphics.dir/backends/null/nullbackend.o
In file included from /home/mrbit/AUR/SwitchableGraphics/src/admiral0-switchablegraphics-5162792/kded/backends/null/nullbackend.cpp:19:0:
/home/mrbit/AUR/SwitchableGraphics/src/admiral0-switchablegraphics-5162792/kded/backends/null/nullbackend.h:22:91: fatal error: ../../home/admiral0/projects/switchablegraphics/kded/backends/switcherbackend.h: File o directory non esistente
compilation terminated.
make[2]: *** [kded/CMakeFiles/kded_switchablegraphics.dir/backends/null/nullbackend.o] Errore 1
make[1]: *** [kded/CMakeFiles/kded_switchablegraphics.dir/all] Errore 2
make[1]: *** Attesa dei processi non terminati....
Report
admiral0
8 years ago
Report