From: Bill Marshal on
> The final category of monitor are those that are more-or-less just HDTV
> sets to which a computer has been plugged in. If it's over 30 inches
> diagonally, that's probably what you're looking at. Surprisingly, these

Hi. Thanks for the reply.

No, this was a real monitor that looked a yard wide, but is more like 25
to 30 inches. They have lots of HDTV types that look great with a movie
but horrible when connected to a computer. I two friends who found that
out.

But, what actually caught my eye was not just the size, but the absolutely
wonderfully sharp image of the desktop that was showing. It was at least
as good as my very good Samsung 19".

Looks like, from your and other's replies, that all I need is a good
Nvidia card and it ought to do the job. I plan to go back over this
weekend and see what they are using, but making sure that I have lots of
time to research it properly this time. Reconfiguring my XF86Config-4
file is no big deal, especially with LCD monitors that you can't blow by
experimenting.

Bill
From: dion_b on
Bill Marshal wrote:
>>run of cards can't display the mode required. It would be something like
>>4096 x 1024
>>
>
>
> Well, that was a typo. I meant something closer to 16:9, like 1820 x 1024
>
> Bill
>

16:9 monitors work fine with Linux. I am currently typing on a Xinerama
setup with an IBM P70 (stopgap 17" solution after my 20" 4:3 died) next
to a huge Sony W900 (24" widescreen CRT, capable of 1920x1200(a)60Hz or
1600x900(a)85Hz), both attached to a GeForce4Ti4200-8X AGP card.

Modelines were a bit of a pain, I can get the W900 working at
1600x900(a)85Hz under Windows XP, but so far have not been able to
convince Linux to do the same. Currently I'm running on 1280x1024(a)76Hz
on the 17" and 1600x1024(a)76Hz on the 24" widescreen. Gentoo Linux with
2.6.14 kernel and Xorg-x11-6.8.2-r4

Here's the relevant bits from my xorg.conf

Section "Monitor"
Identifier "IBM P70"
HorizSync 31.5 - 82.0
VertRefresh 50-120

# works fine with default modelines
EndSection

Section "Monitor"
Identifier "Sony W900"
HorizSync 30 - 96
VertRefresh 50 - 160
Modeline "1600x900(a)85" 192.68 1600 1632 2360 2392 900 916 929 946
Modeline "1600x1024" 165.92 1600 1664 1728 2048 1024 1026 1028
1066 -hsync -vsync #76Hz
EndSection

[...]

Section "Screen"
Identifier "Screen 0"
Device "GeForce4Ti4200 1"
Monitor "IBM P70"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "Screen 1"
Device "GeForce4Ti4200 2"
Monitor "Sony W900"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1600x1024" "1600x900(a)85" "1280x1024"
"1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1600x1024" "1600x900(a)85" "1280x1024"
"1024x768" "800x600" "640x480"
EndSubsection
EndSection


Note that the 1600x900(a)85 setting does not work...
From: J. Clarke on
John-Paul Stewart wrote:

> Bill Marshal wrote:
>>>run of cards can't display the mode required. It would be something like
>>>4096 x 1024
>>>
>>
>>
>> Well, that was a typo. I meant something closer to 16:9, like 1820 x 1024
>
> There are lots of cards that support 16:9 or 16:10 aspect ratios. I
> know most ATI cards will do 1920x1200 (16:10) with no trouble.
> Presumably other brands do, too. It's quite common. Lower resolutions
> at 16:9 and 16:10 are even more commonly supported by the card makers.
>
> Some of the highest resolution monitors (Apple and Dell both offer 30
> inch units) run at 2560x1600 which requires a graphics card that
> supports a "DualLink" DVI interface. You've got to check card specs
> carefully but ATI and nVidia offer suitable cards which work with those
> companies' proprietary drivers.
>
> The final category of monitor are those that are more-or-less just HDTV
> sets to which a computer has been plugged in. If it's over 30 inches
> diagonally, that's probably what you're looking at. Surprisingly, these
> are often fairly low resolution devices. 1366x768 is common resolution
> for such units. (Viewsonic's 40 inch and 42 inch displays are one
> example.) That's a much lower resolution, and hence more broadly
> supported.

Just a comment but BenQ, Sceptre, and Westinghouse are all selling 37" HDTVs
using one of two Chinese 1920x1080 panels for about $1700. Friend of mine
has the Sceptre and it works very nicely as a monitor--he's running Windows
though so can't really comment on how it works with Linux.

> The only potential catch is that you *might* need to create a custom
> modeline in your X config file for unusual resolutions.

--
--John
to email, dial "usenet" and validate
(was jclarke at eye bee em dot net)
From: serge on
Hello,

You've mention apple and dell 30" monitors.
As far as know Dell requires PCIe cards with dual dvi. Only thoses card
would suuport
the resolution. I wonder could there be AGP cards with dual dvi that would
support
the 2xxx x 16xx resolution. Or does it mean that in order to be able to run
the dell's 30" one will have to buy a new m/b that leans new CPU and offten
new memeory etc etc etc
Than k you


"John-Paul Stewart" <jpstewart(a)binaryfoundry.ca> ???????/???????? ? ????????
?????????: news:mbiv93-2oa.ln1(a)mail.binaryfoundry.ca...
> Bill Marshal wrote:
>>>run of cards can't display the mode required. It would be something like
>>>4096 x 1024
>>>
>>
>>
>> Well, that was a typo. I meant something closer to 16:9, like 1820 x 1024
>
> There are lots of cards that support 16:9 or 16:10 aspect ratios. I know
> most ATI cards will do 1920x1200 (16:10) with no trouble. Presumably other
> brands do, too. It's quite common. Lower resolutions at 16:9 and 16:10
> are even more commonly supported by the card makers.
>
> Some of the highest resolution monitors (Apple and Dell both offer 30 inch
> units) run at 2560x1600 which requires a graphics card that supports a
> "DualLink" DVI interface. You've got to check card specs carefully but
> ATI and nVidia offer suitable cards which work with those companies'
> proprietary drivers.
>
> The final category of monitor are those that are more-or-less just HDTV
> sets to which a computer has been plugged in. If it's over 30 inches
> diagonally, that's probably what you're looking at. Surprisingly, these
> are often fairly low resolution devices. 1366x768 is common resolution
> for such units. (Viewsonic's 40 inch and 42 inch displays are one
> example.) That's a much lower resolution, and hence more broadly
> supported.
>
> The only potential catch is that you *might* need to create a custom
> modeline in your X config file for unusual resolutions.


From: Markku Kolkka on
serge wrote:
> You've mention apple and dell 30" monitors.
> As far as know Dell requires PCIe cards with dual dvi. Only thoses
> card would suuport
> the resolution. I wonder could there be AGP cards with dual dvi that
> would support
> the 2xxx x 16xx resolution.

Yes, but AFAIK they are expensive "workstation" cards intended for CAD
applications, e.g. ATI FireGL X3-256, 3Dlabs Wildcat Realizm 200 or
nVidia Quadro FX 3000. A new motherboard + dual link capable PCIe card
is likely to be cheaper than one of those cards.

--
Markku Kolkka
markku.kolkka(a)iki.fi