linux

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

seaQueue, in Super weird error, what's happening?
@seaQueue@lemmy.world avatar

Shit’s broke yo.

Sleep/wake issues with AMD gpu and platform drivers are super, super, super common. Fish back through your kernel journal after a reboot (journalctl -kb -1 should do it) and look for the driver errors immediately after the wake event. If this has been fixed in a later kernel release then update your kernel, if not go report it to either the Ubuntu folks or on the amdgpu gitlab.

brax, in Zorin OS 17 Has Arrived

All the shit I hate about windows packed into a Linux environment… I guess maybe it will help Windows users switch over?

jackpot,
@jackpot@lemmy.ml avatar

such as?

brax,

From the screenshot, an ugly as fuck theme and a useless start menu.

I suppose it the menu would probably actually be functional in Linux and not just a way for them to spam Bing.

c0mbatbag3l,
@c0mbatbag3l@lemmy.world avatar

The moment Linux users go from “install Linux to get off Microsoft products” to “WAHHHHH WHY DONT YOU LIKE MY LAYOUT BETTER :((((((” you lose all credibility.

Maybe. And hear me out here. Maybe your desktop layout and theme is a fucking OPINION and no one else has to agree that it’s the “best” layout??? Fucking crazy, I know.

brax,

If it makes them more comfortable, all the power to them. But there are far better window managers and desktops environments out there both in terms of look and functionality.

It’s still a huge upgrade from actually using Windows 11, and maybe once they dip their toes in they’ll ditch this eyesore of a layout next.

governorkeagan,

Not necessarily, it depends on the demographic of the user. I highly doubt that my grandparents would decide to switch this “eyesore of a layout”.

I agree that some will switch, but definitely not everyone.

brax,

Some people are way too complacent with things being handed to them, rather than seeking out better alternatives that match what they really want. Though I suppose some people actuallyike that design.

governorkeagan,

What works for you won’t work for someone else. The Windows design works just fine for some and that’s okay. Not everyone is trying to be a super power user

Deckweiss, in Cool fancy programs?

kdeconnect

Quazatron, in Cool fancy programs?
@Quazatron@lemmy.world avatar
  • That one whose name I forget but basically spawns a cat that chases your cursor

You mean Neko. Used to have it installed a long time ago. I don’t know if it still works in this day of compositors and Wayland.

I also remember having a bunch of penguins running around my screen like little lemmings. Xpenguins I think it was called.

You can also get Xcowsay to pop up occasionally on your desktop to offer silly advice, just pipe it from fortune and add it to crontab.

wiki_me, in Redox OS - an OS built entirely out of Rust

Having some hardware mentioned on the site that is supported and ready for use could be helpful if someone wants to try it (say raspberry pi), There are probably people who are worried to will make their computer explode.

brochard,
frogmint,

gitlab.redox-os.org/redox-os/redox/…/HARDWARE.md

It can be found from the “Quick Start” page

aodhsishaj, in Redox OS - an OS built entirely out of Rust

I wouldn’t say it’s inappropriate as there is more and more rust making it into the native kernel. I’ll definitely throw this on my Ventoy usb and see if I can get it to boot

possiblylinux127, in Acer Aspire 1 ARM Laptop Has Nearly Complete Upstream Linux Support

I would be ok with 6Gb of ram but 4Gb isn’t enough.

pbjamm,
@pbjamm@beehaw.org avatar

4GB in 2023 is comical. My Lenovo tablet has 6GB and I think that is really the new floor for any kind of desktop use. I have a 4GB Raspberry Pi and it makes an adequate desktop but it would still be better with more RAM.

wiki_me, in What is wayland?

On top of what other said, the wayland project also maintains the wayland protocols repository which includes additional protocols that are approved by a “committee” that includes representatives from wayland protocol implementations (wlroots, kde , gnome , smithay etc). for example now they are working on color management.

There appears to be a consensus among people working on window manager implementations that X has to go and wayland is the future.

Wayland has technical benefits, if you want the nitty gritty details see this.

Basically X11 is bad IPC at this point.

Also be careful with what you read online, I see misinformation about it relatively often.

flubba86, (edited ) in Firefox 121 Now Available With Wayland Enabled By Default

Have they fixed the copy+paste problem from the Firefox address bar under Wayland in KDE plasma yet? I’ve been holding off switching to Wayland in my Plasma desktop because of that one Firefox issue.

Edit: Nope still broken: bugzilla.mozilla.org/show_bug.cgi?id=1791417

It’s been reported and easily reproduced for more than 3 years: bugzilla.mozilla.org/show_bug.cgi?id=1717305

akrot, in Is Ubuntu deserving the hate?

Dietpie is a lightweight debian not ubuntu. And debian is still one of the top choices (if not the) for servers.

Ubuntu is just debian with extra bad decisions.

take6056, in What is wayland?

Explained by someone that doesn’t know the technical side super well.

1: It’s a new protocol for displaying. The main difference from X11, as I understand it, is a simplification of the stack. Eliminating the need for a display server, or merging the display server and compositor.

2: Some things impossible (or difficult) with X11 are much better supported in Wayland. Their not necessarily available, as the Wayland protocol is quite generic and needs additional protocols for further negotiation. Examples are fractional scaling & multiple displays with differing refresh rates.

Security is also improved. X11 did not make some security considerations (as it is quite old, maybe justifiably so). In X11 it’s possible for any application to “look” at the entire display. In Wayland they receive a specific section that they can draw into and use. (This has the side-effect of complicating stuff like redshifting the screen at night, but in my experience that has fully caught up).

3: If you’re interested, are in desktop application development (but I have no experience in that regard) or have a specific need for Wayland.

4: I think X won’t die for a long long time if “ever”. I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

On the other hand, most of the complaints about Wayland I’ve heard were ultimately about support. At some point, when you’re a normal user, the distro maintainer should be able to decide to move to Wayland without you noticing, apart from the blurriness being gone with fractional scaling.

Vorter, (edited )

I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

It doesn’t depend that much on desktop application developers, but on GUI toolkit developers. It does need more work for GTK and Qt devs to support both. But the outcome will likely depend not that much on ammount of work as on “political” decisions. RedHat are now somewhat actively forcing Wayland in their distros. They also have their impact on GNOME, so it’s not impossible that due RedHat’s decision GNOME and then GTK (that is now developed mostly by GNOME developers, despite being GIMP Toolkit initially) will ditch X “just because”.

End user Application developers usually don’t deal much with Wayland or X — they just use toolkits (GTK or Qt for the majority), and toolkits do all the under the hoof work for them.

Vorter, in What is wayland?

In short, Wayland is a protocol for graphics.

It’s somewhat similar to X, as its main purpose is the same, however the archivecture is very different, and Wayland is much simpler/barebone.

If X is going to die or not — only time will tell. For now it can be considered another competing standard.

RHOPKINS13, in 2 years on GNU/Linux - a retrospective attempt

My personal favorite is Debian. I'm the IT director at my job, and 90% of our machines, including end user workstations, are running some form of Linux.

One really nice thing is that most stuff is saved somewhere in your home directory. You can switch between all sorts of distros, and if you install the same software, browser, email client, etc. most of your stuff will automatically be there and work out of the box.

juli, (edited )

I didn’t know this for a long while when distro hopping and since every distro tinkered with grub etc and I really hated debugging grub, and I was afraid of something happening to my home directory, I overwrote it every single time. I wish I have had a separate drive just for it when I began with linux.

Kushia, (edited ) in Is Ubuntu deserving the hate?
@Kushia@lemmy.ml avatar

Ubuntu attacted a lot of control freaks because Shuttleworth was originally splashing some money when it started and a bunch of nerds saw dollar signs. As a result they have a culture of “not invented here” syndrome where someone just has to reinvent the wheel in only the way they see it and they don’t work well with others or accept their input because they want all the credit.

Personally, I got sick of it having been pretty involved early on in the project. It’s easier and saner to just use a distro based on what everyone else is doing.

IrritableOcelot, in what's your opinion on typst?

I want to use it, but if I’m going to commit to learning a new system for my work, I need to know that 1) it will remain open source (like LaTeX), 2) its going to remain maintained, 3) it has a robust package library, 4) it has to understand bibtex. I dont think typst has committed to the first, its not mature enough for 2 or 3, and I cannot for the life of me figure out how to automate translation between bibtex and their funky format.

juli,

Wow, your considerations are invaluable for my next steps in this topic, thank you very much

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