Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Mika Liljeberg
On Tue, 2003-09-02 at 16:44, Brian Paul wrote:
> If one doesn't have a single graphics card capable of driving this 
> display, four systems can be used:
> 
> With DMX (http://dmx.sourceforge.net/) you can set up a multi-machine 
> Xinerama desktop.
> 
> On top of that, you can use Chromium (http://chromium.sourceforge.net) 
> to run 3D apps.
> 
> People have driven the T221 in that manner, but I'm not sure how the 
> video signals from the four cards were synchronized.

It ought to be simple enough to write a software genlock driver that
chooses one of the cards as master and tweaks the pixel clocks on the
other ones to bring them into sync with the master.

MikaL



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Michael Lampe
Brian Paul wrote:

> People have driven the T221 in that manner, but I'm not sure how
> the video signals from the four cards were synchronized.
See http://graphics.stanford.edu/papers/cr/cr.pdf. They used IBM's SGE 
(Scalable Graphics Engine, a network-attached parallel framebuffer) to 
drive the display. The video signals from the graphics cards were not used.

-Michael



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Keith Whitwell
Linus Torvalds wrote:
Ok, this is pretty off-topic, but I'm wondering what the status is for
open-source support of 3D-capable drivers for such studly monitors as the
IBM T221.
Yes, it's still expensive as hell, but it isn't nearly as bad as it was a
few years ago when it was very limited availability, and cost USD $20k+.  
These days it is "only" $9k or so and apparently is actually available in
the sales channel.

The thing is a 3840x2400 pixel monster, and to drive it at reasonable
frequencies you actually need to support a quad DVI setup where it looks
basically like four monitors running at 1920x1200. And from what I can
gather by googling, the outputs need to be synchronized, so you really
need to have a card like the NVidia Quadro4 XGL or similar (ie you can
apparetly _not_ drive it with multiple separate video cards).
Apparently it also does work with just a single DVI thing (ie reports of
it working with the Radeon 8500 at least on macs), probably at a much
reduced frequency (ie a single DVI link should be able to drive the thing
at something like 10Hz refresh rate - I think the Radeon 8500 supports two
links on its single DVI-I interface, so should get up to 20Hz?).
The binary-only NVidia driver supports it at the full 40Hz frequency, so I
know I can get the thing to work under Linux in case I decide to waste the
money on it (or, preferably, convince my employer to do so ;)
However, I was wondering if anybody knows of somebody using it with proper
opensource drivers.. Or is just otherwise confident for some technical
reason that it should work..
I'd want 3D acceleration to work, but I don't care if it ends up being
limited to smaller areas (ie if the canvas size has to be limited to
2048x1536 or something, who cares?).
Damn, but it's a drool-inducing piece of hardware.
Apparently people have used multiple adaptors to get this hardware working, 
using DMX and chromium to distribute X and OpenGL over the cluster respectively.

Keith



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Brian Paul
Linus Torvalds wrote:
Ok, this is pretty off-topic, but I'm wondering what the status is for
open-source support of 3D-capable drivers for such studly monitors as the
IBM T221.
Yes, it's still expensive as hell, but it isn't nearly as bad as it was a
few years ago when it was very limited availability, and cost USD $20k+.  
These days it is "only" $9k or so and apparently is actually available in
the sales channel.

The thing is a 3840x2400 pixel monster, and to drive it at reasonable
frequencies you actually need to support a quad DVI setup where it looks
basically like four monitors running at 1920x1200. And from what I can
gather by googling, the outputs need to be synchronized, so you really
need to have a card like the NVidia Quadro4 XGL or similar (ie you can
apparetly _not_ drive it with multiple separate video cards).
Apparently it also does work with just a single DVI thing (ie reports of
it working with the Radeon 8500 at least on macs), probably at a much
reduced frequency (ie a single DVI link should be able to drive the thing
at something like 10Hz refresh rate - I think the Radeon 8500 supports two
links on its single DVI-I interface, so should get up to 20Hz?).
The binary-only NVidia driver supports it at the full 40Hz frequency, so I
know I can get the thing to work under Linux in case I decide to waste the
money on it (or, preferably, convince my employer to do so ;)
However, I was wondering if anybody knows of somebody using it with proper
opensource drivers.. Or is just otherwise confident for some technical
reason that it should work..
I'd want 3D acceleration to work, but I don't care if it ends up being
limited to smaller areas (ie if the canvas size has to be limited to
2048x1536 or something, who cares?).
Damn, but it's a drool-inducing piece of hardware.


If one doesn't have a single graphics card capable of driving this 
display, four systems can be used:

With DMX (http://dmx.sourceforge.net/) you can set up a multi-machine 
Xinerama desktop.

On top of that, you can use Chromium (http://chromium.sourceforge.net) 
to run 3D apps.

People have driven the T221 in that manner, but I'm not sure how the 
video signals from the four cards were synchronized.

-Brian



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Rich 'Forge' Mingin
> > However, I was wondering if anybody knows of somebody using it with 
proper opensource drivers.. Or is just otherwise confident for some 
technical reason that it should work..
> > I'd want 3D acceleration to work, but I don't care if it ends up 
being limited to smaller areas (ie if the canvas size has to be limited 
to 2048x1536 or something, who cares?).

> If I'm not mistaken it doesn't work currently, however ATI's windows 
drivers support larger resolutions (with 3d), so it looks like it's 
possible to work around the chip limits (which is 2560x2560 for the r300 
(and derivatives) and 2048x2048 for the r200). Last > time I checked 
ATI's linux driver didn't support those larger resolutions (if 3d is 
enabled) however.

I was so proud when I just managed to get two Dell FP2000s Even the 
9800 Pro failed to provide hardware 3D when I ran at the native 
3200x1200. In Windows it worked, in Linux the glxgears frame rate was 
correct, but the output window was black. Switching to one of Nvidia's 
evil closed-source deivces got my hardware 3D at 3200x1200 working. Just 
the thought of trying to drive 3840x2400 makes me both excited and 
apprehensive. ;)

> > Damn, but it's a drool-inducing piece of hardware.

> Unfortunately still out of my price range by quite a bit...
> Roland
Makes my FP2000s look very affordable. :)

- Rich



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-02 Thread Ian Romanick
Linus Torvalds wrote:

Ok, this is pretty off-topic, but I'm wondering what the status is for
open-source support of 3D-capable drivers for such studly monitors as the
IBM T221.
It is a beast.  A couple people in my group are trying to convince 
management that we need one, but it's a hard sell (as I'm sure you can 
imaging).  I'm CCing a couple people who will know better, but I'll tell 
you what I can recall.  If you run it from a single DVI input you're 
only going to get about 7Hz refresh rate.  I believe that we briefly had 
one running on some sort of Nvidia setup using dual DVI conntects, and 
we got about 18Hz.

It should be possible to drive it with a Radeon 8500 type card.  One of 
the 9100 chips would probably be your best bet.  You wouldn't get any 
accelerated 3D on it, though.  It could be accelerated, but our current 
static back-buffer / depth-buffer architecture won't allow it.  At 
least, not without a lot of pain.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-01 Thread Dave Airlie

I recently got from ATI Embedded, an eval kit for the M7 and M9 and these
cards have dual DVI, granted they don't fit in a PC case too well ( one
connector comes out the top of the card :-), but they are only eval boards
for embedded designers..

