this post was submitted on 27 May 2025
1387 points (98.9% liked)

linuxmemes

25135 readers
2274 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
    you are viewing a single comment's thread
    view the rest of the comments
    [–] tetris11@lemmy.ml 41 points 3 days ago* (last edited 3 days ago) (2 children)

    Xorg.conf was genuinely something I never quite grokked.

    I mean, I get it, it's a conf file for Xorg... but in practice, either your X11 worked out of the box, or it just didn't, and no manner of fiddling with the config and restarting the server would save it.

    You could install other drivers and blacklist others, and that would get it to work, but touching the Xorg config file itself and expecting different results was like trying to squeeze blood out of a stone.

    [–] notabot@lemm.ee 22 points 3 days ago (1 children)

    Edit the config was useful if you were trying to hook up a more unusual monitor that had odd timings or more overscan than a normal one, but it was definitely arcane magic.

    [–] Naz@sh.itjust.works 19 points 3 days ago* (last edited 3 days ago)
    Mode=50; RefreshRate= 50 Hz
    Mode=51; RefreshRate= 59.9999999 Hz
    Mode=52; RefreshRate= 60.0 Hz
    
    DefaultMode=51
    FallbackMode=50
    

    Thanks Xorg.conf

    [–] merc@sh.itjust.works 3 points 3 days ago

    Back in the days when you needed to write your own modelines, that definitely wasn't true. You screw up your modelines and X emits signals that your monitor can't handle and you're out of luck. It was very normal to spend a lot of time editing your Xorg.conf file until it worked with your monitor.

    You must have come along at a time between fiddling with modelines being a thing, and Wayland taking off.