Hugo
Hugo
I'm using an eGPU, which stays on my desk, but go back and forth with my laptop.
The case itself provides power to the laptop *and* the PCI-E data over the same cable, so turning it off means I'd start to run on battery (it's also a...
Yup, that would be the idea, but we need some extra work in most cases (eg: the one that fires a signals needs for us to start listening for the...
Makes perfect sense. Given the comment right above the method, I'd say that `six.text_type` should expected here. I think it makes sense for this to be: ```python if not isinstance(var,...
Running https://github.com/esoleyman/lightum: ``` $ lightum -fvd 1 -w 1 -s -i 5 CONFIG: manualmode: 0 ignoreuser: 1 ignoresession: 0 workmode: 1 queryscreensaver: 1 maxbrightness: 255 minbrightness: 0 maxbacklight: 15 minbacklight:...
I'm not running gnome-screensaver.
In case it matters anyway, this obviously failed: ``` $ dbus-send --session \ --dest=org.gnome.ScreenSaver \ --type=method_call \ --print-reply \ --reply-timeout=2000 \ /org/gnome/ScreenSaver \ org.gnome.ScreenSaver.GetActive Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was...
Yes, I've upower 0.99.2 installed. Keyboard backlight intensity _does_ change, the issue is that it's always changed to 0, regardless of current ambient light level. On a highly lit room,...
``` $ lightum -fvd 1 -w 1 -s -i 5 CONFIG: manualmode: 0 ignoreuser: 1 ignoresession: 0 workmode: 1 queryscreensaver: 1 maxbrightness: 255 minbrightness: 0 maxbacklight: 15 minbacklight: 1 polltime:...
> light_sensors is 0 and > 4 I hadn't even seen light_sensors go beyond 2 before now, even with extremely high light. This last run I've noticed it go up...