From: "Hans-Jürgen Koch" <hjk@linutronix.de>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Matrox G550, dual head, 1680x1050
Date: Fri, 2 Mar 2007 00:25:12 +0100 [thread overview]
Message-ID: <200703020025.13174.hjk@linutronix.de> (raw)
Hi,
I'm the proud owner of two NEC MultiSync 2070WNX monitors (1680x1050) and a
Matrox G550 dual DVI card. I'm now trying to set up a dual head configuration
with this equipment.
I'm booting with video=matroxfb:vesa:0x1BB, as there is no 1680x1050 vesa
mode. This works, both monitors show the same and complain about the wrong
resolution.
Now I start my X server (xorg.conf below) and wish to get a xinerama setup.
Monitor 1 switches to 1680x1050 and shows a nice clean screen. Monitor 2
seems to have problems, though. I guess the card still outputs the 1280x1024
set up at boot time. Colours are correct, but the image is heavily distorted.
It looks like the X server thinks it's 1680x1050 but in fact it's still
1280x1024.
I spent some time googling, but to no avail. Now my questions:
Is this a known limitation of matroxfb?
If yes, is it considered a bug? I could spend some time looking into the code.
Do I have any chance to get this working in a reasonable dual head
configuration? Any hints?
TIA,
Hans
Here's my xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
Section "Files"
FontPath "unix/:7100" # local font server
FontPath "unix/:7101" # local ttf-font server
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "MatroxG550_1"
Driver "mga"
BusID "PCI:1:0:0"
Option "OldDmaInit" "True"
Screen 0
EndSection
Section "Device"
Identifier "MatroxG550_2"
Driver "mga"
BusID "PCI:1:0:0"
Option "OldDmaInit" "True"
Screen 1
EndSection
Section "Monitor"
Identifier "NECMonitor1"
Option "DPMS"
HorizSync 32-82
VertRefresh 56-75
Modeline "1680x1050@60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103
EndSection
Section "Monitor"
Identifier "NECMonitor2"
Option "DPMS"
HorizSync 32-82
VertRefresh 56-75
Modeline "1680x1050@60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103
EndSection
Section "Screen"
Identifier "LeftScreen"
Device "MatroxG550_1"
Monitor "NECMonitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "RightScreen"
Device "MatroxG550_2"
Monitor "NECMonitor2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "LeftScreen" 0 0
Screen 1 "RightScreen" RightOf "LeftScreen"
Option "Xinerama" "On"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next reply other threads:[~2007-03-01 23:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-01 23:25 Hans-Jürgen Koch [this message]
2007-03-01 23:29 ` Matrox G550, dual head, 1680x1050 Alex Deucher
2007-03-01 23:49 ` Hans-Jürgen Koch
2007-03-01 23:56 ` Hans-Jürgen Koch
2007-03-02 1:49 ` Alex Deucher
[not found] <200703021053.00955.hjk@linutronix.de>
[not found] ` <200703021610.58188.hjk@linutronix.de>
[not found] ` <20070302152414.GC907@code-monkey.de>
2007-03-04 21:47 ` Hans-Jürgen Koch
2007-03-05 4:59 ` Petr Vandrovec
2007-03-05 6:33 ` Geert Uytterhoeven
2007-03-05 20:02 ` Hans-Jürgen Koch
2007-03-06 9:25 ` Petr Vandrovec
2007-03-06 9:48 ` Geert Uytterhoeven
2007-03-06 11:35 ` Petr Vandrovec
2007-03-05 6:59 ` Tilman Sauerbeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200703020025.13174.hjk@linutronix.de \
--to=hjk@linutronix.de \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).