Hi,
We are trying to use a Matrox G450 video card (latest drivers
and HAL from the Matrox web site) (running XFree 4.1) to display both
on a monitor and a video projector (via a KVM).
We have an SDL software that goes from the current resolution
(1280x1024) and open a 800x600 full screen interface. This appears
perfectly on the monitor (Head 1), but the second head shows it to us
in the top left part of the 1280x1024 screen.
I am attaching the configuration file used so far, if somebody
have an idea how to make this work, please send me a copy of the
reply.
Sincerely,
--
Martial MICHEL
Computer Scientist, National Institute of Standards and Technology
SmartSpace Project : http://www.nist.gov/smartspace/
E-mail : [EMAIL PROTECTED] / Phone : 301 975 3866
Section "ServerLayout"
Identifier "Matrox PowerDesk configured."
Screen "Display 1" 0 0
Screen "Display 2" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "pex5"
Load "record"
Load "extmod"
Load "dbe"
Load "glx"
Load "xie"
EndSection
Section "ServerFlags"
Option "Xinerama"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Display 1"
VendorName "VSC"
ModelName "G790"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 180.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Display 2"
VendorName "VSC"
ModelName "G790"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 180.0
EndSection
Section "Device"
Identifier "MATROX CARD 1"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G450 AGP"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "MATROX CARD 2"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G450 AGP"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Display 1"
Device "MATROX CARD 1"
Monitor "Display 1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Display 2"
Device "MATROX CARD 2"
Monitor "Display 2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection