Search found 385 matches
- Thu Sep 18, 2025 8:08 am
- Forum: General
- Topic: RapidRAW Fails
- Replies: 7
- Views: 429
Re: RapidRAW Fails
Yeah, completely fair enough :) ! Another long-time photographer here (and a long-time Lightroom user from before I went Linux in everything I can), I've shot on SLRs for way over two decades. Some commercial work and published stuff too, never decided to make it my actual profession, though. Agreed ...
- Thu Sep 18, 2025 4:45 am
- Forum: General
- Topic: RapidRAW Fails
- Replies: 7
- Views: 429
Re: RapidRAW Fails
A shout out for Darktable from over here btw :), on Linux I used to use Rawtherapee, but this year I find I've effectively switched to Darktable, that's the one I always seem to go to. The recent version feels really great in use (currently 5.2.1).
- Tue Sep 16, 2025 11:35 am
- Forum: General
- Topic: Mepis stickers!
- Replies: 10
- Views: 599
Re: Mepis stickers!
MX Linux merch like this would be pretty cool, actually :3
- Sat Sep 06, 2025 7:14 pm
- Forum: MX KDE Official Release
- Topic: Setting a default system sleep time may not be a good idea
- Replies: 14
- Views: 1249
Re: Setting a default system sleep time may not be a good idea
I'm a little confused with your response. Are you running MX installed or Live and if installed, then why bring up Ventoy in the first place, it has no bearing whatsoever on an installed system.
OP live booted from USB into stock MX 23.1 in order to (successfully, in the end) resize the ...
- Wed Sep 03, 2025 2:05 pm
- Forum: MX Help
- Topic: Why is the font in Chrome looking so weird (woff issue?)
- Replies: 35
- Views: 1172
Re: Why is the font in Chrome looking so weird (woff issue?)
Looks funky... :P
And HUH. I live booted from a stock MX Linux ISO (xfce), installed Chrome using the Package Installer... And sure enough, it does look like that. No settings altered, everything default. I'll say it again, looks funky also here in Finland, hah.
And HUH. I live booted from a stock MX Linux ISO (xfce), installed Chrome using the Package Installer... And sure enough, it does look like that. No settings altered, everything default. I'll say it again, looks funky also here in Finland, hah.
- Mon Sep 01, 2025 6:58 pm
- Forum: Software / Configuration
- Topic: Why is conky writing to disk constantly?
- Replies: 23
- Views: 1099
Re: Why is conky writing to disk constantly?
Yep, I did a "iotop -a -p [conky PID]" to make sure and keep an eye on just that one, and I can confirm there definitely aren't any writes showing in iotop over here.BV206 wrote: Mon Sep 01, 2025 6:49 pm Run iotop -o -a or press o and a while it's running to filter only what is active and show the accumulated totals.
- Mon Sep 01, 2025 6:19 pm
- Forum: Software / Configuration
- Topic: Why is conky writing to disk constantly?
- Replies: 23
- Views: 1099
Re: Why is conky writing to disk constantly?
Yeah, that's what I was saying, too. Not seeing writes from conky over here either. So if OP is seeing such, what might it be? :)
- Mon Sep 01, 2025 5:34 pm
- Forum: Software / Configuration
- Topic: Why is conky writing to disk constantly?
- Replies: 23
- Views: 1099
Re: Why is conky writing to disk constantly?
His config is to check for any activity and report on it every two seconds.
If nothing is happening on the drives, there's nothing for conky to show. That variable is just to show all activity happening.
Are you sure we're talking about the same thing here?
That is, iotop showing that conky ...
- Mon Sep 01, 2025 4:49 pm
- Forum: Software / Configuration
- Topic: Why is conky writing to disk constantly?
- Replies: 23
- Views: 1099
Re: Why is conky writing to disk constantly?
Depends if atime or noatime is set or not with mount. (try with noatime)
Ohhhh, good call. Yes, you are right, if it's updating the access timestamp (and it likely is), that would do it. Edit: or would it? :D I mean, I don't recall seeing writes being registered in iotop explicitly from all the ...
- Mon Sep 01, 2025 4:05 pm
- Forum: Software / Configuration
- Topic: Why is conky writing to disk constantly?
- Replies: 23
- Views: 1099
Re: Why is conky writing to disk constantly?
Monitoring shouldn't constantly accumulate actual bytes written to disk, seen in iotop, by the conky process itself, though?