
KMacBacklight
Various KDE 1.-4. Improvements
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
KMacBacklight is a kicker applet to adjust the backlight of an Apple iMac or MacBook Pro on Linux in KDE. You also can assign shortcuts.
I take absolutely no responsibility for any kind of harm caused to your Mac ;-)
Installation:
After unpacking with "tar xvfj" and changing to the directory with "cd kmacbacklight" the usual "./configure && make && sudo make install".
You might need the package "pciutils-dev" to compile backlight.c.
Afterwards you should be able to add the applet to your KDE panel.
Todo:
- MacBook support. Can anyone with a MacBook please confirm that this [ http://desrt.mcmaster.ca/code/macbook-backlight/macbook-backlight.c ] backlight adjuster works and which backlight values you can use. I use values between 33 and 255 for the MacBook Pro backlight adjuster at the moment.
14 years ago
KMacBacklight 0.2 [17 Feb 2007]:
- removed sudo, setuid should be enough
KMacBacklight 0.1 [16 Feb 2007]:
- initial release
14 years ago
KMacBacklight 0.2 [17 Feb 2007]:
- removed sudo, setuid should be enough
KMacBacklight 0.1 [16 Feb 2007]:
- initial release
farcaller
14 years ago
What do you think about merging your app and this one: http://www.kde-apps.org/content/show.php?content=52809 ?
Report
cici
14 years ago
Looks like we have different user bases. ;-)
Dunno if there is any advantage for the users if we merge...
Report
farcaller
14 years ago
Also it might be possible to implement your backlight interface in kernel-space and publish it to user-space with common backlight class.
Report
cici
14 years ago
Report
kent1
14 years ago
When I lauch backlight I have that message :
Failed to detect ATI X1600, aborting..
Report
cici
14 years ago
You could try this tool (if you can compile it). It should have the same syntax as "backlight", so my KMacBacklight should handle it.
http://desrt.mcmaster.ca/code/macbook-backlight/
I only own a iMac with ATI X1600 :-/
Thank you for the report.
Report
cici
14 years ago
Report