LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-03-2006, 11:07 AM   #1
GibsonDL
LQ Newbie
 
Registered: Jul 2005
Posts: 27

Rep: Reputation: 15
Matrox G550 Dual Head on Suse 10.0


I have recently been trying to enable dual head working on a Suse 10.0 (64 bit) system using a Matrox G550 dual head card. In order to acheive this I edited the 'xorg.conf' file in /etc/X11 and by virtue of including additional sections for devices, monitors and screens and finally updating the 'ServerLayout' section was able activate dual head working. However, only one screen (the leftmost - device[0]) receives a video signal on starting the system. To bring the other screen into life I've found that the following procedure has to be followed:

1. Activate YAST

2. Select Hardware, and then "Graphic Card and Monitor". The window correctly has tabs for each display and and another for alignment.

3. Click 'OK'. A 'Final Steps' popup is now shown. On it click the 'test' button. The second screen is now activated, shows video and mouse correctly moves between screens. Shortly afterwards a window is shown in the middle of each screen to enable refinement of sizes. Each window has a 'save' and 'cancel' button.

4. Click on any of these buttons. If you click 'save' there is a message saying that changes will be activated on reboot.

5. Cancel or click OK out of all windows and you can continue working in dual head mode.

However, even if settings are saved at step 4 on reboot dual screen working is enabled but screen 2 (the right hand screen) has no applied video and the above procedure has to be followed every time to restore dual head working. Moving the mouse / windows previous to carrying out the above procedure shows that system beleives 2nd (right) screen is activated. So my question is "How can settings be establisshed such that at boot-up the 2nd screen has video activated?" Attached below is a copy of my xorg.conf file.

Any guidance anyone can give me on how to remedy this situation would be much appreciated!

# /.../
# SaX generated X11 config file
# Created on: 2005-11-09T13:50:25+0000.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
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/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
Load "dri"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "gb"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 300 230
HorizSync 30-60
Identifier "Monitor[0]"
ModelName "AX3817UT LCD-MONITOR"
Option "DPMS"
VendorName "IIYAMA"
VertRefresh 55-76
UseModes "Modes[0]"
EndSection

Section "Monitor"
DisplaySize 300 230
HorizSync 30-60
Identifier "Monitor[1]"
ModelName "AX3817UT LCD-MONITOR"
Option "DPMS"
VendorName "IIYAMA"
VertRefresh 55-76
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
Modeline "1024x768" 68.55 1024 1080 1184 1344 768 769 772 797
Modeline "800x600" 48.18 800 840 920 1040 600 601 604 626
Modeline "800x600" 40.83 800 832 912 1024 600 601 604 623
Modeline "640x480" 30.25 640 664 728 816 480 481 484 501
Modeline "640x480" 25.55 640 656 720 800 480 481 484 499
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
EndSection

Section "Device"
BoardName "G550"
BusID "1:0:0"
Driver "mga"
Identifier "Device[0]"
Screen 0
VendorName "Matrox"
EndSection

Section "Device"
BoardName "G550"
BusID "1:0:0"
Driver "mga"
Identifier "Device[1]"
Screen 1
VendorName "Matrox"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "on"
Screen "Screen[0]"
Screen "Screen[1]"
Screen "Screen[1]" RightOf "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection
 
  


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
matrox G550 Dual Head on Suse 10.0 GibsonDL Linux - Hardware 0 07-26-2006 11:33 AM
Dual monitor on SUSE Linux 10.0, Matrox G550 rufus1 Linux - Newbie 6 12-14-2005 07:44 AM
Redhat 8 dual head w/ MAtrox G550 & G450 amigokewl Linux - Newbie 3 08-23-2004 09:15 AM
Matrox G550, TNT Riva, Multi-head X THREE monitors finegan LinuxQuestions.org Member Success Stories 0 05-27-2003 07:24 PM
x86 Solaris 9 XSun and Matrox G550 dual-head... one head down, one to go. finegan Solaris / OpenSolaris 4 03-11-2003 12:39 PM

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

All times are GMT -5. The time now is 01:57 PM.

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