You are not logged in.
Pages: 1
I ran powertop today and it suggests enable CONFIG_INOTIFY on the kernel.
I would of thought this would have been enabled by default, is there any reason it wasnt built with this option?
Secondly, given I use a few programs that do monitor the filesystem (dropbox and guard - a dsl for performing actions based on file changes) would I benefit from compiling the kernel myself and enabling said option?
I use a laptop frequently so I presume this has a impact on battery? is it negligible?
Offline
I ran powertop today and it suggests enable CONFIG_INOTIFY on the kernel.
I would of thought this would have been enabled by default, is there any reason it wasnt built with this option?
Probably just because. Search the bug-tracker to see if its been requested before.
Secondly, given I use a few programs that do monitor the filesystem (dropbox and guard - a dsl for performing actions based on file changes) would I benefit from compiling the kernel myself and enabling said option?
I use a laptop frequently so I presume this has a impact on battery? is it negligible?
I've been using custom kernels with CONFIG_INOTIFY for a while, and while I didn't do serious comparative testing I can't say I've noticed much if any impact. Stuff like display brightness and minimizing CPU usage has a much bigger effect.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I don't know about that particular option, but usually powertop shows a letter to type to let powertop make the change for you.
Offline
I don't know about that particular option, but usually powertop shows a letter to type to let powertop make the change for you.
In this case it doesn't. A kernel option cannot be activated at runtime (at least this one can't)
Offline
Afaik inotify is deprecated. There are other interfaces like DNOTIFY or FSNOTIFY enabled in our kernel. Note that powertop hasn't been updated for a long time and does no longer work correctly on recent systems.
Offline
Note that powertop hasn't been updated for a long time and does no longer work correctly on recent systems.
Is there an alternative then? I was just about to unleash powertop on my laptop...
Offline
There's powertop2 in the AUR. Works fine and has nice features.
Offline
I see on another forum that someone is using powertop 1.97.
http://i.imgur.com/LBtdg.png
http://forum.notebookreview.com/lenovo- … 20-29.html
This is what I see in arch, and it's a lot more spartan than what I see above:
# pacman -Ss powertop
community/powertop 1.13-2
Offline
Pages: 1