• tetris11@lemmy.ml
    link
    fedilink
    arrow-up
    42
    ·
    edit-2
    5 days ago

    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
      link
      fedilink
      arrow-up
      23
      ·
      5 days ago

      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
        link
        fedilink
        arrow-up
        21
        arrow-down
        1
        ·
        edit-2
        5 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
      link
      fedilink
      arrow-up
      3
      ·
      4 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.