• @[email protected]
    link
    fedilink
    6017 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.

    • @[email protected]
      link
      fedilink
      4816 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.

      • @[email protected]
        link
        fedilink
        716 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…

    • @[email protected]
      link
      fedilink
      23
      edit-2
      16 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.

      • @[email protected]
        link
        fedilink
        816 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.

      • @[email protected]
        link
        fedilink
        216 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.

        • @[email protected]
          link
          fedilink
          116 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.

        • @[email protected]
          link
          fedilink
          English
          716 days ago

          Not quite… There is some attenuation due to the medium, in this case, signals sent by wire. Even optic fiber has some attenuation.

          • @[email protected]
            link
            fedilink
            1616 days ago

            Obvious troll, but I’ll explain it to the rest of you guys: the latency in CRTs is so miniscule compared to LCDs that it might as well be called instant.

      • @[email protected]
        link
        fedilink
        English
        516 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.

    • @[email protected]
      link
      fedilink
      916 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
        link
        fedilink
        English
        2
        edit-2
        16 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.