linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

dadGPT, in Don't think my phone runs Nvidia... or Wayland šŸ¤”

dont see any numbers

Thcdenton,

I got some bad news homie

onlinepersona, in I don't...

People complaining about something opensource not doing what they want it to do: dudes/dudettes, if you want to maintain X11, go right ahead. Or if you want it maintained, pay somebody to do it. But stop this incessant whining about opensource devs choosing a direction you don’t like and pretending it’s the end of the world. This isn’t some faceless, megacorp with closed-source shit you have no control over.

If all the people complaining about wayland either put their energy to positive stuff like making wayland better or making X11 better, this wouldn’t be a problem.

CC BY-NC-SA 4.0

Corgana, (edited )
@Corgana@startrek.website avatar

My pet peeve is when people complain someone else’s free labor isn’t being done in the way they’d prefer. First of all, it’s entitled. Secondly, complaining on social media rarely if ever accomplishes anything in FOSS land.

taladar,

Counterpoint, if all of the people advocating for wayland actually worked on improving wayland to a usable state instead maybe people would actually want to use it.

onlinepersona,

No one’s forcing you to use it. If you don’t want to, stick to X11. I’ve been testing wayland for a few months now and it’s fine. It does most of I want it to. I don’t need fancy fractional scaling, adaptive refresh rates, or whatever other fancy stuff people complain about that isn’t there. It shows my windows, allows screen-share, and… that’s it. Only thing missing for me is scriptability.

I’m not advocating for Wayland nor X11, just saying to stop shitting on devs who give a lot of free time to write opensource code that none of us have to pay for. All we have to do is be nice - maybe report bugs, maybe maybe donate if we have the means.

CC BY-NC-SA 4.0

deur,

Good thing the world is that simple, you’re completely correct. Nobody who could theoretically prevent something they don’t like is not entitled to their dislike, duh!

onlinepersona,

That’s exactly what I was I saying! Wow, your reading comprehension gets five stars and a kiss on the check. Papa Wouter must be impressed!

CC BY-NC-SA 4.0

renzev, (edited ) in I don't...

ā€œreduces fragmentationā€ wtf lol. If it wasn’t for flatpak making it easy to run proprietary / obscure apps on my weirdo little distro (Void Linux, one of the few remaining non-systemd distros) I would have switched to something mainstream like Debian long ago. People are gonna go with the distro that supports (i.e. has non-broken packages for) the apps they use. Having a cross-platform package manager makes it easier for small independent distros to exist and be useful, not harder.

EDIT: And while it’s true that Wayland adoption kills obscure X11 window managers, Wayland adoption also spawns a wide range of obscure Wayland compositors. Think hyprland, wayfire… It’s by far not all Gnome and KDE! If anything, we can expect more people making Wayland compositors as hobby projects, if Waylands claims about a simpler codebase are to be believed.

In conclusion: this is a stupid argument lmao

0x4E4F,
@0x4E4F@sh.itjust.works avatar

I use Void too, but not Flatpak. You can use xbps-src to repackage those obscure pieces of software, you do know that, right?

renzev,

I use flatpak because I enjoy the sandbox as well. Nice to know that a zeroday in some obscure internet-enabled program won’t automatically grant the hacker access to my entire home directory. And as for xbps-src, I might as well submit my package to the official repos while I’m at it. Don’t get me wrong, I do want to eventually contribute to Void’s repos in some way, but when I have time for that. And right now, I don’t have time to essentially become a package maintainer just to be able to use the apps that I need to use.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Yeah, but not everything gets accepted. Like, for example, I use Viber and they won’t accept it because it doesn’t do version numbering when doing releases… and you have no idea when they will update. Basically, short of unpacking the deb and checking the version in the ELF binary, there is no way to know which version you’re running. So, I just post those obscure or out of date software templates on GH and other places.

I’ve also submitted a few times in the official repo… for things I know that I use reglarly and can maintain. Basically, most of them don’t have that many updates, like once or twice a year, so that’s why I opted to submit and maintain them, lol šŸ˜‚.

taladar,

If anything, we can expect more people making Wayland compositors as hobby projects, if Waylands claims about a simpler codebase are to be believed.

They are not. Wayland compositors have to do a lot more of the same thing in every compositor than window managers ever had to. So many in fact that their whole central design idea has to be corrected for by everyone using wlroots to implement those common parts to get anywhere anyway which means wayland compositors in other languages without wlroots bindings are less likely.

renzev,

have to do a lot more of the same thing in every compositor than window managers ever had to

