I understand the issue with X-11 is it's almost unsupported upstream for Linux.. Much more effort is going into the Wayland project. The BSD world has it's own x-11 bubble and will continue to be supported... I encourage y'all to give a BSD a test drive..
Solus 4.4 "Harmony" released
Wonderful ! GUI good, CLI good, Wayland good, Pipewire good, Wine good, Installation fast, Speed unparallel. Very good job, thank you!!!
WetGeek honestly the weekend I spent with Kionite-wayland I could not tell the difference at all. But I could barely use Kionite so there's that...
elfprince you did not get your performance question directly answered and I read all link (staudeys fostodon threads wouldn't open for me but I read the others). In fact a DDG search with the words "wayland difference X11 performance linux" gave me exclusively gaming articles and nothing to do with actual performance. I read all links sent to you....it just seems like every reason but performance is covered: underdeveloped, X11 peeps bolted for Wayland, and all signs that Wayland is going to be friendlier and easier for package builders, devs, and maintainers (when kinks ironed out); simple evolution., I get the feeling performance is not the or a factor but there are a bunch of other factors instead.
--just an opinion based on about 35 minutes reading last night.
As usual my impressions could be entirely wrong
- Edited
brent when I really want to get smarter I use Mojeek
Interesting. That's one I'd never heard of. I think I'll look for it in the repository and give it a try. It seems to have the same "no tracking" philosophy as DDG.
EDIT: Nope. Not in the repository. How did you access it?
I tested this new ISO image (Budgie) on VirtualBox and the performances are there.
Congratulations to the whole team of Solus who has not spared their sentence to provide its users so quickly to this beautiful result, which announces many others. And the reactivation of Solus by Distrowatch will allow it to be recognized now as a Linux distribution with which it will be necessary to count.
This version 4.4 was called Harmony, she reminds me of the title of the 14th episode of the British TV series 'The Prisoner': Living in Harmony:
https://www.midnightonly.com/2017/05/24/the-prison-living-in-harmony-1967/
Very good choice, Solus will show its singularity by another approach in the design of a Linux distribution, just as the number 6 dreamed of another world ...
Just a small detail (as a famous inspector would say) : the default theme defined for this new version is Materia ; so in LibreOffice Writer (Tools menu, then Extensions manager ...), the detail of the added extensions is not displayed, click on each of them so that it is displayed in black on a blue background ; however, unless I'm mistaken, it seemed to me that the Materia Dark theme was that held by Solus, and with it, the detail of the extensions is perfectly readable. That being said, it can be corrected manually, it was just to tell you.
Best ragards !
WetGeek not the repo. it's just a (a finnish? I forgot) search engine you can bookmark. it's interesting. it goes down many layers of the internet and you may notice the absence of things used to. Or not. it's not deep/dark type weirdness---you know how google and ddg will give you basically identical top 40 results in response to your keywords? this one does not.
brent it's just a (a finnish? I forgot) search engine you can bookmark
Vivaldi makes it easy to add search engines. It's the first time I've done it, but I think I got it right. If you look, Firefox probably has a similar feature.
According to Wikipedia, it's based in the UK. Dunno exactly what that means. The UK is pretty spread out.
- Edited
WetGeek It's the first time I've done it, but I think I got it right.
Almost got it right. Actually, the url needs to be https://www.mojeek.com/search?q=%s
If you can find where to put that in Firefox, it'll be easier than a bookmark, I think. On the address line, I just typed:
m SpaceX
and it immediately returned the result.
EDIT: the %s gets substituted by the search term. On Firefox that might vary, but it's likely to be the same.
Incredible release, budgie on Solus is back on my desk and i really want to keep it !
penny-farthing Oups ! Wrong link in my previous post, here it is rectified:
https://www.midnightonly.com/2017/05/24/the-prisoner-living-in-harmony-1967/
Harvey As we usually mention these sort of changes between ISO releases, Solus sets vm.max_map_count=2147483642 and have done so since May 2023 (Existing installs need not do anything its already done). Why you might care about that: https://www.phoronix.com/news/Fedora-39-VM-Max-Map-Count
So basically the only difference between updated iso 4.4 and my updated hdd 4.3 to 4.4 is I never uninstalled nautilus but you guys did?
think I will do that now.
- Edited
brent pre-existing installations do not get zram activated automatically. Only new 4.4 installs do. This is easy to do though, run sudo eopkg it zram-generator-defaults
and you'll have zram enabled on your next boot.
ReillyBrogan That is interesting.
For my part, I had added to the file /etc /fstab, the following line :
TMPFS /TMP TMPFS NODEV, NOSUID, SIZE = 20%, Mode = 1777 0 0
Does installing zram-generator-defaults duplicate work or not, and if so, which one is to be recommended ?
What a joy, I am back on Solus!
- Edited
ReillyBrogan What is the advantage (for a machine with a lot of ram) ?
[deleted]
- Edited
olivir It sort of creates a compressed swap file to RAM, which will be used before the system starts swapping to disk. In a nutshell you can store more stuff in RAM with some CPU tradeoff.