this post was submitted on 21 Apr 2025
637 points (98.2% liked)

linuxmemes

24570 readers
2698 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] Downpour@programming.dev 15 points 8 hours ago (7 children)

    So I only just got into linux this year. I gave some X11 distro's a go, but the screen tearing was awwwwfulll. So I've been running Wayalnd/Plasma for months now.

    What exactly am I missing out on? Seems lots of users here still favor X11 over wayland but as I've never had any problems. It's still unclear to me why people are still sticking with X11.

    [–] cmhe@lemmy.world 1 points 9 minutes ago* (last edited 20 seconds ago)

    I also switched to use different Wayland compositors many years ago for my main systems, but there are also still reasons to use X11. These are mine:

    • X11 forwarding, with that you can connect to another system via SSH (e.g. via ssh -Y) and just start a GUI app, and the window appears on your screen.
    • Sharing individual windows via WebRTC, with Wayland compositors you can normally only share full screens. Xserver allows applications to directly capture the window content of others.
    • Easily mirroring screens for presentations, with some Wayland compositors you have to capture one screen and then play it back on another screen, with X11 that is integrated into the xserver.
    • Automation and keyboard macros, with X11 it is much easier to automate keyboard macros and customize keyboard mapping than on Wayland. See Xmodmap, etc. Same for mouse input. That is also a reason why implementing remote control software is more difficult with Wayland, see for instance RustDesk support for Wayland (works now, but still a bit experimental).

    There might be some Wayland compositors that worked around that, but on X11 this was standard. But generally X11 provides these features for all WMs, and in Wayland they have to be implemented individually.

    And some just are not supposed to work, for security reasons.

    But all of this depends on your use-case. I sometimes even (can or have to) go without a Wayland compositor or X11 and render GUI directly via KMS/DRM.

    [–] MonkderVierte@lemmy.ml 4 points 4 hours ago* (last edited 4 hours ago) (1 children)

    Xorg literally has a option to disable tearing: Option "TearFree" "true. If that doesn't work and your compositor neither, fix your video drivers. Lookup Hardware Video Acceleration and similiar on Arch wiki.

    [–] possiblylinux127@lemmy.zip 1 points 44 minutes ago (1 children)

    That doesn't answer that question though

    Why not just use Wayland?

    [–] MonkderVierte@lemmy.ml 1 points 15 minutes ago

    Because the DE / tool i'm used to isn't wayland ready yet.

    Wayland is the new protocol and will be the one that everything uses in the long run

    If Wayland works for you, then that's great, don't use X11

    The main reason you'd want to use X11 these days is for compatibility. But that's getting less and less of a concern as time goes on

    [–] SaharaMaleikuhm@feddit.org 5 points 6 hours ago

    They use it cause their desktop does not support wayland yet or their Nvidia card causes issue with it, potentially since they are using an older driver.

    [–] superkret@feddit.org 9 points 8 hours ago

    If you have no issues with Wayland, keep using it. You aren't missing anything.
    Linux is a vast space, and some people have use cases that aren't covered by Wayland, yet.
    So they still use X.

    [–] racketlauncher831@lemmy.ml 4 points 7 hours ago (1 children)

    I like XFCE4 but there is no compositor for it yet.

    [–] possiblylinux127@lemmy.zip 1 points 43 minutes ago

    It is in the works though. I'll have to try it out when it lands

    [–] Natanox@discuss.tchncs.de 5 points 8 hours ago

    Nothing, unless you really want to use a DE that's still lacking behind in its adoption. There are a few tools that still only offer early support for it (like RustDesk), but otherwise Wayland is a way better choice these days. However if you got an Nvidia GPU and need to use the proprietary driver you might be forced to still use X11. Their pile of garbage still routinely bugs on Wayland, and given their work on NVK I doubt that thing will ever get fully fixed.

    [–] renzev@lemmy.world 51 points 11 hours ago

    This comic was posted in 2011 but still holds up today perfectly lol.

    [–] Im_old@lemmy.world 13 points 10 hours ago (1 children)

    Gather around kids, story time. It was 2002 and I had a desktop pc with two video cards, one Matrox with dual video output (they were pretty much the only consumer ones with that at the time) on AGP slot, and one "something" (probably ATI, it still had and RCA port) on PCI. So I installed gentoo (from stage1, as it was custom at the time) and fiddled around with xorg.conf to have two monitors output from the Matrox and a third (yes, I had 3 monitors) from the ATI.

    That's when I understood the power of Linux (no way win2000 was able to do that).

    [–] possiblylinux127@lemmy.zip 1 points 41 minutes ago* (last edited 41 minutes ago)

    "Story time" is just another word for "I'm showing my age"

    It is a good way to know who's a Grey Beard

    Even worse, its ChromeOS (ewwww)

    [–] auginator@lemmy.world 3 points 8 hours ago

    X11 was worse

    [–] vga@sopuli.xyz 13 points 12 hours ago (1 children)

    They still use X. You must never go there.

    [–] renzev@lemmy.world 5 points 11 hours ago

    As an X user I support this message.

    [–] Object@sh.itjust.works 21 points 14 hours ago* (last edited 14 hours ago) (1 children)
    [–] possiblylinux127@lemmy.zip 1 points 39 minutes ago

    I'm pretty sure it is because nobody knows. Xorg is a massive project that has tons and tons of duck tape.

    [–] cley_faye@lemmy.world 6 points 11 hours ago (3 children)

    I get the joke, but I'm getting tired of these very, very old memes being reposted ad-nauseam when they're so outdated. I did not have to open the xorg.conf file for at least a decade, probably more. It was a very annoying thing to do, yes, but hasn't been an issue for a lot of install in forever.

    There's a resurgence of these "but it's very weird/difficult/annoying" outdated memes these last few weeks on a lot of websites, and at this point I'm wondering if it's just people discovering them or just some people bashing linux systems based on their experience from the last century.

    [–] MonkderVierte@lemmy.ml 3 points 4 hours ago* (last edited 4 hours ago) (1 children)

    I did xorg.conf from the example on Arch wiki and it worked. Then i did it the correct way from the official documentation and it didn't.

    [–] cley_faye@lemmy.world 2 points 2 hours ago (1 children)

    I did not touch an xorg.conf file in forever and it just works out of the box, whether I'm running debian, kubuntu, or mint, so Β―\_(ツ)_/Β―

    [–] MonkderVierte@lemmy.ml 1 points 10 minutes ago

    My screen has graphical glitches on default 59.99 Htz, not on other frequencies. Β―\_(ツ)_/Β―

    [–] superkret@feddit.org 4 points 8 hours ago

    It's people entering the Linux space and wanting to join the tribe by posting Linux memes they found on google.

    load more comments (1 replies)
    [–] mutual_ayed@sh.itjust.works 44 points 18 hours ago (3 children)

    Y'all have Desktop Environments?

    [–] MadMadBunny@lemmy.ca 5 points 10 hours ago* (last edited 10 hours ago)

    I remember when loading a GUI in *NIX systems was frown upon and would get you judged by your peers…

    [–] thenextguy@lemmy.world 35 points 17 hours ago (1 children)

    Y'all are still using xorg?

    [–] umbraroze@slrpnk.net 10 points 13 hours ago (1 children)

    I am definitely going to need my morning coffee. I see the word "Y'all" and I'm somehow thinking "shouldn't it be Xall if we're taking about X11? Wait what's wrong with my brain"

    [–] possiblylinux127@lemmy.zip 1 points 39 minutes ago
    load more comments
    view more: next β€Ί