you are viewing a single comment's thread
view the rest of the comments
[–] 56 points 2 years ago (15 children)

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.

  • source
  • parent
  • hideshow 15 child comments
  • [–] 48 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 23 points 2 years ago* (3 children)

    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.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 8 points 2 years ago (1 child)

    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?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 years 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.

  • source
  • parent
  • [–] 5 points 2 years ago (6 children)

    No such thing as instant. There is always some latency.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 17 points 2 years ago (3 children)

    Ok fine, at the speed of light then.

  • source
  • parent
  • hideshow 3 child comments
  • [–] -3 points 2 years ago (2 children)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years 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.

  • source
  • parent