Dave.

On Mon, 1 Sep 2003, Alex Deucher wrote:

> Linus,
>
>  Some dell OEM radeon cards offered Dual DVI ports and I believe there
> are some other oems (tyan?) that will be offering Dual DVI cards. the
> radeon 9000s and newer only have one tdms trandsmitter built in, but an
> additional external one can be added on to drive the second DVI port.
>
> for multi-head 3D on radeon hardware, check out my mergedfb patch:
> http://bugs.xfree86.org/show_bug.cgi?id=276
>
> Unfortunately, due to a hardware limitation with the scissor registers,
> you are limited to 2048x2048 for 3D.  your framebuffer can be as large
> as 8192x8192 (limits for the 2D engine).  you can use mergedfb at
> resolutions higher than 2048x2048, however, any 3D windows larger than
> 2048x2048 will not display.
>
> Alex
>
> --- Linus Torvalds <[EMAIL PROTECTED]> wrote:
> >
> > Ok, this is pretty off-topic, but I'm wondering what the status is
> > for
> > open-source support of 3D-capable drivers for such studly monitors as
> > the
> > IBM T221.
> >
> > Yes, it's still expensive as hell, but it isn't nearly as bad as it
> > was a
> > few years ago when it was very limited availability, and cost USD
> > $20k+.
> > These days it is "only" $9k or so and apparently is actually
> > available in
> > the sales channel.
> >
> > The thing is a 3840x2400 pixel monster, and to drive it at reasonable
> > frequencies you actually need to support a quad DVI setup where it
> > looks
> > basically like four monitors running at 1920x1200. And from what I
> > can
> > gather by googling, the outputs need to be synchronized, so you
> > really
> > need to have a card like the NVidia Quadro4 XGL or similar (ie you
> > can
> > apparetly _not_ drive it with multiple separate video cards).
> >
> > Apparently it also does work with just a single DVI thing (ie reports
> > of
> > it working with the Radeon 8500 at least on macs), probably at a much
> > reduced frequency (ie a single DVI link should be able to drive the
> > thing
> > at something like 10Hz refresh rate - I think the Radeon 8500
> > supports two
> > links on its single DVI-I interface, so should get up to 20Hz?).
> >
> > The binary-only NVidia driver supports it at the full 40Hz frequency,
> > so I
> > know I can get the thing to work under Linux in case I decide to
> > waste the
> > money on it (or, preferably, convince my employer to do so ;)
> >
> > However, I was wondering if anybody knows of somebody using it with
> > proper
> > opensource drivers.. Or is just otherwise confident for some
> > technical
> > reason that it should work..
> >
> > I'd want 3D acceleration to work, but I don't care if it ends up
> > being
> > limited to smaller areas (ie if the canvas size has to be limited to
> > 2048x1536 or something, who cares?).
> >
> > Damn, but it's a drool-inducing piece of hardware.
> >
> > Linus
> >
> >
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Dri-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dri-devel
>

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / [EMAIL PROTECTED]
pam_smb / Linux DECstation / Linux VAX / ILUG person



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-01 Thread Alex Deucher
Linus, 

 Some dell OEM radeon cards offered Dual DVI ports and I believe there
