• B0rax@feddit.de
    link
    fedilink
    arrow-up
    60
    arrow-down
    5
    ·
    11 days ago

    Because it is analog. There are no buffers or anything in between. Your PC sends the image data in analog throug VGA pixel by pixel. These pixels are projected instantly in the requested color on the screen.

    • accideath@lemmy.world
      link
      fedilink
      arrow-up
      48
      arrow-down
      1
      ·
      11 days ago

      And no motion blur because the image is not persistent. LCDs have to change their current image to the new one. The old image stays until it’s replaced. CRTs draw their image line by line and only the the last few lines are actually on screen at any time. It just happens so fast, that, to the human eye, the image looks complete. Although CRTs usually do have noticeable flicker, while LCDs usually do not.

      • ByteJunk@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        11 days ago

        Thanks for the explanation.

        OP’s point is a weird flex though, like pointing out that a bicycle never runs out of gas…

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      23
      ·
      edit-2
      11 days ago

      Of course there’s buffers. Once RAM got cheap enough to have a buffer to represent the whole screen, everyone did that. That was in the late 80s/early 90s.

      There’s some really bad misconceptions about how latency works on screens.

      • HackerJoe@sh.itjust.works
        link
        fedilink
        arrow-up
        8
        ·
        11 days ago

        Those are on the graphics adapter. Not in the CRT.
        You can update the framebuffer faster than the CRT can draw. That’s when you get tearing. Same VSync then as now.

      • __dev@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 days ago

        CRTs (apart from some exceptions) did not have a display buffer. The analog display signal is used to directly control the output of each electron gun in the CRT, without any digital processing happening in-between. The computer on the other end however does have display buffers, just like they do now; however eliminating extra buffers (like those used by modern monitors) does reduce latency.

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          11 days ago

          Doesn’t matter. Having a buffer means either the buffer must be full before drawing, or you get screen tearing. It wasn’t like racing the beam.

    • Hagdos@lemmy.world
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      11 days ago

      That makes 0 latency in the monitor, but how much latency is there in the drivers that convert a digital image to analogue signals? Isn’t the latency just moved to the PC side?

      • fmstrat@lemmy.nowsci.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        11 days ago

        I warn you before you dive in, this is a rabbit hole. Some key points (not exact, but to make things more layman): You don’t see in digital, digital is “code”. You see in analog, even on an LCD (think of sound vs video, its the same thing). Digital-only lacked contrast, brightness, color, basically all adjustments. So the signal went back and forth, adding even more latency.

        Maybe think of it like a TVs game mode, where all the adjustments are turned off to speed up the digital to analog conversions.

        Or like compressed video (digital) vs uncompressed video (analog), where the compression means you can send more data, but latency is added because it is compressed and uncompressed at each end.

      • cynar@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        11 days ago

        When one of your times is in milliseconds, while the other requires awareness of relativistic effects, you might as well call it instant.

        The propagation speed in copper is 2/3 C. With analogue monitors, that was effectively amped and thrown at the screen. The phosphate coating is the slowest part, that takes 0.25-0.5ms to respond fully.

        By comparison, at the time, “gaming” LCD screens were advertising 23ms response rates.