|
From: Petr V. <van...@vc...> - 2002-10-13 00:16:25
|
On Sat, Oct 12, 2002 at 05:36:41PM +0200, Carlo E. Prelz wrote: > Hello. I am trying to obtain a 'simple' system where 3 framebuffers > output their images to three monitors (no TV output). In the past I > was able to have 4 outputs using 4 old millenniums. Now I have to help > a friend who lives 1000 kms from here, and who hasn't enough PCI slots > (and would not find 3 millenniums anyway...) So, he found a dualhead > AGP g400 (PCI ID 102b:0525) and an old Millennium (PCI ID 102b:0519, > MGA 2064W). > > Using kernel 2.4.19, and loading kernel modules in this order: > > i2c-matroxfb > matroxfb_base > matroxfb_crtc2 If it is G400, you must also insmod matroxfb_maven, otherwise there is no second output. And you should build everything into kernel, not as a modules - you'll not have problem to find where secondary output lives then... > In all cases, it appears (when looking at the source of the driver) > that the second head cannot be assigned this value, so that > MATROXFB_GET_AVAILABLE_OUTPUTS is 0 for it. I can assign it to the > first head, as follows > > /usr/src/matroxset/matroxset -f /dev/fb2 -m 0 > /usr/src/matroxset/matroxset -f /dev/fb1 -m 4 > > but after that, too, MATROXFB_GET_AVAILABLE_OUTPUTS for the second > head is 0. Or I can assign 1 to the second head, but then I cannot > assign 4 to the first head, although it is allowed in > MATROXFB_GET_AVAILABLE_OUTPUTS, because I can only assign a value to Digital output and secondary output use same pins on G400, so you have either one or another. On G450/G550 all three outputs are completely independent, with proper cabling you can connect three monitors to your Gx50 (of course, two of them will have same picture, but it is enough if you are doing some presentations). Petr Vandrovec |