are some other oems (tyan?) that will be offering Dual DVI cards. the
radeon 9000s and newer only have one tdms trandsmitter built in, but an
additional external one can be added on to drive the second DVI port.

for multi-head 3D on radeon hardware, check out my mergedfb patch:
http://bugs.xfree86.org/show_bug.cgi?id=276

Unfortunately, due to a hardware limitation with the scissor registers,
you are limited to 2048x2048 for 3D.  your framebuffer can be as large
as 8192x8192 (limits for the 2D engine).  you can use mergedfb at
resolutions higher than 2048x2048, however, any 3D windows larger than
2048x2048 will not display.

Alex

--- Linus Torvalds <[EMAIL PROTECTED]> wrote:
> 
> Ok, this is pretty off-topic, but I'm wondering what the status is
> for
> open-source support of 3D-capable drivers for such studly monitors as
> the
> IBM T221.
> 
> Yes, it's still expensive as hell, but it isn't nearly as bad as it
> was a
> few years ago when it was very limited availability, and cost USD
> $20k+.  
> These days it is "only" $9k or so and apparently is actually
> available in
> the sales channel.
> 
> The thing is a 3840x2400 pixel monster, and to drive it at reasonable
> frequencies you actually need to support a quad DVI setup where it
> looks
> basically like four monitors running at 1920x1200. And from what I
> can
> gather by googling, the outputs need to be synchronized, so you
> really
> need to have a card like the NVidia Quadro4 XGL or similar (ie you
> can
> apparetly _not_ drive it with multiple separate video cards).
> 
> Apparently it also does work with just a single DVI thing (ie reports
> of
> it working with the Radeon 8500 at least on macs), probably at a much
> reduced frequency (ie a single DVI link should be able to drive the
> thing
> at something like 10Hz refresh rate - I think the Radeon 8500
> supports two
> links on its single DVI-I interface, so should get up to 20Hz?).
> 
> The binary-only NVidia driver supports it at the full 40Hz frequency,
> so I
> know I can get the thing to work under Linux in case I decide to
> waste the
> money on it (or, preferably, convince my employer to do so ;)
> 
> However, I was wondering if anybody knows of somebody using it with
> proper
> opensource drivers.. Or is just otherwise confident for some
> technical
> reason that it should work..
> 
> I'd want 3D acceleration to work, but I don't care if it ends up
> being
> limited to smaller areas (ie if the canvas size has to be limited to
> 2048x1536 or something, who cares?).
> 
> Damn, but it's a drool-inducing piece of hardware.
> 
>   Linus
> 
>

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] High-resolution monitors (T221)

2003-09-01 Thread Roland Scheidegger
Linus Torvalds wrote:
The thing is a 3840x2400 pixel monster, and to drive it at reasonable
 frequencies you actually need to support a quad DVI setup where it 