Yes, but is that not entirely expected? As far as I understand, compositors are complete implementations of Wayland’s display server specification, whereas window managers are just a helper program that, well, manages windows, while Xorg does the heavy lifting required to fully implement the X Window System protocol. So the only real difference that I see is that, in the X world, the ā€œcommon partsā€ are managed by a separate process (Xorg), whereas in the Wayland world, they are managed by a separate library (wlroots). So a hobbyist developer trying to make a window manager in some obscure language would need to figure out how to communicate with Xorg in that language, whereas a developer trying to make a compositor in some obscure language would need to write wlroots bindings for that language. Maybe I am just ignorant, but those seem like comparable efforts to me.

And lastly, in the X world, the only (widespread) implementation of the X Window System protocol is Xorg, but, in the Wayland world, there are compositors that use wlroots, and those that don’t. So wouldn’t that alone indicate more fragmentation / diversity? Sure, there are more X window managers than Wayland compositors out there, but X11 has also existed for longer. In short, I don’t see how the Wayland system is more adverse to diversity of implementations than X

taladar,

I see wlroots as the bad workaround for the bad design decision to not have a single implementation in Wayland.

BetaDoggo_, in I don't...

Flatpak is good for diversity. Users don’t need to worry about whether the obscure distro they want to use has the software they want in its repos. If a distro supports flatpak it will work with most popular software out of the box.

tkk13909,

Plus, developers can create their own repositories that can then be used on any distro.

taladar,

Developers are exceptionally bad at packaging software though.

tkk13909,

Still better than developers providing .tar.gz files or hosting an apt repo.

taladar,

Depends, at least with the APT repo there is a chance they used lintian to avoid the worst mistakes.

Moobythegoldensock,

Having run PostmarketOS on an old Samsung Galaxy tablet and now Arch on PineTab 2, Flatpak often works better than the native package manager. Especially with Wayland, many packages just work including touchscreen.

JustEnoughDucks,
@JustEnoughDucks@feddit.nl avatar

I may be misunderstanding flatpack, though I do understand the draw of all dependencies in one package.

One of the big things that drew me to linux some years ago was ā€œoh, you don’t have to reinstall every dependency 101 times in a packaged exe so the system stays much smaller?ā€ As well as in-place updates without a restart. It resulted in things being much much less bloated, or maybe that was just placebo.

Linux seems to be going in the flatpack direction which seems to just be turning it into a windows-like system. That and nix-like systems where everything is containerized and restarting is the only thing that applies updates seems to be negating those two big benefits.

amotio, in Hey, have you ever heard of Pop!_OS?

I have recently started using KDE and so far i like it after years of XFCE on slower pc. And every now and then I think about switching to some debian based distro but AUR spoiled me and now I am too lazy. Its great that with my setuo I can change distros and have working OS in under an hour with all my software already setup.

SanndyTheManndy,

KDE ran much smoother with the same resources on my desktop, I regret not switching sooner.

pewgar_seemsimandroid, in I don't...

appimage and flatpack ftw

taladar,

Yeah, appimage and flatpack for the waste dump. I agree.

pewgar_seemsimandroid, (edited )

i am going to steal your pan’s and sell them on ebay

edit: and for the waste dump would be ftwd

space, in Hey, have you ever heard of Pop!_OS?

This answer is stupid. I don’t think it’s unusual for a non-tech savvy friend who heard about Linux to ask for an opinion.

lazynooblet,
@lazynooblet@lazysoci.al avatar

If Lemmy is any example the ā€œI use Linuxā€ crowd is like ā€œI’m a vegetarianā€.

victorz,

I think it is unusual. As a software engineer who has a large circle of friends, loads of them know I use Linux, but literally no one cares or is curious about knowing more. And honestly I’m not interested in explaining. We talk about and do other things lol. I sometimes talk about differences and news about both with those who have jobs or interests closer to the IT business, and we have a short conversation about those news, but nobody asks me about Linux, and especially not Windows. It’s not interesting.

WeLoveCastingSpellz, in I don't...

X11 is already dead, and it will not become more or less usable it will always stay the way it’s and wayland will gwt better. that’s the difference and flatpak is just an option it doesn’t try to replace what’s already availible. spreading distrust and miainformation about these softwares doesn’t help

victorz,

X11 is already dead

How do you mean that? I’ve been using X11 for like 17 years. i3 uses X11, and I will most likely not use another WM if I can help it. It’s perfect for me. X11 is available in the core repositories of all the big distros.

Curious to know what you mean by ā€œdeadā€.

WeLoveCastingSpellz,

by dead I mean abandonware, not devoloped for anymore

laurelraven,

Just because they don’t do full releases doesn’t mean it isn’t developed anymore. They switched to updating modules individually, with three updates made this month. Doesn’t sound very abandoned to me.

DarkDarkHouse,
@DarkDarkHouse@lemmy.sdf.org avatar

It’s on life support but it is doomed.

laurelraven,

That’s not what the person I was replying to said, they said it’s abandonware and not being developed anymore. Which is not true.

Moobythegoldensock,

Sway is essentially i3 + Wayland, so it shouldn’t be a hard switch once X11 goes EOL.

victorz, (edited )

I actually used Sway for a while. Can’t remember why I switched back though. What would X11 ā€œgoing end-of-lifeā€ entail? Not being distributed/packaged anymore? Is there an official timeline for that or something?

bitwolf,

Essentially they’re not doing feature work on the core codebase. I’m not sure if that’s true or not, but the packaging of it wouldn’t be up to the developers but the distro maintainers.

Moobythegoldensock,

Not that I’m aware yet.

bitwolf,

It is not getting new features anymore. Just because the distro is packaging it doesn’t mean it’s not dead.

I heard Sway is very similar to i3. But I’m partial to hyprland myself

dai,

I love me some hyprland, it’s minimal enough to run on my 4gb ram foldable laptop with the same animations I have on my main laptop & desktop.

Wayland x Nvidia aside (on my laptop) it’s the perfect minimal environment for me.

bonfire921, (edited )

I’ll say that while it still has features that Wayland doesn’t it’s not dead, it doesn’t get updates yes but it still used by a lot of people for the fact that Wayland just doesn’t support some stuff that x11 does. Great example I have is TeamViewer and Nvidia+KDE

victorz,

You made exactly the point I was trying to make.

I guess ā€œdeadā€ is a matter of definition in this case. šŸ™‚

bitwolf, (edited )

While TeamViewer is definitely neglected I use it often on Wayland and it works well actually!

In the past year or so it doesn’t shut down correctly. But the core functionality works well.

I’ve been experimenting with Rustdesk as an alternative because I doubt they’ll update the Linux client anytime soon. The Windows version looks like an entirely different application at this point

In terms of feature parity. I believe the only thing left is global hotkeys, which hyprland proved it can be done.

aniki, in Songs about Vim

vim is easy

breakcore,

… yeeess

Just_Not_Funny,

So is yer mum

nifty, (edited ) in Your average Wine enjoyer
@nifty@lemmy.world avatar

I hate comments that are like ā€œoh if only Linux could run Whateverā€ etc. You can have more than one computer (or partition), and you can have more than one OS. Windows isn’t going to divorce you if you spend time with Linux.

arc,

You can use Linux and Windows at the same time with WSL. Works extremely well for people who develop Linux but also need Windows stuff.

nifty,
@nifty@lemmy.world avatar

Hmm, WSL has created more issues for me than I’d cared for. I don’t think it’s an ideal solution.

arc,

I don’t think any solution is ideal but imo it’s better than dual booting.

fossilesque,
@fossilesque@mander.xyz avatar

WSL enters the chat.

arc,

It works great too. Day to day I’ll be building Linux code, running IntelliJ under X, installing docker containers and doing other stuff all from a Windows desktop.

TheGreenGolem, (edited )
@TheGreenGolem@lemmy.dbzer0.com avatar

Similar. WSL is fucking good, at least for me. It was a surprisingly good move from MS.

MashedTech, (edited )

No, but it sure is annoying having to switch in the middle of doing something especially when you’re working. (Also, there’s that pesky thing that happened to me as well where windows doesn’t play nice with the Linux boot partition and fucks it up) So there’s always going to be a main os. If you’re fortunate enough you can use an old laptop for windows. Or, if your computer is powerful enough run an windows VM. For me, Gnome Boxes offered a really easy to use experience of running windows. It worked out of the box, no special tweaks.

sagrotan,
@sagrotan@lemmy.world avatar

I installed Garuda on my wife’s gaming machine last autumn, dual boot with Windows. I haven’t seen her using Windows since then, and she said she hasn’t. She loves it btw, says, even better graphics in some games. And KDE is an eye candy anyways.

MashedTech,

If you don’t turn on windows of course you won’t have problems.

uranibaba,

If I ever dual boot again, Windows will be on it’s own HDD.

mlg, in I don't...
@mlg@lemmy.world avatar

Flatpak packages still suck at integration without breaking something in the core app. They’re really great for bleeding edge and cross distro support tho.

Wayland still can’t do all the cool tricks X11 can, so it’s not like it’s really being forced upon anyone beyond X11 losing on potential major updates which is unlikely.

DEs are willing to switch to Wayland given that it is either equal or superior to X11 which is still not the case for several scenarios and applications.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Exactly my POV. Do all the things X11 can, and I have no problem switching whatsoever.

