Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 09:54:28 +0000 (GMT)
From:      bruno schwander <bruno@tinkerbox.org>
To:        questions@freebsd.org
Subject:   FBSD 4.3 and XFree86 4.1, matrox g400
Message-ID:  <Pine.BSF.4.21.0107100946420.452-100000@duron.bschwand.net>

next in thread | raw e-mail | index | archive | help
Still no luck getting my g400 to work at all. The system reboots after a
few seconds everytime I start the xserver.

My most successful XF86Config so far allows me to see both screens flash
just before rebooting...

It seems whether on dualhead or mono-head, the last line of the
XFree86.0.log is
(==) MGA(1): Write-combining range (0xf5000000,0x4000) was already clear

what does this mean ? anybody knows ?

the system is an Asus a7a266, athlon 1GHz, matrox dualhead G400 32Mb

I now installed Xfree86 3.3.6.9 from the ports, which works fine and this
system, but I really want to get 4.1 (for the dualhead) running...

If anybody has a similar setup working, please let me know
Any help would be much appreciated

bruno

======================================================
Section "Module"

    Load        "dbe"  	# Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

#    Load       "glx"

EndSection


Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"

EndSection

Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "SysMouse"
    Option "Device"      "/dev/sysmouse"

EndSection

Section "Monitor"

    Identifier  "x7sceptre"
    HorizSync   31.5 - 64.3
    VertRefresh 50-70

EndSection

Section "Monitor"

    Identifier  "philips"
    HorizSync   31.5 - 64.3
    VertRefresh 50-70

EndSection


Section "Device"

    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"

EndSection


Section "Device"
    Identifier  "matrox-0"
    Driver      "mga"
    VideoRam    32768
    BusID       "PCI:1:0:0"
    Screen      0
EndSection

Section "Device"
    Identifier  "matrox-1"
    Driver      "mga"
    VideoRam    32768
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier  "Screen 0"
    Device      "matrox-0"
    Monitor     "x7sceptre"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "matrox-1"
    Monitor     "philips"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
   Identifier "Bihead"
   Screen     "Screen 0"
   Screen     "Screen 1" RightOf "Screen 0"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection

==========================================================


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
	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/FAQ)
Build Operating System: FreeBSD 4.3-STABLE i386 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Jul  9 19:26:46 2001
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Bihead"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "x7sceptre"
(**) |   |-->Device "matrox-0"
(**) |-->Screen "Screen 1" (1)
(**) |   |-->Monitor "philips"
(**) |   |-->Device "matrox-1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 20 e8 34 fb...
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(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 10b9,1647 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10b9,5247 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 10b9,5229 card 1043,8053 rev c4 class 01,01,fa hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:09:0: chip 1274,5880 card 1274,2003 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 10b7,9050 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 0000,0000 rev 00 class 06,80,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,2179 rev 04 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xf4800000 - 0xf5dfffff (0x1600000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xf5f00000 - 0xf7ffffff (0x2100000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) Matrox MGA G400 AGP rev 4, Mem @ 0xf6000000/25, 0xf5000000/14, 0xf4800000/23, BIOS @ 0xf5ff0000/16
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xf8000000 - 0xffffffff (0x8000000) MX[B]E
	[1] -1	0xf5ff0000 - 0xf5ffffff (0x10000) MX[B](B)
	[2] -1	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[3] -1	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[4] -1	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[5] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[6] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]E
	[7] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xf8000000 - 0xffffffff (0x8000000) MX[B]E
	[1] -1	0xf5ff0000 - 0xf5ffffff (0x10000) MX[B](B)
	[2] -1	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[3] -1	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[4] -1	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[5] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[6] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]E
	[7] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8000000 - 0xffffffff (0x8000000) MX[B]E
	[6] -1	0xf5ff0000 - 0xf5ffffff (0x10000) MX[B](B)
	[7] -1	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[8] -1	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[9] -1	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[13] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]E
	[14] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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 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) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(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.1.0, module version = 1.1.9
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.0.3, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.2
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400
(II) Primary Device is: PCI 01:00:0
(--) Chipset mgag400 found
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8000000 - 0xffffffff (0x8000000) MX[B]E
	[6] -1	0xf5ff0000 - 0xf5ffffff (0x10000) MX[B](B)
	[7] -1	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[8] -1	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[9] -1	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[13] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]E
	[14] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8000000 - 0xffffffff (0x8000000) MX[B]E
	[6] -1	0xf5ff0000 - 0xf5ffffff (0x10000) MX[B](B)
	[7] -1	0xf4800000 - 0xf4ffffff (0x800000) MX[B](B)
	[8] -1	0xf5000000 - 0xf5003fff (0x4000) MX[B](B)
	[9] -1	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
	[10] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[11] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[12] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[13] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[16] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]E
	[17] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[18] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[19] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) Module mga_hal: vendor="The XFree86 Project"
	compiled for 4.0.3, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.3
