Tuomas Salokanto

Results 18 comments of Tuomas Salokanto

@deadprogram For example this works, and turns red led on. Works with pins 13 and 15 too. ``` package main import ( "gobot.io/x/gobot" "gobot.io/x/gobot/drivers/gpio" "gobot.io/x/gobot/platforms/raspi" ) func main() { r...

@deadprogram I haven't. Is it mandatory with rgb functions even if you don't want to modulate the pins, but just on/off?

I installed pi-blaster and now everything is fine. You're right it makes sense to require it, if you want to just turn on/off single colors of a rgb led, you...

Would it be possible to post the complete workaround? Name/path of the file, and the whole file, or atleast the whole server {} section. There is enough room in the...

I recently needed to do some x-gantry reworking that involves removing the top beam so I can remove the gantry. Without the holes in the top parts, it becomes very...

SDDM supports suspend to RAM (suspend), suspend to disk (hibernate) and hybrid suspend methods if your system supports them. What theme are you using?

I see, that is indeed not in scope of SDDM. I recall that suspend/shutdown were removed from lock screen due to security concerns. Here is some discussion about it if...

Sorry for late answer, not using this actively anymore and missed notification... Thanks for reporting, this seems to be a copy-paste bug. All the possible power options just call `sddm.suspend()`...

How is the noise reduction disabling implemented? I mean could it be possible to disable it globally and permanently in all modes? Thanks alot by the way for the app!

Ok. I'm just not sure how all this is connected together and thought that maybe BetterManual is actually modifying that said setting. I'm pretty sure there is a hidden setting...