Hi all,

I've searched the archives for a similar problem, but didn't find any match 
and the newbie list doesn't seem to have an answer.
Maybe someone will have an idea.

System is Mandrake Linux 8.2 with XFree 4.2.0
I've got an Nvidia GeFore 256 and a Matrox Millenium 1.
When I set them up in dual head, there's absolutely no problem, everything
works fine (separate screens and Xinerama). The only problem is that OpenGL
(glx) won't load. If I configure without " Load "glx" ", it works, if I use
this option to have OpenGL on the Nvidia, X refuses to start. It seems like X
tries to load OpenGL for both of the cards and crashes as the Matrox doesn't
support it.

By the way, I use Nvidia's drivers as the ones supplied with the distrib
didn't work in OpenGL when I was single headed.

If it is of any interest, I've included my Xfree config and the log
associated.

Thanks

===============================
Xfree config
===============================

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
EndSection

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

Section "Monitor"
    Identifier "Eizo|Eizo FlexScan F550iW"
    VendorName "Eizo"
    ModelName  "Unknown"
    HorizSync  30.0-65.0
    VertRefresh 55.0-90.0
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync
-vsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "Smile|Smile CA6719SL/CB6719SL"
    VendorName "Smile"
    ModelName  "Unknown"
    HorizSync  30.0-95.0
    VertRefresh 50.0-150.0
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync
-vsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "NVIDIA GeForce 256 (generic) 2"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "nvidia"
    Option      "DPMS"  "on"
     BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "Matrox Millennium 1"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "mga"
    Option      "DPMS"  "on"
    BusID       "PCI:0:17:0"
EndSection

Section "Screen"
    Identifier "screen1"
    Device      "NVIDIA GeForce 256 (generic) 2"
    Monitor     "Eizo|Eizo FlexScan F550iW"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device      "Matrox Millennium 1"
    Monitor     "Eizo|Eizo FlexScan F550iW"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"
    Screen      "screen2" Leftof "screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

==================================
Log
==================================

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-1mdksmp i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Mar 29 10:33:55 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Eizo|Eizo FlexScan F550iW"
(**) |   |-->Device "NVIDIA GeForce 256 (generic) 2"
(**) |-->Screen "screen2" (1)
(**) |   |-->Monitor "Eizo|Eizo FlexScan F550iW"
(**) |   |-->Device "Matrox Millennium 1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

[snip]

(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.2802
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.2802
        Module class: XFree86 Video Driver
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.0
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5

[snip]

(II) [GLX]: Calling GlxExtensionInit

Fatal server error:
Caught signal 11.  Server aborting

--
http://www.elktronik-sciety.com
ELECTRO-INDUS-METAL

Mandrake Linux release 8.2 (Bluebird) for i586
Linux vega.recif.vpn 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686 unknown
 10:15am  up 20:04,  4 users,  load average: 0.22, 0.15, 0.06
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to