Troubles with Matrox P750

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've a P750 (no XFree driver, as standalone it works in framebuffer mode), in order to have dual monitor I'm trying to use together with a Millennium II.
It doesn't work. Why? Can somebody help me?
Xfree is 4.3.0.1
Mandrake Linux 10

This is the Congfiguration file
====================================
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    HorizSync 30-102
    VertRefresh 50-120
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "monitor2"
    HorizSync 32-81
    VertRefresh 30-120
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    Driver "fbdev"
    BusID "PCI:01:00:0"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "device2"
    Driver "fbdev"
    BusID "PCI:03:0c:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
   
    Subsection "Display"
        Depth 8
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Virtual 1280 1024
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
    DefaultColorDepth 16
   
    Subsection "Display"
        Depth 8
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Virtual 1280 1024
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Virtual 1280 1024
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    Option "Xinerama"
EndSection
============================
and this is the log
============================

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@xxxxxxxxxxx and patches submitted
to fixes@xxxxxxxxxxxx  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.3-3mdkenterprise i686 [ELF]
Build Date: 24 March 2004
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
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: Sun Jul 18 17:17:41 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Screen "screen2" (1)
(**) |   |-->Monitor "monitor2"
(**) |   |-->Device "device2"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama"
(**) Xinerama: enabled
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 1043,80f6 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,257b card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1043,80a6 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 102b,2537 card 102b,1820 rev 02 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 8086,1019 card 1043,80f7 rev 00 class 02,00,00 hdr 00
(II) PCI: 03:03:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 03:0a:0: chip 1102,0002 card 1102,8061 rev 07 class 04,01,00 hdr 80
(II) PCI: 03:0a:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 03:0b:0: chip ea60,9896 card 0000,0000 rev c0 class 04,01,00 hdr 00
(II) PCI: 03:0c:0: chip 102b,051b card 102b,1100 rev 00 class 03,00,00 hdr 00
(II) PCI: 03:0d:0: chip 9004,5078 card 9004,7850 rev 03 class 01,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf4c00000 - 0xf4cfffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe2b00000 - 0xeaafffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xf4d00000 - 0xf4dfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xf4e00000 - 0xf7efffff (0x3100000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0xeab00000 - 0xecafffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. unknown chipset (0x2537) rev 2, Mem @ 0xe4000000/26, 0xf4cfe000/13, BIOS @ 0xf4cc0000/17
(--) PCI: (3:12:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0xeb000000/24, 0xf7ef8000/14, 0xf7000000/23, BIOS @ 0xf7ee0000/16
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf3ffffff to 0xefffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xf7efe000 - 0xf7efefff (0x1000) MX[B]
        [1] -1  0       0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
        [2] -1  0       0xf7eff800 - 0xf7efffff (0x800) MX[B]
        [3] -1  0       0xf4de0000 - 0xf4dfffff (0x20000) MX[B]
        [4] -1  0       0x40000000 - 0x400003ff (0x400) MX[B]
        [5] -1  0       0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
        [6] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [7] -1  0       0xf4cc0000 - 0xf4cdffff (0x20000) MX[B](B)
        [8] -1  0       0xf4cfe000 - 0xf4cfffff (0x2000) MX[B](B)
        [9] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [10] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [11] -1 0       0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
        [12] -1 0       0x0000df80 - 0x0000df9f (0x20) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0       0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [15] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [16] -1 0       0x0000ef90 - 0x0000ef9f (0x10) IX[B]
        [17] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [18] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [19] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [20] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [23] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [24] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
        [25] -1 0       0x0000eec0 - 0x0000eedf (0x20) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0xf7ee0000 - 0xf7eeffff (0x10000) MX[B](B)
        [1] -1  0       0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
        [2] -1  0       0xf7ef8000 - 0xf7efbfff (0x4000) MX[B](B)
        [3] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf7efe000 - 0xf7efefff (0x1000) MX[B]
        [1] -1  0       0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
        [2] -1  0       0xf7eff800 - 0xf7efffff (0x800) MX[B]
        [3] -1  0       0xf4de0000 - 0xf4dfffff (0x20000) MX[B]
        [4] -1  0       0x40000000 - 0x400003ff (0x400) MX[B]
        [5] -1  0       0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
        [6] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [7] -1  0       0xf4cc0000 - 0xf4cdffff (0x20000) MX[B](B)
        [8] -1  0       0xf4cfe000 - 0xf4cfffff (0x2000) MX[B](B)
        [9] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [10] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [11] -1 0       0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
        [12] -1 0       0x0000df80 - 0x0000df9f (0x20) IX[B]
        [13] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [14] -1 0       0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [15] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [16] -1 0       0x0000ef90 - 0x0000ef9f (0x10) IX[B]
        [17] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [18] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [19] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [20] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [21] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [22] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [23] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [24] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
        [25] -1 0       0x0000eec0 - 0x0000eedf (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xf7ee0000 - 0xf7eeffff (0x10000) MX[B](B)
        [1] -1  0       0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
        [2] -1  0       0xf7ef8000 - 0xf7efbfff (0x4000) MX[B](B)
        [3] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xf7efe000 - 0xf7efefff (0x1000) MX[B]
        [6] -1  0       0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
        [7] -1  0       0xf7eff800 - 0xf7efffff (0x800) MX[B]
        [8] -1  0       0xf4de0000 - 0xf4dfffff (0x20000) MX[B]
        [9] -1  0       0x40000000 - 0x400003ff (0x400) MX[B]
        [10] -1 0       0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
        [11] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [12] -1 0       0xf4cc0000 - 0xf4cdffff (0x20000) MX[B](B)
        [13] -1 0       0xf4cfe000 - 0xf4cfffff (0x2000) MX[B](B)
        [14] -1 0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [15] -1 0       0xf7ee0000 - 0xf7eeffff (0x10000) MX[B](B)
        [16] -1 0       0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
        [17] -1 0       0xf7ef8000 - 0xf7efbfff (0x4000) MX[B](B)
        [18] -1 0       0xeb000000 - 0xebffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [22] -1 0       0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
        [23] -1 0       0x0000df80 - 0x0000df9f (0x20) IX[B]
        [24] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [25] -1 0       0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [26] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [27] -1 0       0x0000ef90 - 0x0000ef9f (0x10) IX[B]
        [28] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [29] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [30] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [31] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [32] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [33] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [34] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [35] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
        [36] -1 0       0x0000eec0 - 0x0000eedf (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.0.1
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "fbdev"
(II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
(II) Module fbdev: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xf7efe000 - 0xf7efefff (0x1000) MX[B]
        [6] -1  0       0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
        [7] -1  0       0xf7eff800 - 0xf7efffff (0x800) MX[B]
        [8] -1  0       0xf4de0000 - 0xf4dfffff (0x20000) MX[B]
        [9] -1  0       0x40000000 - 0x400003ff (0x400) MX[B]
        [10] -1 0       0xf7fffc00 - 0xf7ffffff (0x400) MX[B]
        [11] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [12] -1 0       0xf4cc0000 - 0xf4cdffff (0x20000) MX[B](B)
        [13] -1 0       0xf4cfe000 - 0xf4cfffff (0x2000) MX[B](B)
        [14] -1 0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [15] -1 0       0xf7ee0000 - 0xf7eeffff (0x10000) MX[B](B)
        [16] -1 0       0xf7000000 - 0xf77fffff (0x800000) MX[B](B)
        [17] -1 0       0xf7ef8000 - 0xf7efbfff (0x4000) MX[B](B)
        [18] -1 0       0xeb000000 - 0xebffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [22] -1 0       0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
        [23] -1 0       0x0000df80 - 0x0000df9f (0x20) IX[B]
        [24] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B]
        [25] -1 0       0x0000cf80 - 0x0000cf9f (0x20) IX[B]
        [26] -1 0       0x00000400 - 0x0000041f (0x20) IX[B]
        [27] -1 0       0x0000ef90 - 0x0000ef9f (0x10) IX[B]
        [28] -1 0       0x0000efa8 - 0x0000efab (0x4) IX[B]
        [29] -1 0       0x0000efa0 - 0x0000efa7 (0x8) IX[B]
        [30] -1 0       0x0000efac - 0x0000efaf (0x4) IX[B]
        [31] -1 0       0x0000efe0 - 0x0000efe7 (0x8) IX[B]
        [32] -1 0       0x0000fc00 - 0x0000fc0f (0x10) IX[B]
        [33] -1 0       0x0000ef40 - 0x0000ef5f (0x20) IX[B]
        [34] -1 0       0x0000ef20 - 0x0000ef3f (0x20) IX[B]
        [35] -1 0       0x0000ef00 - 0x0000ef1f (0x20) IX[B]
        [36] -1 0       0x0000eec0 - 0x0000eedf (0x20) IX[B]
(**) FBDEV(0): claimed PCI slot 1:0:0
(II) FBDEV(0): using default device
(II) FBDEV(1): using default device

Fatal server error:
Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx


=========================================
Giandomenico Piermarini
Organista - Docente di Conservatorio
Ingegnere elettronico - Consulente di informatica musicale
g.piermarini@xxxxxxxxxxxxx
Via Nicola Nisco, 27 - 00179 ROMA
Tel/Fax. ++39 06 78 42 871
Mobile   ++39 335.6766059
=========================================

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux