This message is a follow  up to my previous  one, which can be
read at [0] in which I asked :
--------------------
        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 have tried  updating the XF86Config  file to include  proper
modes  for the  video  projector,  and then   tried to  use the  gvidm
software [1] but  it only showed  me a  1280x1024 resolution available
for the second head, while I defined  others in the configuration file
(and tried them).
        I am including the new version  of the XF86Config file to this
e-mail. Please send an e-mail copy of replies.

                                                Sincerely,

[0] http://marc.theaimsgroup.com/?l=xfree-newbie&m=100896507816816&w=2
[1] http://www.azstarnet.com/~donut/programs/gvidm.html

-- 
  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   "Proxima"
        ModelName    "6850+"
        HorizSync    15.0 - 100.0
        VertRefresh  43.0 - 130.0
        ModeLine     "1280x1024@85Hz:1" 157.5 1280 1296 1456 1728 1024 1025 1028 1072 
+hsync +vsync
        ModeLine     "800x600@85Hz:1" 56.3 800 824 888 1048 600 601 604 631 +hsync 
+vsync
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@85Hz:1" "1024x768" "800x600@85Hz:1" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024@85Hz:1" "1024x768" "800x600@85Hz:1" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024@85Hz:1" "1024x768" "800x600@85Hz:1" "640x480"
        EndSubSection
EndSection

Reply via email to