edmond rodriguez on 6 Jan 2009 12:54:52 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Matrox G400 AGP dual head


Well, the ATI ...

(01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE))

... automated software is nice (I thought), though when I tried to get the second monitor working again (A TV using the computer's video output) my machine kept hanging up and I had to reboot several times. 

I did have it working just the other day, both in "independent" monitor mode and "left of" and "right of".  Though now I cannot seem to get it to work again after trying 4 times.   I recall having some problems when I tried before, so it is sort of buggy I guess, and I got lucky with the order in which I did things. 

Edmond


From: Bhaskar Maddala <maddalab@gmail.com>
To: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
Sent: Monday, January 5, 2009 3:54:48 PM
Subject: Re: [PLUG] Matrox G400 AGP dual head

Yup, ATI and NVidia both seem to work out of the box  (with proprietary) . The video card I have is a Matrox Millenium, kinda ancient, Matrox has some linux (binary) drivers which do not work. Based on my experiments so far, I need to set this up with xinerama, however have not had much luck so far. Thinking about going down to microcentre and getting myself a NVidia DVI (dual link) card. Any suggestions?

Thanks
Bhaskar

On Mon, Jan 5, 2009 at 3:49 PM, edmond rodriguez <erodrig_97@yahoo.com> wrote:
This is probably common knowledge but just in case....  I have an ATI graphics card, and when I loaded the Linux driver software from ATI it took care of everything, including a GUI and command line interface to toggle and configure dual monitors.   It even configured into my KDE desktop menus for me.

Maybe some other vendors do the same thing?  You did not mention if you had tried that or not.


________________________________
From: Bhaskar Maddala <maddalab@gmail.com>
To: plug@lists.phillylinux.org
Sent: Monday, January 5, 2009 1:59:27 PM
Subject: [PLUG] Matrox G400 AGP dual head

Hello,

 I have been struggling to set up my dual monitor machine for a couple of days and thought that someone here might be able to help. Any help is much appreciated.

I am using a Matrox Millenium G450 dual-head video card
(AGP) with Ubuntu 8.10. I would like to be able to stretch my desktop across both
screens. At this time I have two copies of the same desktop on both screens.

Output from lspci

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 82)
02:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)

I edited the default xorg.conf file obtained by
sudo dpkg-reconfigure -phigh xserver-org

to be the following (I did try many permutations and combinations along the way -- with information obtained from the internet -- without much success)

Section "Device"
   Identifier    "Video Device"
       Driver "mga"
       BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier    "Monitor 1"
EndSection

Section "Monitor"
   Identifier    "Monitor 2"
EndSection

Section "Screen"
   Identifier    "Screen 1"
   Monitor        "Monitor 1"
   Device        "Video Device"
EndSection

Section "Screen"
   Identifier    "Screen 2"
   Monitor        "Monitor 2"
   Device        "Video Device"
EndSection

Section "ServerLayout"
       Identifier "Default Layout"
       Screen "Screen 1"
       Screen "Screen 2" RightOf "Screen 1"
EndSection

Section "ServerFlags"
       Option "xinerama" "true"
EndSection

Thanks
Bhaskar

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug