I was looking at specs for an LCD monitor and noticed it included scanning
frequency and listed the vertical frequency at 56-75 Hz. Now I could see
there being an upper limit perhaps even so low as 75 Hz. But a lower limit
of 56 Hz?? That doesn't make a whole lot of sense to me. Why can't any
LCD handle significantly slower? Isn't it supposed to be all electrical?
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-09-02-1651@ipal.net |
|------------------------------------/-------------------------------------|
>I was looking at specs for an LCD monitor and noticed it included scanning
>frequency and listed the vertical frequency at 56-75 Hz. Now I could see
>there being an upper limit perhaps even so low as 75 Hz. But a lower limit
>of 56 Hz?? That doesn't make a whole lot of sense to me. Why can't any
>LCD handle significantly slower? Isn't it supposed to be all electrical?
It is more economical to design it to accept within a
certain range, plus designing for sub-56Hz would be
unnecessary since no video cards go lower than this. The
reason it's not just an electrical issue is that this is a
data signal which must meet certain timing parameters. It's
not just amplified and projected onto a medium, it is
digitized and matrixed onto the LCD arrays at the rate the
controller is compatible with.
Your concern will not effect your use. Generally the system
is set to use 60Hz and all LCDs (AFAIK) accept this
frequency. Unlike with CRT, there is no need to change this
in an attempt to reduce flicker because LCD is a different
technology not having flicker based on too low a refresh
rate.
On Sun, 02 Sep 2007 22:04:11 -0400 kony <spam@spam.com> wrote:
| On 2 Sep 2007 21:53:26 GMT, phil-news-nospam@ipal.net wrote:
|
|>I was looking at specs for an LCD monitor and noticed it included scanning
|>frequency and listed the vertical frequency at 56-75 Hz. Now I could see
|>there being an upper limit perhaps even so low as 75 Hz. But a lower limit
|>of 56 Hz?? That doesn't make a whole lot of sense to me. Why can't any
|>LCD handle significantly slower? Isn't it supposed to be all electrical?
|
|
| It is more economical to design it to accept within a
| certain range, plus designing for sub-56Hz would be
| unnecessary since no video cards go lower than this. The
| reason it's not just an electrical issue is that this is a
| data signal which must meet certain timing parameters. It's
| not just amplified and projected onto a medium, it is
| digitized and matrixed onto the LCD arrays at the rate the
| controller is compatible with.
Well, you're wrong about "no video cards go lower than this" because I can
get frame rates down to 24 Hz from mine, and I suspect even lower is possible.
I'll have to get an oscilloscope to see just how low I can set it and keep
the signal coming out correctly.
FYI, high definition TV signals range from 60 Hz at the highest down to
a low of just above 23.976 Hz. All LCDs should be required to go down
to as low as 23.976 Hz.
| Your concern will not effect your use. Generally the system
| is set to use 60Hz and all LCDs (AFAIK) accept this
| frequency. Unlike with CRT, there is no need to change this
| in an attempt to reduce flicker because LCD is a different
| technology not having flicker based on too low a refresh
| rate.
This is why a lower frame rate is now usable. On CRT it will flicker so
it is not a usable option. On LCD is will not, so it is possible to use
a lower frame rate.
Why use a lower frame rate?
With larger and larger LCD displays, you have higher and higher native
geometry. Video cards can often handle these higher geometries without
having to be redesigned or replaced to get a higher clock rate. The
clock rate is the first barrier I hit on my video card when trying to
raise the geometry. By using a lower frame rate, the geometry can be
achieved. My CRT actually works (down to about 40 Hz), but the flicker
is terrible. My LCD just says the video is out of range.
Higher rates require better circuits inside the LCD for everything. But
a lower rate only requires a few things like ranging the analog sample
clock to a lower rate (not hard to do considering that it is a synthesized
oscillator).
I've seen an LCD display offered with 2560x1600 native. But it requires
DUAL DVI connections because the pixel clock rate is too high. But with
a lower frame rate that could have been done with a single DVI connection.
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-09-29-0757@ipal.net |
|------------------------------------/-------------------------------------|
>On Sun, 02 Sep 2007 22:04:11 -0400 kony <spam@spam.com> wrote:
>| On 2 Sep 2007 21:53:26 GMT, phil-news-nospam@ipal.net wrote:
>|
>|>I was looking at specs for an LCD monitor and noticed it included scanning
>|>frequency and listed the vertical frequency at 56-75 Hz. Now I could see
>|>there being an upper limit perhaps even so low as 75 Hz. But a lower limit
>|>of 56 Hz?? That doesn't make a whole lot of sense to me. Why can't any
>|>LCD handle significantly slower? Isn't it supposed to be all electrical?
>|
>|
>| It is more economical to design it to accept within a
>| certain range, plus designing for sub-56Hz would be
>| unnecessary since no video cards go lower than this. The
>| reason it's not just an electrical issue is that this is a
>| data signal which must meet certain timing parameters. It's
>| not just amplified and projected onto a medium, it is
>| digitized and matrixed onto the LCD arrays at the rate the
>| controller is compatible with.
>
>Well, you're wrong about "no video cards go lower than this" because I can
>get frame rates down to 24 Hz from mine, and I suspect even lower is possible.
>I'll have to get an oscilloscope to see just how low I can set it and keep
>the signal coming out correctly.
Of course lower is technically possible but not a practical
design goal for a PC video card. Thus, video cards really
don't go lower because you'd have to change the default
behavior including the driver settings, which nobody in
their right mind would do to output from a PC to an LCD.
>
>FYI, high definition TV signals range from 60 Hz at the highest down to
>a low of just above 23.976 Hz. All LCDs should be required to go down
>to as low as 23.976 Hz.
You're talking about frames per second, yes? That's not
what is being referred to previously by 56Hz, it does not
only signal at the rate of frame change and no PC use LCDs
need to support below 60Hz to display HD.
>
>
>| Your concern will not effect your use. Generally the system
>| is set to use 60Hz and all LCDs (AFAIK) accept this
>| frequency. Unlike with CRT, there is no need to change this
>| in an attempt to reduce flicker because LCD is a different
>| technology not having flicker based on too low a refresh
>| rate.
>
>This is why a lower frame rate is now usable. On CRT it will flicker so
>it is not a usable option. On LCD is will not, so it is possible to use
>a lower frame rate.
>
>Why use a lower frame rate?
>
>With larger and larger LCD displays, you have higher and higher native
>geometry. Video cards can often handle these higher geometries without
>having to be redesigned or replaced to get a higher clock rate. The
>clock rate is the first barrier I hit on my video card when trying to
>raise the geometry. By using a lower frame rate, the geometry can be
>achieved.
No, all you need is a data link tech that allows enough
bandwidth. ~ 24FPS looks like flickery crap on an LCD not
because of the flickering seen on a CRT but because many
people can perceive too much difference between successive
frames in motion scenes. You want the FPS higher and the
signaling rate higher still.
>My CRT actually works (down to about 40 Hz), but the flicker
>is terrible. My LCD just says the video is out of range.
>
>Higher rates require better circuits inside the LCD for everything. But
>a lower rate only requires a few things like ranging the analog sample
>clock to a lower rate (not hard to do considering that it is a synthesized
>oscillator).
>
>I've seen an LCD display offered with 2560x1600 native. But it requires
>DUAL DVI connections because the pixel clock rate is too high. But with
>a lower frame rate that could have been done with a single DVI connection.
It doesn't mean the rate is "too high" to the extend that
something should be done to lower it, the goal is to retain
image quality, not degrade it just to make it possible with
a single DVI cable.
On Sat, 29 Sep 2007 16:15:53 -0400 kony <spam@spam.com> wrote:
| On 29 Sep 2007 13:10:06 GMT, phil-news-nospam@ipal.net
| wrote:
|
|>On Sun, 02 Sep 2007 22:04:11 -0400 kony <spam@spam.com> wrote:
|>| On 2 Sep 2007 21:53:26 GMT, phil-news-nospam@ipal.net wrote:
|>|
|>|>I was looking at specs for an LCD monitor and noticed it included scanning
|>|>frequency and listed the vertical frequency at 56-75 Hz. Now I could see
|>|>there being an upper limit perhaps even so low as 75 Hz. But a lower limit
|>|>of 56 Hz?? That doesn't make a whole lot of sense to me. Why can't any
|>|>LCD handle significantly slower? Isn't it supposed to be all electrical?
|>|
|>|
|>| It is more economical to design it to accept within a
|>| certain range, plus designing for sub-56Hz would be
|>| unnecessary since no video cards go lower than this. The
|>| reason it's not just an electrical issue is that this is a
|>| data signal which must meet certain timing parameters. It's
|>| not just amplified and projected onto a medium, it is
|>| digitized and matrixed onto the LCD arrays at the rate the
|>| controller is compatible with.
|>
|>Well, you're wrong about "no video cards go lower than this" because I can
|>get frame rates down to 24 Hz from mine, and I suspect even lower is possible.
|>I'll have to get an oscilloscope to see just how low I can set it and keep
|>the signal coming out correctly.
|
| Of course lower is technically possible but not a practical
| design goal for a PC video card. Thus, video cards really
| don't go lower because you'd have to change the default
| behavior including the driver settings, which nobody in
| their right mind would do to output from a PC to an LCD.
Why not? If the video card has an upper limit on pixel clock AND you
want a larger geometry, then slowing the horizontal (to get more pixels
per line) and the vertical (to get more lines per frame) is simply going
to be what you do.
|>FYI, high definition TV signals range from 60 Hz at the highest down to
|>a low of just above 23.976 Hz. All LCDs should be required to go down
|>to as low as 23.976 Hz.
|
| You're talking about frames per second, yes? That's not
| what is being referred to previously by 56Hz, it does not
| only signal at the rate of frame change and no PC use LCDs
| need to support below 60Hz to display HD.
Then what do you think the 56 Hz refers to? The horizontal? The
rate your eye blinks?
What the TV world refers to as frame rate is what the computer world
refers to as vertical frequency. A "1080p24" HD TV signal has a frame
rate of 24 frames per second (or 1000/1001 of that rate if locked to
legacy NTSC reference clock timing), and that is 24 Hz or 23.976 Hz.
Many video cards have pixel clocks with limits in the low 100's of MHz
and plenty enough memory to run with geometries of 2048x1536 or more.
With the max pixel clock and full utilization of memory to get higher
geometries, you do get lower frame rates (vertical Hz).
I have an _old_ Matrox Millennium card that can run up to 1280x1024.
But at that geometry, even with the pixel clock set to the maximum the
card supports, the frame rate (vertical Hz) is so low it flickes like
mad on a CRT. Switch to LCD and it's great ... if the LCD can go that
low.
CRT is on the way out. LCD is on the way in (although OLED may bump
that in a few or so years). Old assumptions about flicker just do not
apply, anymore.
Some people _need_ high frame rates for legitimate purposes, such as
gaming, and watching high action video. HD TV has the 720p60 video mode
for such things. LCDs will need to support that, and even higher. But
LCDs need to support lower as well since this enables higher geometries
like 2560x1600 for other kinds of display usage that doesn't have any
need for 50 to 60 Hz frame rates. Rates down to 20 frames per second,
when there is no flicker involved, are quite suitable for a large class
of computer work.
It would cost very _little_ more for an LCD to work at a lower frame
rate (the cost of thwacking the engineer in the forhead in most cases).
It would cost a lot _more_ to make a video card that goes to quadruple
the clock rate when the geometry is doubled on both dimensions. Video
with 2560x1600 pixels is beyond the limits of even a single DVI stream
at this time, when running at 50 Hz. Cut that to 25 Hz and it could
be done.
Let the gamers have their super high end video cards with 3 GHz clocks
that cost hundreds of dollars. Video cards for the masses that do not
need the high frame rates can be made much lower cost, while still
having nice high geometries (thanks to cheap RAM), by simply having
LCD electronics accept even lower video frequencies/rates, down at least
to 23.976 Hz (so it can at least display NTSC locked 24 fps movies fed
directly to it without requiring overscan features in the player).
| No, all you need is a data link tech that allows enough
| bandwidth. ~ 24FPS looks like flickery crap on an LCD not
| because of the flickering seen on a CRT but because many
| people can perceive too much difference between successive
| frames in motion scenes. You want the FPS higher and the
| signaling rate higher still.
24 fps is the common frame rate movies are shot it. But for any video
content that does involve a lot of motion, like sports (I watch NASCAR
events, for example), then of course a higher frame rate is a must.
But just because fast action video needs a high frame rate should not
mean I have to give up extreme geometry at a low price. Just change
the friggin video mode! 2560x1600 desktop geometry is overkill for a
1280x720 (60 fps) video transmission from Fox Sports. Do 2560x1600 at
The pixel clocking rate to get 2560x1600 at 24 fps (98304000 pxps) is
more than enough to get 1280x720 at 60 fps (55296000 pxps) for action
video.
Use the right frame rate for the content. You don't need the frame
rate that's right for watching cars whiz by at nearly 200 mph when
you are writing that report for the boss at work.
|>Higher rates require better circuits inside the LCD for everything. But
|>a lower rate only requires a few things like ranging the analog sample
|>clock to a lower rate (not hard to do considering that it is a synthesized
|>oscillator).
|>
|>I've seen an LCD display offered with 2560x1600 native. But it requires
|>DUAL DVI connections because the pixel clock rate is too high. But with
|>a lower frame rate that could have been done with a single DVI connection.
|
| It doesn't mean the rate is "too high" to the extend that
| something should be done to lower it, the goal is to retain
| image quality, not degrade it just to make it possible with
| a single DVI cable.
A lower frame rate does not degrade the image quality. It degrades MOTION
quality. But if it is not a high motion content, it doesn't matter. Movies
shot at 24 fps are unaffected when displayed at 24 fps (duh). But when you
lower the frame rate, you open the opportunity for an even higher image
quality for the kinds of content that beg for greater geometry (like office
desktop usage).
Use the right frame rate for the content. You don't need the frame
rate that's right for watching cars whiz by at nearly 200 mph when
you are writing that report for the boss at work.
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-10-02-0720@ipal.net |
|------------------------------------/-------------------------------------|
>| Of course lower is technically possible but not a practical
>| design goal for a PC video card. Thus, video cards really
>| don't go lower because you'd have to change the default
>| behavior including the driver settings, which nobody in
>| their right mind would do to output from a PC to an LCD.
>
>Why not? If the video card has an upper limit on pixel clock AND you
>want a larger geometry, then slowing the horizontal (to get more pixels
>per line) and the vertical (to get more lines per frame) is simply going
>to be what you do.
No you don't _want_ to do that, because there's no gain in
doing it, only degradation in visual quality. This is until
the data link bandwidth is exceeded, at which point a second
data link is used. It is used for a reason - to preserve
visual quality and/or allow for it, instead of degrading it
with your proposed solution.
>
>
>|>FYI, high definition TV signals range from 60 Hz at the highest down to
>|>a low of just above 23.976 Hz. All LCDs should be required to go down
>|>to as low as 23.976 Hz.
>|
>| You're talking about frames per second, yes? That's not
>| what is being referred to previously by 56Hz, it does not
>| only signal at the rate of frame change and no PC use LCDs
>| need to support below 60Hz to display HD.
>
>Then what do you think the 56 Hz refers to? The horizontal? The
>rate your eye blinks?
Fair enough, it is the framerate but the 24Hz is a lower
limit one doesn't want to cause, it is only due to the
format of the video content. There is no need to cause
this state.
>
>What the TV world refers to as frame rate is what the computer world
>refers to as vertical frequency. A "1080p24" HD TV signal has a frame
>rate of 24 frames per second (or 1000/1001 of that rate if locked to
>legacy NTSC reference clock timing), and that is 24 Hz or 23.976 Hz.
This doesn't matter, it is only a lower limit. Slowing down
one end to the slowest the other would ever require is a
backwards concept. On a PC (thus using LCD PC monitor),
both ends can support faster than that.
>
>Many video cards have pixel clocks with limits in the low 100's of MHz
>and plenty enough memory to run with geometries of 2048x1536 or more.
>With the max pixel clock and full utilization of memory to get higher
>geometries, you do get lower frame rates (vertical Hz).
Why would you use an old video card that can't support 60Hz
with a newer high resolution LCD? That degrades the quality
regardless of a video/HD content scenario.
>
>I have an _old_ Matrox Millennium card that can run up to 1280x1024.
>But at that geometry, even with the pixel clock set to the maximum the
>card supports, the frame rate (vertical Hz) is so low it flickes like
>mad on a CRT. Switch to LCD and it's great ... if the LCD can go that
>low.
So the problem is not refresh rate, it's trying to use
ancient hardware. Same could be said about trying to use
any very old low performance hardware for a modern more
demanding use.
>
>CRT is on the way out. LCD is on the way in (although OLED may bump
>that in a few or so years). Old assumptions about flicker just do not
>apply, anymore.
Never said they did, but one could call the jerkiness of
24Hz flicker-like as well. 24 FPS is visually noticable on
an LCD.
>
>Some people _need_ high frame rates for legitimate purposes, such as
>gaming, and watching high action video.
Most people will benefit from more than 24FPS in typical
motion video uses. Most people don't have the problem you
suggest and attempt to solve by lowering the rate to 24.
On Tue, 02 Oct 2007 19:54:39 -0400 kony <spam@spam.com> wrote:
| On 2 Oct 2007 12:54:39 GMT, phil-news-nospam@ipal.net wrote:
|
|
|>| Of course lower is technically possible but not a practical
|>| design goal for a PC video card. Thus, video cards really
|>| don't go lower because you'd have to change the default
|>| behavior including the driver settings, which nobody in
|>| their right mind would do to output from a PC to an LCD.
|>
|>Why not? If the video card has an upper limit on pixel clock AND you
|>want a larger geometry, then slowing the horizontal (to get more pixels
|>per line) and the vertical (to get more lines per frame) is simply going
|>to be what you do.
|
| No you don't _want_ to do that, because there's no gain in
| doing it, only degradation in visual quality. This is until
| the data link bandwidth is exceeded, at which point a second
| data link is used. It is used for a reason - to preserve
| visual quality and/or allow for it, instead of degrading it
| with your proposed solution.
There is no second data link. A card with a second data link would cost
more money. The geometry can be achieved with a lower frame rate with
the same video card, with no degradation in quality for a great many
uses of graphical displays, including most business uses.
|>|>FYI, high definition TV signals range from 60 Hz at the highest down to
|>|>a low of just above 23.976 Hz. All LCDs should be required to go down
|>|>to as low as 23.976 Hz.
|>|
|>| You're talking about frames per second, yes? That's not
|>| what is being referred to previously by 56Hz, it does not
|>| only signal at the rate of frame change and no PC use LCDs
|>| need to support below 60Hz to display HD.
|>
|>Then what do you think the 56 Hz refers to? The horizontal? The
|>rate your eye blinks?
|
| Fair enough, it is the framerate but the 24Hz is a lower
| limit one doesn't want to cause, it is only due to the
| format of the video content. There is no need to cause
| this state.
The motion picture industry does not seem to agree with you. Of course
a motion picture projector would produce flicker if run at 24 shutter
openings per second. The figured out ages ago that by opening the
shutter 48 or 72 times a second, timed so that the openings were of the
same timing between them, where 2 or 3 openings would have the same
frame, that this eliminated the flicker (even though it did not change
the total accumulated time the shutter was open) for most eyes.
Were it the case that motion that changed only every 1/24 of second
were annoying, too, they would have change the system to a higher frame
rate. They did for special cases (action sports), but not for the
average movie.
|>What the TV world refers to as frame rate is what the computer world
|>refers to as vertical frequency. A "1080p24" HD TV signal has a frame
|>rate of 24 frames per second (or 1000/1001 of that rate if locked to
|>legacy NTSC reference clock timing), and that is 24 Hz or 23.976 Hz.
|
| This doesn't matter, it is only a lower limit. Slowing down
| one end to the slowest the other would ever require is a
| backwards concept. On a PC (thus using LCD PC monitor),
| both ends can support faster than that.
Making a video card that has a faster pixel clock rate costs more
money. Since these clock rates are already well into the UHF range,
it's not just a matter of faster oscillators. It requires better
quality components overall. It requires better silicon technology
to shift data bits around faster. It requires faster DACs in the
case of analog output. It requires the second DVI link because doing
such high rates over one link costs even more than two links costs.
Making a monitor capable of running slower (lowering the low end,
while keeping the high end where it is at, of the sampling range)
costs very little. The engineering design changes would require
parameters in the software to know of the slower rate, and change
the synthesizer to handle it by increasing the divide ratio range
by merely adding 1 or 2 bits. It may be the case that the parts
can already do this, and it is the software that imposes the limit.
|>Many video cards have pixel clocks with limits in the low 100's of MHz
|>and plenty enough memory to run with geometries of 2048x1536 or more.
|>With the max pixel clock and full utilization of memory to get higher
|>geometries, you do get lower frame rates (vertical Hz).
|
| Why would you use an old video card that can't support 60Hz
| with a newer high resolution LCD? That degrades the quality
| regardless of a video/HD content scenario.
It can support 90 Hz at the geometries of the day it came out. It
also is flexible enough that it can support extremes in horizontal
geometry or extremes in vertical geometry. And it was an open
architecture not encumbered by trying to hide how to use the card
in software other than their own.
Now if I combine extreme horizontal AND extreme vertical ... it works.
That is, the _card_ works. But logically, when you divide the clock
by the extreme horizontal and then again by the extreme vertical, you
get something below 50 Hz (the lower end of most LCD monitors it would
seem).
|>I have an _old_ Matrox Millennium card that can run up to 1280x1024.
|>But at that geometry, even with the pixel clock set to the maximum the
|>card supports, the frame rate (vertical Hz) is so low it flickes like
|>mad on a CRT. Switch to LCD and it's great ... if the LCD can go that
|>low.
|
| So the problem is not refresh rate, it's trying to use
| ancient hardware. Same could be said about trying to use
| any very old low performance hardware for a modern more
| demanding use.
It's trying to use open architecture hardware that can do things that no
modern card can do ... work with independent software.
|>CRT is on the way out. LCD is on the way in (although OLED may bump
|>that in a few or so years). Old assumptions about flicker just do not
|>apply, anymore.
|
| Never said they did, but one could call the jerkiness of
| 24Hz flicker-like as well. 24 FPS is visually noticable on
| an LCD.
Tell me which LCD monitor you have seen 24 fps video displayed?
Manufacturer and model, please.
|>Some people _need_ high frame rates for legitimate purposes, such as
|>gaming, and watching high action video.
|
| Most people will benefit from more than 24FPS in typical
| motion video uses. Most people don't have the problem you
| suggest and attempt to solve by lowering the rate to 24.
They can benefit by less costly hardware, whether older or newer, by running
the video at 24 fps when their type of use of the computer is compatible with
that slow frame rate.
When the type of use changes to something that needs a higher frame rate, I
most certainly expect the LCD monitor to handle it. I've never suggested
that the upper limit frame rate be reduced. Although broadcast video is
limited to no more than 60 fps (50 fps in Europe), as I understand it,
double that rate looks even better for certain high action video, such as
the race cars I like to watch. So I look forward to the day when the can
cover a NASCAR race with 1920x1080 progressive video at 120 fps. This will
need about 20 MHz of spectrum with 8VSB modulation as used in over the air
TV, and about 10 MHz of spectrum with 256QAM modulation as used over many
cable systems. This would pose problems for them since they slice the
spectrum up in 6 MHz chunks. Satellite, however, may be able to do it.
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-10-02-1924@ipal.net |
|------------------------------------/-------------------------------------|
>On Tue, 02 Oct 2007 19:54:39 -0400 kony <spam@spam.com> wrote:
>| On 2 Oct 2007 12:54:39 GMT, phil-news-nospam@ipal.net wrote:
>|
>|
>|>| Of course lower is technically possible but not a practical
>|>| design goal for a PC video card. Thus, video cards really
>|>| don't go lower because you'd have to change the default
>|>| behavior including the driver settings, which nobody in
>|>| their right mind would do to output from a PC to an LCD.
>|>
>|>Why not? If the video card has an upper limit on pixel clock AND you
>|>want a larger geometry, then slowing the horizontal (to get more pixels
>|>per line) and the vertical (to get more lines per frame) is simply going
>|>to be what you do.
>|
>| No you don't _want_ to do that, because there's no gain in
>| doing it, only degradation in visual quality. This is until
>| the data link bandwidth is exceeded, at which point a second
>| data link is used. It is used for a reason - to preserve
>| visual quality and/or allow for it, instead of degrading it
>| with your proposed solution.
>
>There is no second data link. A card with a second data link would cost
>more money. The geometry can be achieved with a lower frame rate with
>the same video card, with no degradation in quality for a great many
>uses of graphical displays, including most business uses.
Again, the goal is not to use old junk then degrade
standards to make it work, just get a normal video card like
anyone else. Even integrated video has no problem
outputting 60Hz at HD resolution.
What you are claiming is a problem, isn't.
>| Fair enough, it is the framerate but the 24Hz is a lower
>| limit one doesn't want to cause, it is only due to the
>| format of the video content. There is no need to cause
>| this state.
>
>The motion picture industry does not seem to agree with you.
Untrue, their choice has no bearing except a lower limit,
not an upper limit.
>Of course
>a motion picture projector would produce flicker if run at 24 shutter
>openings per second. The figured out ages ago that by opening the
>shutter 48 or 72 times a second, timed so that the openings were of the
>same timing between them, where 2 or 3 openings would have the same
>frame, that this eliminated the flicker (even though it did not change
>the total accumulated time the shutter was open) for most eyes.
>
>Were it the case that motion that changed only every 1/24 of second
>were annoying, too, they would have change the system to a higher frame
>rate. They did for special cases (action sports), but not for the
>average movie.
These things take time, nothing starts out as good as it
ends up in it's final state. For example we could say if HD
resolution mattered then they'd have just done that in the
first place too on all distribution content.
People can in fact see interruption to fluid motion at
24FPS. IMO, the threshold is a little closer to 35FPS but
of course will depend on one's visual acuity and alertness.
>
>
>|>What the TV world refers to as frame rate is what the computer world
>|>refers to as vertical frequency. A "1080p24" HD TV signal has a frame
>|>rate of 24 frames per second (or 1000/1001 of that rate if locked to
>|>legacy NTSC reference clock timing), and that is 24 Hz or 23.976 Hz.
>|
>| This doesn't matter, it is only a lower limit. Slowing down
>| one end to the slowest the other would ever require is a
>| backwards concept. On a PC (thus using LCD PC monitor),
>| both ends can support faster than that.
>
>Making a video card that has a faster pixel clock rate costs more
>money.
Wrong. Today the rate is already high enough and it would
cost more money to make an additional, special downgraded
version that could only meet your antiquated limit. Instead
the most cost effective is to make video cards with large
market appeal and capable of multiple purposes.
Even the cheapest integrated video today has no problem
outputting 60Hz at HD resolution. It doesn't get any
cheaper than that.
>| Never said they did, but one could call the jerkiness of
>| 24Hz flicker-like as well. 24 FPS is visually noticable on
>| an LCD.
>
>Tell me which LCD monitor you have seen 24 fps video displayed?
>Manufacturer and model, please.
You don't seem to understand. Every single LCD monitor on
earth, the factor is not the monitor, it is that the subject
watching can discern breaks in movement at a rate so low as
24 FPS. Maybe your eyes are bad and you can't see it, but
again it would be a matter of degrading something to meet a
bare minimum threshold instead of keeping it at current
quality and striving for even better.
>
>
>|>Some people _need_ high frame rates for legitimate purposes, such as
>|>gaming, and watching high action video.
>|
>| Most people will benefit from more than 24FPS in typical
>| motion video uses. Most people don't have the problem you
>| suggest and attempt to solve by lowering the rate to 24.
>
>They can benefit by less costly hardware, whether older or newer, by running
>the video at 24 fps when their type of use of the computer is compatible with
>that slow frame rate.
<sigh>
I can see you still don't get it. That you have some
ancient Maxtrox card incapable of current performance levels
from even the cheapest hardware made in the last few
generations/years, is no support for your argument. Such an
ancient system that video card would be found in has many
limitations besides what the video card can output including
processing peformance, no DVD drive, ancient OS that may not
even be able to run the modern software for playback, and
would not typically have a modern high resolution LCD mated
with it for use.
Randomly selecting any cheap modern system there is no
problem doing what you suggest is problematic. Try it
sometime.
On Tue, 02 Oct 2007 21:34:52 -0400 kony <spam@spam.com> wrote:
| On 3 Oct 2007 00:50:40 GMT, phil-news-nospam@ipal.net wrote:
|
|>On Tue, 02 Oct 2007 19:54:39 -0400 kony <spam@spam.com> wrote:
|>| On 2 Oct 2007 12:54:39 GMT, phil-news-nospam@ipal.net wrote:
|>|
|>|
|>|>| Of course lower is technically possible but not a practical
|>|>| design goal for a PC video card. Thus, video cards really
|>|>| don't go lower because you'd have to change the default
|>|>| behavior including the driver settings, which nobody in
|>|>| their right mind would do to output from a PC to an LCD.
|>|>
|>|>Why not? If the video card has an upper limit on pixel clock AND you
|>|>want a larger geometry, then slowing the horizontal (to get more pixels
|>|>per line) and the vertical (to get more lines per frame) is simply going
|>|>to be what you do.
|>|
|>| No you don't _want_ to do that, because there's no gain in
|>| doing it, only degradation in visual quality. This is until
|>| the data link bandwidth is exceeded, at which point a second
|>| data link is used. It is used for a reason - to preserve
|>| visual quality and/or allow for it, instead of degrading it
|>| with your proposed solution.
|>
|>There is no second data link. A card with a second data link would cost
|>more money. The geometry can be achieved with a lower frame rate with
|>the same video card, with no degradation in quality for a great many
|>uses of graphical displays, including most business uses.
|
| Again, the goal is not to use old junk then degrade
| standards to make it work, just get a normal video card like
| anyone else. Even integrated video has no problem
| outputting 60Hz at HD resolution.
You are continuing to make assumptions. I do not have any such goal
to use "old junk". I use what works with all software.
Define "a normal video card". One that costs $100?
Sure, outputting at 60Hz is possible at some resolutions. But it is not
possible on all video cards at all resolutions. Video has been a difficult
problem due to this issue for years. LCDs can now solve that problem, but
only if they accept low frame rate video.
And you continue to ignore genuine 24 fps high definition video originating
in motion picture film production, which is another source of 24 fps, or in
some cases 23.976 fps, video.
The past problems have all been expensive to solve. For example a scan
doubler would have solved the video problems in the past for CRT displays.
But a scan doubler is very expensive so it is not a practical solution.
But what is NOW practical ... and very inexpensive ... is to extend the
range of scan clock on LCD. Maybe the only reason it isn't done is because
the engineers or product managers of LCDs are as closed minded as you are
about the realities of video? or maybe they (and you?) have a vested
interest in selling high end video cards?
|>The motion picture industry does not seem to agree with you.
|
| Untrue, their choice has no bearing except a lower limit,
| not an upper limit.
This is all about the lower limit. Maybe your position on this is because
you are getting things mixed up? Or maybe it is because you think that
what I want to do is not just lower the lower limit to at least as low as
23.976 Hz/fps, but to also lower the upper limit? No. I do NOT want to
lower the upper limit at all. If anything, I think it should be raised,
at least if it is not already capable of 120 Hz.
All that is needed in an LCD to make this work is to extend the range of
the analog to digital sampling clock. Frequency synthesizer circuits,
especially those that produce pulse or square wave output, can easily go
all the way down to near zero by just putting in a larger number in the
divider register. To extend these circuits for LCD purpose, they might
need to have 1 or 2 more bits added to the register size (basically, just
use an oscillator chip that has the wider range). Then don't impose any
such limit in the software of the display.
|>Of course
|>a motion picture projector would produce flicker if run at 24 shutter
|>openings per second. The figured out ages ago that by opening the
|>shutter 48 or 72 times a second, timed so that the openings were of the
|>same timing between them, where 2 or 3 openings would have the same
|>frame, that this eliminated the flicker (even though it did not change
|>the total accumulated time the shutter was open) for most eyes.
|>
|>Were it the case that motion that changed only every 1/24 of second
|>were annoying, too, they would have change the system to a higher frame
|>rate. They did for special cases (action sports), but not for the
|>average movie.
|
| These things take time, nothing starts out as good as it
| ends up in it's final state. For example we could say if HD
| resolution mattered then they'd have just done that in the
| first place too on all distribution content.
Things that are very expnsive to do will not get done as readily. It was
well known that high definition was better as early as the 1950's when it
was first experimented with for military use. It was even deployed in the
Vietnam war. It just wasn't practical for widespread use for many reasons,
including very high prices and extreme spectral bandwidth.
So your argue is not applicable because you are referring to something that
at the time had a very high cost resistance.
| People can in fact see interruption to fluid motion at
| 24FPS. IMO, the threshold is a little closer to 35FPS but
| of course will depend on one's visual acuity and alertness.
I do not disagree with the detection of fluid motion at 24 fps. I might
argue that the upper limit is even higher than 35 fps (if that is what you
meant), but that is another topic. But what is usually displayed on office
desktop screens is not in the "fluid motion" motion category. The ability
to display higher resolution is far more important than the ability to have
fluid non-jerky motion. Sure, both would be nice. But office environments
don't justify spending the extra to get both of those features since the
motion aspect is not nearly as important.
Ever wonder why widescreen computer displays are 16:10 instead of 16:9 as
has been decided for broadcast and other video programming content? The
answer is that it is the correct aspect ratio to fit TWO pages of text in
standard 8.5x11 or A4 paper sizes, side by side. But it takes really high
resolutions like 2560x1600 to display them reasonably readable.
|>|>What the TV world refers to as frame rate is what the computer world
|>|>refers to as vertical frequency. A "1080p24" HD TV signal has a frame
|>|>rate of 24 frames per second (or 1000/1001 of that rate if locked to
|>|>legacy NTSC reference clock timing), and that is 24 Hz or 23.976 Hz.
|>|
|>| This doesn't matter, it is only a lower limit. Slowing down
|>| one end to the slowest the other would ever require is a
|>| backwards concept. On a PC (thus using LCD PC monitor),
|>| both ends can support faster than that.
|>
|>Making a video card that has a faster pixel clock rate costs more
|>money.
|
| Wrong. Today the rate is already high enough and it would
| cost more money to make an additional, special downgraded
| version that could only meet your antiquated limit. Instead
| the most cost effective is to make video cards with large
| market appeal and capable of multiple purposes.
There are still low-end and high-end video cards on the market, where
the low-end ones still have clock speed limits. Why don't you go speak
to their engineers and ask them how much it would cost them to increase
the clock frequency on them to what the high-end cards have. It would
surely not cost as much as the high-end card (because we're leaving out
the 3D texture animation features and other motion stuff not needed in
an office environment).
| Even the cheapest integrated video today has no problem
| outputting 60Hz at HD resolution. It doesn't get any
| cheaper than that.
Identify ONE such card, which has working driver software for all major
operating systems, and open specifications to validate the software or
correct it where applicable (e.g. in open source systems). The most
modern card I know of that can be universally used is the Matrox G550.
|>| Never said they did, but one could call the jerkiness of
|>| 24Hz flicker-like as well. 24 FPS is visually noticable on
|>| an LCD.
|>
|>Tell me which LCD monitor you have seen 24 fps video displayed?
|>Manufacturer and model, please.
|
| You don't seem to understand. Every single LCD monitor on
| earth, the factor is not the monitor, it is that the subject
| watching can discern breaks in movement at a rate so low as
| 24 FPS. Maybe your eyes are bad and you can't see it, but
| again it would be a matter of degrading something to meet a
| bare minimum threshold instead of keeping it at current
| quality and striving for even better.
You don't seem to understand. This is not about movement. Sure, there
are uses for monitors where movement is a factor. But there are plenty
where it is not (office uses is the big example).
I can see the 24 fps effect. It is NOT annoying to me, as I want many
movies. Hint: even if you upscan the movie to "3:2 pulldone" as is done
to show 24 fps films on NTSC or 60 fps HD video, that jerkiness in the
motion is still present.
All movies shot at 24 fps will look NO BETTER at 60 Hz than at 24 Hz on
an LCD monitor. In fact, they may even look a tad bit WORSE because of
the fact that every other frame lasts a bit longer in time than the frames
between them (at 60 Hz, one frame is displayed 3 times, then the next is
displayed 2 times, then 3, then 2, and so on). You could, of course, up
the 24 fps movie to 48 Hz or 72 Hz to eliminate that effect. But you
could just as easily leave it at 24 fps and display it on an LCD since
LCD eliminates the flicker issue just as if you had a scan converter.
|>|>Some people _need_ high frame rates for legitimate purposes, such as
|>|>gaming, and watching high action video.
|>|
|>| Most people will benefit from more than 24FPS in typical
|>| motion video uses. Most people don't have the problem you
|>| suggest and attempt to solve by lowering the rate to 24.
|>
|>They can benefit by less costly hardware, whether older or newer, by running
|>the video at 24 fps when their type of use of the computer is compatible with
|>that slow frame rate.
|
| <sigh>
|
| I can see you still don't get it. That you have some
| ancient Maxtrox card incapable of current performance levels
| from even the cheapest hardware made in the last few
| generations/years, is no support for your argument. Such an
| ancient system that video card would be found in has many
| limitations besides what the video card can output including
| processing peformance, no DVD drive, ancient OS that may not
| even be able to run the modern software for playback, and
| would not typically have a modern high resolution LCD mated
| with it for use.
|
| Randomly selecting any cheap modern system there is no
| problem doing what you suggest is problematic. Try it
| sometime.
I can see you still don't get it. It's about making things work for what
is being used ... not for what _you_ happen to use video cards for (such
as maybe watching movies shot at 60 wasteful film frames per second).
Show me ONE video card you think I should use that universally works in
all software and systems. Hint: if it has always had open programming
specifications, it will. Those that release their specs today will
qualify in about a year or two.
This is the system:
Tyan S2927A2NRF mainboard (2x Gb ether, 6 SATA-II, on board)
2x AMD Opteron (model 2222) 3.0 GHz dual-core CPU
4GB DDR-2 667 MHz ECC RAM
Matrox Millennium G550 PCIe video
2x Seagate 750GB SATA hard drives
Gentoo Linux with 2.6.22.9 kernel
But let's also talk about LOW PRICE systems that still need to be used in
an office environment. *IF* LCD monitors would do the video scanning at a
_lower_ frequency (again ... this is not eliminating the ability to scan
at a higher frequency as well, or even by default), then a low cost HIGH
RESOLUTION office desk system can be achieved at a very low cost. Because
of that one limitation in LCD monitors, that does not cost more than about
three dollars to fix (and this would only need to be done in a few models so
_you_ would never have to pay for it), we can lower the total cost of an
office computer by a couple HUNDRED dollars and have higher resolution.
But I guess you'd rather they go ahead and get a high end computer system
with more costly video and software ... just so the secretaries won't have
to be annoyed watching jerky 24 fps when they goof off in the afternoon
watching the soap operas.
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-10-04-0748@ipal.net |
|------------------------------------/-------------------------------------|
>
>You are continuing to make assumptions. I do not have any such goal
>to use "old junk". I use what works with all software.
yes you do insist on only considering old junk. Any video
card made by the major 2 (nVidia and ATI) in the last
several years can do 60Hz HD resolution video.
>
>Define "a normal video card". One that costs $100?
One that costs $0 because it's integrated into a
motherboard. One that costs $0 because it was old AGP or
PCI tech and being thrown away due to being incompatible
with a new system. One that costs $10 on ebay. One that
costs $20 at a hardware surplus 'site, and certainly any of
the current generation cards you'd buy at any PC hardware
seller's website.
>
>Sure, outputting at 60Hz is possible at some resolutions. But it is not
>possible on all video cards at all resolutions.
I don't think you've ever tried.
This discussion is crazy. What you are implying is a
problem/won't work, is being done by plenty of people every
day. They aren't crying out for sub-60Hz rate because it
works already.