looks basically like four monitors running at 1920x1200. And from 
what I can gather by googling, the outputs need to be synchronized, 
so you really need to have a card like the NVidia Quadro4 XGL or 
similar (ie you can apparetly _not_ drive it with multiple separate 
video cards).

Apparently it also does work with just a single DVI thing (ie reports
 of it working with the Radeon 8500 at least on macs), probably at a 
much reduced frequency (ie a single DVI link should be able to drive 
the thing at something like 10Hz refresh rate - I think the Radeon 
8500 supports two links on its single DVI-I interface, so should get 
up to 20Hz?).
I don't know of much cards which have dual-link tmds. Even all the
Quadro4 XGL cards only have 2 single tmds links. The Quadro NVS 400
(PCI) supports 4 single links, but I have no idea if there is linux/3d
support in the driver (basically I believe this is just 2 GeForce4MX 420
chips on one board). If you get the Quadro FX 2000 or 3000 (but not
1000), it has one dual-link and one single-link DVI connectors. All ATI
consumer cards have only 1 single tmds link (there were announcements
from tyan about dual-dvi cards, but the cards were apparently
cancelled). The firegl cards (at least the newer ones based on the
"gaming chips") have two single tmds links.
The binary-only NVidia driver supports it at the full 40Hz frequency,
 so I know I can get the thing to work under Linux in case I decide
to waste the money on it (or, preferably, convince my employer to do
so ;)
I assume you can get the 40Hz only with the FX2000/3000?
The reviews I read stated something like 12Hz if they only used 1 dvi
output of a Quadro4 XGL, and double of that (but with tearing due to
sync issues in 3d - not sure if this is driver fixable) if they used
both dvi connectors.
However, I was wondering if anybody knows of somebody using it with 
proper opensource drivers.. Or is just otherwise confident for some 
technical reason that it should work..

I'd want 3D acceleration to work, but I don't care if it ends up 
being limited to smaller areas (ie if the canvas size has to be 
limited to 2048x1536 or something, who cares?).
If I'm not mistaken it doesn't work currently, however ATI's windows 
drivers support larger resolutions (with 3d), so it looks like it's 
possible to work around the chip limits (which is 2560x2560 for the r300 
(and derivatives) and 2048x2048 for the r200). Last time I checked ATI's 
linux driver didn't support those larger resolutions (if 3d is enabled) 
however.

Damn, but it's a drool-inducing piece of hardware.
Unfortunately still out of my price range by quite a bit...

Roland



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: [Dri-devel] High-resolution monitors (T221)

2003-09-01 Thread Daniel Vogel
> Damn, but it's a drool-inducing piece of hardware.

Indeed - Tim has one on his desk and it's virtually impossible to spot
single pixels on it :) Be warned though if you plan to get one, the low
refresh rate can be very annoying.

-- Daniel, Epic Games Inc. 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] High-resolution monitors (T221)

2003-09-01 Thread Linus Torvalds

Ok, this is pretty off-topic, but I'm wondering what the status is for
open-source support of 3D-capable drivers for such studly monitors as the
IBM T221.

Yes, it's still expensive as hell, but it isn't nearly as bad as it was a
few years ago when it was very limited availability, and cost USD $20k+.  
These days it is "only" $9k or so and apparently is actually available in
the sales channel.

The thing is a 3840x2400 pixel monster, and to drive it at reasonable
frequencies you actually need to support a quad DVI setup where it looks
basically like four monitors running at 1920x1200. And from what I can
gather by googling, the outputs need to be synchronized, so you really
need to have a card like the NVidia Quadro4 XGL or similar (ie you can
apparetly _not_ drive it with multiple separate video cards).

Apparently it also does work with just a single DVI thing (ie reports of
it working with the Radeon 8500 at least on macs), probably at a much
reduced frequency (ie a single DVI link should be able to drive the thing
at something like 10Hz refresh rate - I think the Radeon 8500 supports two
links on its single DVI-I interface, so should get up to 20Hz?).

The binary-only NVidia driver supports it at the full 40Hz frequency, so I
know I can get the thing to work under Linux in case I decide to waste the
money on it (or, preferably, convince my employer to do so ;)

However, I was wondering if anybody knows of somebody using it with proper
opensource drivers.. Or is just otherwise confident for some technical
reason that it should work..

I'd want 3D acceleration to work, but I don't care if it ends up being
limited to smaller areas (ie if the canvas size has to be limited to
2048x1536 or something, who cares?).

Damn, but it's a drool-inducing piece of hardware.

Linus



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel