Hello all,
I am extremely grateful to everybody on the mailing-list who replied with very valuable and timely suggestions in order to help me configure a multihead setup. I finally succeded & wish to share with you all, the observations that I made in order to achieve the multihead setup: Observations: ============= * I was told that the built-in Video Card [ ATI - (1:0:0) ], was being treated as Secondary and the add-on Card [ Matrox MGA 2064W (0:13:0) ], was being recognised as a Primary Card, in my setup, which could be the cause of suppression and mal-behaviour of the built-in ATI card. Another suggestion that came forth in this aspect was that of changing the jumper settings on the Matrox card, used to disable VGA and make it behave like a Secondary Card. [Incidentally, only Matrox comes with such a jumper setting. ] * Also, the entry - Load "int10", was suggested to be added in XF86Config-4, which is said to cause the secondary card to get initialised. [ The "XFree86 -configure" does not generate this entry automatically. ] * Also, frame-buffer device-driver was not essential to the multihead setup. Steps : ====== I followed the above observations in letter & spirit : * Changed the jumper-setting on the Matrox Card to "Disable VGA". * Added the entry 'Load "int10"' in XF86Config-4. * Did a fresh install of the kernel [ with no frame-buffer device-driver ]. Final Setup : =========== * XFree86 -scanpci : (0:13:0) Matrox MGA 2064W (1:0:0) ATI card using a ATI Mach64 GD * The built-in ATI card is no longer suppressed. In fact, the console shows up on the monitor connected to the ATI. - Thank you very much for having been so instrumental in solving my problem. - Shobhit Mathur [ [EMAIL PROTECTED] ] ----- Original Message ----- From: SHOBHIT MATHUR <[EMAIL PROTECTED]> Date: Thursday, January 17, 2002 9:57 pm Subject: Re: Multi-head setup problem > > Hello all, > > I received a lot of clues in the form of questions and > suggestions. > I am still in doldrums, so far as multihead setup is > concerned.Based > on the feedback from members who responded, I am providing > additional > information to get more suggestions in order to solve this > problem. > > Recap of the setup/problem: > ---------------------------- > > * 2 monitors - Acer 77c > * The PC is an AcerPower S Series > * The 2 Video cards are : > ATI Card Mach 64 [ built-into the motherboard ] > Matrox MGA 2064W [ Add-on card - PCI slot ] > * XFree86 -pci recognizes both the cards and allots BusIds. > (0:13:0) Matrox MGA 2064W ----- FIRST > VIdeo Card > (1:0:0) ATI card using a ATI Mach64 GDP ----- SECOND > [built-in]. > * Kudzu repeatedly reports the absence of the built-in card > [ATI]and > prompts the user to remove from the configuration. > > Problem : > ------- > > Not able to bring-up multihead support. > > Additional information : > ---------------------- > > XFree86 -version : XFree86 Version 4.0.3 / X > WindowSystem > Machine architecture : i386 > > New observation : > ---------------- > * Frame-buffer device-driver needs to be a part of the compiled > kernel > in order to observe multihead behaviour. > > * The monitor connected to ATI [built-in AGP Card], indicates > "Out of Range" with a glowing green light. This is a new > development > as the message earlier was "No Signal" with a blinking orange > light. > The console which is displaying boot-up messages hangs with > theerror : > " atyfb: 3D Rage Pro (BGA, AGP, 1x only) [0x4744 rev 0x7c] > 512kRESV, > 14.31818 MHz > XTAL, 230 MHz PLL, 100 Mhz MCLK " > > The above are the new pieces of observation made in my > quest to > setup > a multihead configuration. > > In order to ease the investigation, I am including the# > XFree86 XF86Config-4 > file : > > #XFree86 4.0 configuration generated by Xconfigurator > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > FontPath "/usr/X11R6/lib/X11/fonts/local/" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > EndSection > > Section "Module" > Load "GLcore" > Load "dbe" # Double buffer extension > Load "dri" > Load "extmod" > Load "pex5" > Load "record" > Load "xie" > Load "glx" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "Keyboard" > Option "XkbLayout" "us" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/psaux" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Acer" > ModelName "77c" > HorizSync 30.0-72.0 > VertRefresh 50.0-120.0 > Option "dpms" > EndSection > Section "Monitor" > Identifier "Monitor1" > VendorName "Acer" > ModelName "77c" > HorizSync 30.0-72.0 > VertRefresh 50.0-120.0 > Option "dpms" > EndSection > > Section "Device" > Identifier "Matrox Millenium" > Driver "mga" > VendorName "Matrox" > BoardName "MGA 2064W" > BusID "PCI:0:13:0" > Option "sw_cursor" > EndSection > > Section "Device" > Identifier "ATI 3D Rage Pro" > Driver "ati" > VendorName "ati" > ChipId 0x4744 > ChipRev 0x5c > BusID "PCI:1:0:0" > EndSection > > Section "Screen" > Identifier "Screen1" > Device "ATI 3D Rage Pro" > Monitor "Monitor1" > DefaultDepth 8 > Subsection "Display" > Depth 8 > Modes "1024x768" > EndSubsection > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Matrox Millenium" > Monitor "Monitor0" > DefaultDepth 8 > Subsection "Display" > Depth 8 > Modes "1024x768" > EndSubsection > EndSection > Section "ServerLayout" > Identifier "Simple Layout" > Screen "Screen0" > Screen "Screen1" LeftOf "Screen0" > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > > - Thank you very much for your patience. > > - Please do let me know your suggestions/observations. > > - Shobhit Mathur [ [EMAIL PROTECTED] ] > > > ----- Original Message ----- > From: SHOBHIT MATHUR <[EMAIL PROTECTED]> > Date: Tuesday, January 15, 2002 10:08 am > Subject: Multi-head setup problem > > > Hello All, > > > > I do not belong to this mailing-list and am not a subscriber. > > > > I am writing this mail to you all, to get some suggestions for > > the solution of a persistent problem that I have been facing > > for quite some time due to which, I have not been able to > setup > > the multi-head configuration. > > > > The procedure followed is in complete accordance with the > > documentation for dual-head setup in linuxdoc.org - > > Xinerama-HOWTO. I am not interested in setting-up Xinerama > > currently. I am only intending to bring-up dual monitor display. > > > > The steps followed are thus : > > > > > > * The 2 monitors are - Acer 77 > > * The PC is an AcerPower S Series > > * The 2 Video cards are : > > > > ATI Card Mach 64 [ built-into the motherboard ] > > Matrox MGA 2064W [ Add-on card - PCI slot ] > > > > * The output of XFree86 -scanpci is : > > > > Probing for PCI devices (Bus:Device:Function) > > > > (0:0:0) Intel 82443LX PAC Host > > (0:1:0) Intel 82443LX PAC AGP > > (0:7:0) Intel 82371AB PIIX4 ISA > > (0:7:1) Intel 82371AB PIIX4 IDE > > (0:7:2) Intel 82371AB PIIX4 USB > > (0:7:3) Intel 82371AB PIIX4 ACPI > > (0:13:0) Matrox MGA 2064W ----- FIRST VIdeo Card > > (1:0:0) ATI card using a ATI Mach64 GDP ----- SECOND [built-in] > Card.> > > Problem : > > ~~~~~~~~ > > The monitors work fine when, each one of the cards are individually, > > a part of the configuration. When the cards are simultaneously made > > a part of the configuration, the recurring problem that occurs > is, > > thatthe built-in card [ ATI Mach64 ], gets suppressed. The only > > card being > > recognised in such a situation is the Matrox MGA ! This problem > is not > > allowing me to have both the monitors work in unison. The file : > > /etc/sysconfig/hwconf, has two entries for the 2 "VIDEO" cards. The > > "driver" field in the file indicates that the ATI-3D Card is > > "disabled".Kudzu promptly removes the existing ATI, built-in card > > from the > > configuration, thus leading to this show-stopper. > > > > Owing to this problem of mute-suppression of one card, I am not > > able to proceed with the process of configuring multi-head support. > > I earnestly, request some timely suggestions in this > > regard, as > > I have not found any online documentation regarding this kind of > > weird > > behaviour. The few questions that rise in my mind are : > > > > * Do motherboards have a default jumper-setting which allows only > > single video-card support ? If so, achieving my setup would be > a > > matter of changing the jumper-settings. Acer manuals do not > > indicate > > such a fact. > > > > * Does this problem have to do with the fact that, one of the > > video-cards is a motherboard-built-in Video card ? Does the > > scenario change, when the 2 video-cards are add-on cards ? > > > > * Does BIOS have some feature by which, support for 2 video cards > can> be enabled ? > > > > Definitely, something is missing, that I am not able to decipher. > > > > - Kindly revert back to Shobhit Mathur [ [EMAIL PROTECTED] ] > > > > - THank you very much in advance... > > > > >
----------------------------------------------------------------------------------------------------------------------- Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail from your records. ------------------------------------------------------------------------------------------------------------------------