LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-14-2005, 06:12 AM   #1
arjay
Member
 
Registered: Mar 2005
Location: Coin, Spain
Distribution: linux mint, debian lenny
Posts: 75

Rep: Reputation: 15
success with matrox g400/XF86 Dualhead 2 monitor display in Debian


EDIT: Apologies - got posted half way through in error - this is now the full post

Hi folks

I have posted dozens of requests for help and almost always got some help. This is my first attempt to pay someone back. I am only a newbie and this is a newbie-level attempt. If anyone has improvements, or observations, then chip in.

Lots of people (me included) have had trouble setting up dual displays with dualhead cards. I have finally figured out how to do it with a Matrox g400 dualhead card. Since the drivers are the same for the 450 and 550 it might work for them.

The main steps are:

1. Download the latest mga drivers from the matrox site. The ones I got were contained in the file mgadriver-4.1.tar.gz. DO NOT USE MATROX'S OWN INSTALLER - it trashed my xf86config file.

2. Copy the driver file to a directory somewhere and untar the file. This should give you several directories and an install script. There is an install readme file in the docs directory.

3. Open a terminal as root, change to the driver's directory and type sh install.sh . This should install the mga and hal drivers - just follow the instructions. Make sure that the drivers go in the right directory when the script asks you for the path.

4. Restart X or reboot.

5. Open a text editor as root and open XF86Config-4 - usually in /etc/X11

6. Make a backup copy (!) as something like XF86Config-4onescreencopy. Reopen the original XF86Config-4 file.

7. Edit the file as follows:

a) Replace your serverlayout section with this:

Section "ServerLayout"
Identifier "Dual Layout"

Screen "Screen 0" LeftOf "Screen 1"
Screen "Screen 1" 0 0

InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

Section "ServerFlags"
# Option "Xinerama"
EndSection


Change the content of for the mouse and keyboard to what is in your original xf86config-4 file. Note I have commented out the xinerama option because I want two SEPERATE screens not one extended one. If you want one big screen, enable xinerama. Note that if you opt for two separate ones like I have, you cannot drag open windows from one to the other. But you CAN have different resolutions etc for each screen. Up to you.

b) Replace your monitor, screen and other input devices with these sections:

Section "Monitor"
Identifier "Benq"
Option "DPMS" "true"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection

Section "Monitor"
Identifier "Samtron"
HorizSync 31.5 - 48
VertRefresh 56.0 - 76
EndSection

Section "Device"
Identifier "MGA-0"
Driver "mga"
Option "HWcursor" "off"
Screen 0
EndSection

Section "Device"
Identifier "MGA-1"
Driver "mga"
BusID "PCI:1:0:0"
Option "HWcursor" "off"
Screen 1
EndSection



Section "Screen"
Identifier "Screen 0"
Device "MGA-0"
Monitor "Benq"
DefaultColorDepth 24

SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen 1"
Device "MGA-1"
Monitor "Samtron"
DefaultColourDepth 16

SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
EndSection


Make the relevant changes to these settings - namely: monitor names (they can be anything), refresh rates (must be correct for your monitors or you could fry them) insert the modes you want (again must be supported by the monitors - see that one of mine is ok at 1280, the other won't run above 1024), and a default colour depth figure - 16 should be ok to start with and then up it if you want when everything is working ok.

Make sure that the drivers stay named as mga . Open a terminal as root and do an lspci to find the BUS ID for your matrox card. The relevant line in mine looks like this:

0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04) . The number you want is at the front - 01:00:0. This is the number that goes in place of the BUS ID in the Device Section above if yours is different.

c) If you want to use xinerama I believe you cannot have dri enabled. You may need to comment out the "load dri" instruction in the Modules section. If you opt for two separate displays like me, leave "load dri" enabled and put this section in at the end of the XF86Config-4 file (if it is not already there):

Section "DRI"
Mode 0666
EndSection


OK. Save a copy of the file as something like XF86Config-4dual. Save it again as XFConfig-4 and reboot.

It should all work ok. If you still only get one screen, post here for further advice, including your XF86Config-4 file. If everything goes blank, and you are dumped at a prompt, then x has failed to load. DON'T PANIC! Log in as root. Change to the /etc/X11 directory and rename the XF86Config-4onescreencopy backup file you made as the new XFConfig-4 file and type startx or reboot. That will put you back to square one.

Hopes this helps someone.

Last edited by arjay; 08-16-2005 at 04:07 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble starting multi displays with dualhead G400 watchdog Fedora 3 08-18-2004 09:18 PM
MATROX G400 and XFree86 4.1.0.1 grcbheax Debian 4 08-07-2004 01:52 PM
Monitor ghosting with Matrox G400 Dual Head Problem kiley_rodgers Linux - Hardware 1 06-07-2004 07:59 PM
XF86Config with a Matrox G400 AGP dualhead video card kregh99 Linux - Hardware 2 02-25-2004 03:36 PM
XFree86 - Matrox G400 sati Linux - General 1 12-13-2002 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration