Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

exxos's linux mint install blog

Blogs & guides and tales of woo by forum members.
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

I asked the AI how to do the command in startup but it didn't work :(

ksnip_20240416-134650.png
ksnip_20240416-134650.png (49.5 KiB) Viewed 1539 times
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

One post said I need to enable systemd. Seems that's done in the grub boot menu. Did that. Still didn't work.

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.
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 :roll:
Steve
Moderator
Moderator
Posts: 3356
Joined: Fri Sep 15, 2017 11:49 am

Re: exxos's linux mint install blog

Post by Steve »

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.
Steve
Moderator
Moderator
Posts: 3356
Joined: Fri Sep 15, 2017 11:49 am

Re: exxos's linux mint install blog

Post by Steve »

I just read back in my old comments of this thread... I must be a fortune teller
Steve
Moderator
Moderator
Posts: 3356
Joined: Fri Sep 15, 2017 11:49 am

Re: exxos's linux mint install blog

Post by Steve »

There is also this:
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.
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

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 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.

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
This is why I just give up with software. After screwing with windows for 30 years getting stuff to work right, moving to Linux is like going a huge 30 year step backwards. I wasted enough years of my life the first time around. Plus I can't spent much time on the PC anymore due to my RSI. So rather than trying to reinstall the desktop, which will no doubt break everything I've setup already, I will just have to live with the annoyances I guess.
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

Claude now on my desktop MX :) Its fixed the annoying save brightness option ! Its currently cloning my windows7 theme over to Linux :) For those who will moan about that, well "FU Kyle" :)

ohhh found minesweeper, died second move.. sounds about right.. :roll:

ksnip_20260831-004939.png
ksnip_20260831-004939.png (128.16 KiB) Viewed 47 times
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

Looking nicer :)

ksnip_20260831-160223.png
ksnip_20260831-160223.png (220.9 KiB) Viewed 27 times

ksnip_20260831-154234.png
ksnip_20260831-154234.png (152.96 KiB) Viewed 23 times

I now have my own exxos theme :) Now to bastardise Dolphin some more...
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

Welcome to - Dolphin exxos edition, a windows 7 themed dolphin..

I'm so going to hell for this :)

computer_blurred.png
computer_blurred.png (191.06 KiB) Viewed 11 times
User avatar
exxos
Site Admin
Site Admin
Posts: 28856
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: exxos's linux mint install blog

Post by exxos »

This is being typed with voice recognition on Linux :D

Was a bit of a faff but I managed to get Claude to build a microphone system icon for me just to click to enable and disable the voice recognition :)

Next to build a command box thing where I can say and it will actually create a rather than putting the text in the text boxes.

Got a lot of bugs to sort out, but the great thing is here, I'm actually building a operating system which doesn't annoy me! :lol: :D

This is one great thing about open source I suppose, because I can just add in the changes that I want to personalise and have.

I have also for the first time opened up my own repository on github and uploaded my dolphin changes there and I hope to upload my theme there as well soon, as that can be made portable where I should be able to just download all the stuff onto my laptop or any other machines or any other machines that people have want to mess with this stuff themselves :)

Right I better go now because Claude is popping up all sorts of boxes all over my screen and keep moving my mouse about by itself !! :lol: :roll:
Post Reply

Return to “MEMBER BLOGS”