Why did no one had any issues switching from PulseAudio to PipeWire? Because it was simply better. It could do everything PulseAudio could, plus a lot more. It was backwards compatible (with plugins of course) and there were practically very little issues with it at the point at which distros and users decided to switch. It was a finished product.

Cypher,

Speak for yourself, I’ve had enough issues with both PulseAudio and PipeWire to abandon gaming on Linux which is a shame.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

What exactly was wrong with PipeWire and gaming (Steam I presume)?

I don’t game, but I do music on Linux, use Ardour… sure, it requres some setting up, but far from anything super complicated.

krnl386, in Can't relate to be honest, I still use MBR boot
@krnl386@lemmy.ca avatar

Ah yes, simplicity. MBR, with all its limitations had one killer feature: it was extremely simple.

UEFI, as powerful as it is, is the opposite of simple. Many moving parts, so many potential failure points. Unfortunately, it seems like modern software is just that: more complex and prone to failure.

Legisign,

True, but… When MBR Grub drops to rescue or doesn’t appear at all, it’s not only difficult (at least for newbies) but somewhat random if you can actually boot a given OS. With EFI Grub, I’ve often managed to boot using BIOS boot override to launch a usable Grub configuration.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

You just fix grub with a live usb, it’s not that difficult.

Legisign,

ā€œNot that difficultā€ but still more difficult than being able to boot without a separate live USB drive.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

OK, I would agree with that.

krnl386,
@krnl386@lemmy.ca avatar

Actually grub 0.x series had much more useful rescue shell tab completion than the latest release. You could easily list all boot devices, partitions, and even filesystems and their contents. All from the rescue shell. Consequently, you could boot into Linux and reinstall grub in the MBR to fix it. All that without using a boot CD/USB! Good luck doing that with the latest version of grub and UEFI.

Also getting into the BIOS on legacy firmware was also very simple. On most machines it’s the three finger salute followed by either F1, Delete or rarely F11 or F12.

The boot process was simple, and the BIOS had just one simple task: load and execute the first 512 bytes of the disk that was designated as the boot device. That’s it.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Asus --> Del - Enter BIOS, F8 - Boot menu (very confusing since Windows also uses F8 for the recovery mode boot menu, so you have to press F8, then when the boot menu appears, chose the boot device, then have one hand on Enter and the other on F8 again, so that you hit Enter and start tapping like crazy on F8 to enter the rescue mode menu… annoying as hell)

GigaByte --> Del or F2 - Enter BIOS, F12 - Boot menu, Alt + F10 - Copy main BIOS to backup BIOS

MSI --> Del or F2 - Enter BIOS, F11 - Boot menu

ASRock --> Del or F2 - Enter BIOS, F11 or F10 - Boot menu

Biostar --> Del - Enter BIOS, F9 - Boot menu

Intel --> F2 - Enter BIOS, F10 or F12 - Boot menu

I used to remember some of the brand name PCs as well, but time has gotten the best of me 🤷.

The boot process was simple, and the BIOS had just one simple task: load and execute the first 512 bytes of the disk that was designated as the boot device. That’s it.

This is actually what I love about MBR nowadays. It’s simple enough so no one wants to mess with it and render the rig unbootable and obscure enough so no one (MS) actually checks if there is anything there that might trigger warnings (non-MS code).

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Exactly why old devices are so hard to break - they’re incredibly simple.

To be honest, I see nothing wrong with MBR boot, it does the job, I’ll use it till I can or till it doesn’t do the job I want/need.

peopleproblems, in STOP SCROLLING BROTHER

Wait, what firmware are we referring to?

psud,

All of it. Computers, phones, cable modems, cameras cars.

We need it to be open, especially for networked equipment so we can keep it secure and running after the manufacturer stops supporting it.

WolfhoundRO, in I don't...

More like ā€œWayland is getting killed by my Nvidia cardā€

loutr,
@loutr@sh.itjust.works avatar

Honestly if you care about Linux don’t buy Nvidia at this point.

A7thStone, (edited )

I was just in a position to buy a top of the line video card. Even thought Nvidia still outperforms AMD at the top end I never even considered them an option.

Darthjaffacake,

I agree but it’s very unfortunate considering graphics cards are so expensive to replace nowadays so if you already have an Nvidia card then you’re kinda screwed.

crazyminner, in STOP SCROLLING BROTHER

I’m out of the loop. Is this about phones?

psud,

It’s about everything. Computers, phones, the computer that makes your car work. Every bit of electronics that boots - that probably includes your smoke detector and oven

  • All
  • Subscribed
  • Moderated
  • Favorites
  • •
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24580968 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6307840 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36