exxos's linux mint install blog
Re: exxos's linux mint install blog
I asked the AI how to do the command in startup but it didn't work 
Re: exxos's linux mint install blog
One post said I need to enable systemd. Seems that's done in the grub boot menu. Did that. Still didn't work.
So no idea whats going on. I'm not going down the rabbit hole again just to autoload screen brightness. This should have been a standard option and simple to do since day 1 IMHO 
Code: Select all
sudo systemctl status rc-local
● rc-local.service - /etc/rc.local Compatibility
Loaded: loaded (/lib/systemd/system/rc-local.service; enabled-runtime; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/rc-local.service.d
└─debian.conf
Active: failed (Result: exit-code) since Tue 2024-04-16 14:05:18 BST; 4min 51s ago
Docs: man:systemd-rc-local-generator(8)
CPU: 1ms
Apr 16 14:05:18 chris systemd[1]: Starting /etc/rc.local Compatibility...
Apr 16 14:05:18 chris rc.local[2136]: Can't open display
Apr 16 14:05:18 chris systemd[1]: rc-local.service: Control process exited, code=exited, status=1/FAILURE
Apr 16 14:05:18 chris systemd[1]: rc-local.service: Failed with result 'exit-code'.
Apr 16 14:05:18 chris systemd[1]: Failed to start /etc/rc.local Compatibility.
Re: exxos's linux mint install blog
Oh you're using Plasma desktop environment? I think those options are only available on the default MX desktop (XFCE)
Perhaps you need to do something like this for Plasma, ie; add a widget:
https://github.com/davidhi7/ddcci-plasmoid
But I'm not an expert on Plasma at all, never used it personally.
If you ever have issues on one desktop environment, you can install another. Might be worth using the standard XFCE desktop with MX Linux since that's their main base, ie; 90% of users will default to that, and as such it will get more feedback and features are worked on there first.
Perhaps you need to do something like this for Plasma, ie; add a widget:
https://github.com/davidhi7/ddcci-plasmoid
But I'm not an expert on Plasma at all, never used it personally.
If you ever have issues on one desktop environment, you can install another. Might be worth using the standard XFCE desktop with MX Linux since that's their main base, ie; 90% of users will default to that, and as such it will get more feedback and features are worked on there first.
Re: exxos's linux mint install blog
I just read back in my old comments of this thread... I must be a fortune teller
Re: exxos's linux mint install blog
There is also this:
https://store.kde.org/p/1325685/
https://store.kde.org/p/1325685/
0
The Plasma 5 applet Display Brightness Control solved this issue for me.
I installed it with this command:
plasmapkg2 -u risu.brightness.bar.v1.1.plasmoid
I can now change the display brightness from a KDE Plasma applet in the task bar.
Re: exxos's linux mint install blog
I can't remember why I went for plasma, probably seemed easier and the best choice for me at the time. But if they are not developing it much.. it was kinda pointless choosing it then. I've had the same with desktop themes, I won't touch those as it WILL break the whole OS.Steve wrote: Tue Apr 16, 2024 2:32 pm I just read back in my old comments of this thread... I must be a fortune teller
I tried the git you posted.. in the end..
Code: Select all
$ ddcutil detect
Open failed for /dev/usb/hiddev0: errno=EACCES(13): Permission denied
No displays found