(II) MGA(0): Matrox HAL module used
(--) MGA(0): Chipset: "mgag400"
(II) MGA(0): Offscreen memory usage will be limited to 512 lines if the DRI is enabled.
(==) MGA(0): Using AGP Mode 1x
(--) MGA(0): Linear framebuffer at 0xF6000000
(--) MGA(0): MMIO registers at 0xF5000000
(--) MGA(0): Pseudo-DMA transfer window at 0xF4800000
(--) MGA(0): BIOS at 0xF5FF0000
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 7ffc, Buf, 2)-> 20 7b 55 aa...
(--) MGA(0): Video BIOS info block at offset 0x07B20
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 7b20, Buf, 40)-> 2e 41 80 ff...
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(**) MGA(0): VideoRAM: 24576 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.4
(==) MGA(0): Write-combining range (0xf5000000,0x4000) was already clear
(WW) MGA(0): Failed to set write-combining range (0xf6000000,0x1800000)
(==) MGA(0): Write-combining range (0xf4800000,0x800000) was already clear
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x834a400
(II) MGA(0): Manufacturer: SPT  Model: 170b  Serial#: 373
(II) MGA(0): Year: 2001  Week: 23
(II) MGA(0): EDID Version: 1.2
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Sync:  Separate
(II) MGA(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(0): Gamma: 2.18
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): redX: 0.608 redY: 0.352   greenX: 0.303 greenY: 0.550
(II) MGA(0): blueX: 0.147 blueY: 0.128   whiteX: 0.305 whiteY: 0.342
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@67Hz
(II) MGA(0): 640x480@72Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@56Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@72Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 108.0 MHz   Image Size:  337 x 14 mm
(II) MGA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 65.0 MHz   Image Size:  337 x 14 mm
(II) MGA(0): h_active: 1024  h_sync: 1052  h_sync_end 1188 h_blank_end 1344 h_border: 0
(II) MGA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) MGA(0): Ranges: V min: 56  V max: 75 Hz, H min: 24  H max: 80 kHz, PixClock max 130 MHz
(II) MGA(0): Monitor name: SCEPTRE X7
(II) MGA(0): end of I2C Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 300 MHz
(II) MGA(0): x7sceptre: Using hsync range of 31.50-64.30 kHz
(II) MGA(0): x7sceptre: Using vrefresh range of 50.00-70.00 Hz
(II) MGA(0): Clock range:  12.00 to 300.00 MHz
(II) MGA(0): Not using default mode "640x350" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "720x400" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "640x480" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "800x600" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(==) MGA(0): Write-combining range (0xf5000000,0x4000) was already clear
(WW) MGA(0): Failed to set write-combining range (0xf6000000,0x1800000)
(==) MGA(0): Write-combining range (0xf4800000,0x800000) was already clear
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MGA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MGA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MGA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(--) MGA(0): Display dimensions: (34, 27) cm
(--) MGA(0): DPI set to (95, 96)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o
(II) MGA(1): Matrox HAL module used
(--) MGA(1): Chipset: "mgag400"
(II) MGA(1): Offscreen memory usage will be limited to 512 lines if the DRI is enabled.
(==) MGA(1): Using AGP Mode 1x
(--) MGA(1): Linear framebuffer at 0xF6000000
(--) MGA(1): MMIO registers at 0xF5000000
(--) MGA(1): Pseudo-DMA transfer window at 0xF4800000
(--) MGA(1): BIOS at 0xF5FF0000
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 7ffc, Buf, 2)-> 20 7b 55 aa...
(--) MGA(1): Video BIOS info block at offset 0x07B20
(II) xf86ReadBIOS(f5ff0000, 0, Buf, 40)-> 55 aa 40 eb...
(II) xf86ReadBIOS(f5ff0000, 7b20, Buf, 40)-> 2e 41 80 ff...
(WW) MGA(1): Video BIOS info block not detected!
(II) MGA(1): MGABios.RamdacType = 0x0
(**) MGA(1): VideoRAM: 8192 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(==) MGA(1): Write-combining range (0xf5000000,0x4000) was already clear



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107100946420.452-100000>