help with matrox parhelia 256Mb with dual head

Eric Ekong eric at unixtechs.org
Fri Jul 1 17:56:08 GMT 2005


Initially the second monitor wasn't coming up at all. Now, with a
minor change or two, I have the second monitor coming up, but it seems
to bring up a second window manager that I have no access to..., the 
second monitor just kinda sits there in the default kde start screen.

That along with the fact that if I enable Xinerama, I lock up X to the 
point where I can't drop to a virtual screen because the keyboard and
mouse lock up as well.  If I've gotten this far I must be only a step
or two away from getting this to work fully.  

Need is to have one desktop stretched across 2 monitors. Roughly
3200x1600 desktop.

Do you have this working with the parhelia?  If so are you using Xorg
or XFree86 in ports.  I'm guess XFree86 would work in this setup
better, but it is just a hunch.

Eric

attachments: xorg.conf and Xorg.0.log

* Paul Schmehl <pauls at utdallas.edu> [050701 12:05]:
> --On Thursday, June 30, 2005 14:10:55 -0400 Eric Ekong <eric at unixtechs.org> 
> wrote:
> 
> >* Eric Ekong <eric at unixtechs.org> [050629 23:18]:
> >>I am having issues getting dual head to work with this card and
> >>freebsd 5.4-STABLE.  I previously had it working with the G550
> >>with no problem.  I am using Xorg with everything all updated
> >>from ports as of 5 minutes ago.  As well as I am using the Linux
> >>driver for 6.8.2 from Matrox. I am going to attach the latest
> >>Xorg.0.org and my xorg.conf.  I will also include the instructions
> >>the matrox drivers.  I would really appreciate any help anyone can
> >>provide. I have seen multiple configs of linux getting this to work.
> >>
> Your log file and conf file look OK.
> 
> What sort of issues are you having?
> 
> Paul Schmehl (pauls at utdallas.edu)
> Adjunct Information Security Officer
> University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu/ir/security/
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

-- 
=======================================================
Eric I. Ekong                        eric at unixtechs.org
FreeBSD - The Power to Serve     http://www.freebsd.org           
K Desktop Environment on FreeBSD http://freebsd.kde.org           
=======================================================

Laws of Serendipity:

        (1) In order to discover anything, you must be looking for
            something.
        (2) If you wish to make an improved product, you must already
            be engaged in making an inferior one.

-------------- next part --------------
Section "ServerLayout"
        Identifier     "Layout0"
        Screen         "Screen 0" 0 0
	Screen	       "Screen 1"
#	Screen 	       "Display Merged"
        Screen         "Screen 0" LeftOf "Screen 1"
        InputDevice    "Microsoft_Natural" "CoreKeyboard"
        InputDevice    "Microsoft Intellimouse Explorer" "CorePointer"
	#Option		"TripleHead"
#	Option "Xinerama" "true" 
EndSection

Section "ServerFlags"
#	Option "Xinerama"
	AllowMouseOpenFail
	Option "NoPM"
	Option "TvOut" "off"
EndSection

Section "Files"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/URW"
        FontPath     "/usr/X11R6/lib/X11/fonts/freefont"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
EndSection

Section "Module"
	#Load  "extmod"
	#Load  "glx"
	Load  "dri"
	#Load  "dbe"
#	#Load  "record"
#	Load  "xtrap"
#	Load  "type1"
#	Load  "freetype"
#        Load  "ddc"
#        Load  "GLcore"
#        Load  "vbe"
#        Load  "bitmap"
#        Load  "int10"
EndSection

Section "InputDevice"
	Identifier  "Microsoft_Natural"
	Driver      "kbd"
        Option      "AutoRepeat"  "500 30"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
        Option      "XkbRules" "xfree86"
EndSection

Section "InputDevice"
        Identifier  "Microsoft Intellimouse Explorer"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
        Option      "Resolution" "1600"
        Option      "CursorShadow" "True"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "UltraSharp 2001FP LCD"
        ModelName    "Dell"
        HorizSync    30.0 - 130.0
        VertRefresh  50.0 - 200.0
        Option      "dpms"
	#DisplaySize 1600 1200
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "UltraSharp 2001FP LCD"
        ModelName    "Dell"
        HorizSync    30.0 - 130.0
        VertRefresh  50.0 - 200.0
        Option      "dpms"
	#DisplaySize 1600 1200
EndSection

Section "Monitor"
	Identifier "Display Merged"
	VendorName "Dell"
	ModelName "UltraSharp 2001FP LCD"
        HorizSync    30.0 - 130.0
        VertRefresh  50.0 - 200.0
        Option      "dpms"
	#DisplaySize 1600 1200
EndSection

Section "Device"
        Identifier  "Parhelia_256_0"
	VendorName  "Matrox Graphics, Inc."
        Driver      "mtx"
        VideoRam    262144
        Option      "HWcursor"  "off"
        BusID       "PCI:2:0:0"
        Option      "DPMS"  "on"
	Option      "DigitalScreen1" "on"
	#Option      "DigitalScreen2" "on"
	#Option      "TripleHead"
	#Option      "Xinerama" "true"
	Option	     "Busmastering" "on"
        Screen      0
	#Screen	    1
EndSection

Section "Device"
        Identifier  "Parhelia_256_1"
        VendorName  "Matrox Graphics, Inc."
        Driver      "mtx"
        VideoRam    262144
        Option      "HWcursor"  "off"
        BusID       "PCI:2:0:0"
        Option      "DPMS"  "on"
        #Option      "DigitalScreen1" "on"
        Option      "DigitalScreen2" "on"
        #Option      "TripleHead"
        #Option      "Xinerama" "true"
        Option       "Busmastering" "on"
        #Screen      0
        Screen     1
EndSection

Section "Screen"
        Identifier "Screen 0"
        Device     "Parhelia_256_0"
        Monitor    "monitor0"
        DefaultDepth     24
	DefaultColorDepth 24
	DefaultFbBpp	 32

        SubSection "Display"
                Depth     8
                Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes    "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes   "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes   "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "Parhelia_256_1"
        Monitor    "monitor1"
        DefaultDepth     24
	DefaultColorDepth 24
	DefaultFbBpp	 32

        SubSection "Display"
                Depth     8
                Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes    "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
		Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes    "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                #Modes   "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

# Section "Screen"
# Identifier "Display Merged"
# Device "Parhelia_256_0"
# Monitor "Display Merged"
# DefaultDepth 24
# DefaultFbBPP 32
# Option "Monitor1Position" "LeftOf"
# Option "MetaModes" "1600x1200-1600x1200 at 100Hz:1  1400x1050-1600x1200 1280x1024-1600x1200 1152x864-1600x1200 1024x768-1600x1200 800x600-1600x1200 640x480-1600x1200 1600x1200 "
# Option "Monitor2HSync" "30.0-130.0 "
# Option "Monitor2VRefresh" "50.0-200.0 "
# Option "MergedFB"
# SubSection "Display"
# Virtual 3200 1200
# Depth 24
	 #Modes "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "1600x1200 at 60Hz:1"
	 #EndSubSection
 #EndSection


Section "DRI"
       Group 0
       #Group 438
       Mode         0666
EndSection

-------------- next part --------------

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.4 i386 [ELF] 
Current Operating System: FreeBSD blackguy.unixtechs.org 5.4-STABLE FreeBSD 5.4-STABLE #24: Sat May 21 12:26:43 EDT 2005     root at blackguy.unixtechs.org:/usr/obj/usr/src/sys/BLACKGUY i386
Build Date: 27 June 2005
	Before reporting problems, check http://wiki.X.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/Xorg.0.log", Time: Fri Jul  1 12:31:57 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Parhelia_256_0"
(**) |-->Screen "Screen 1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Parhelia_256_1"
(**) |-->Screen "Screen 0" (2)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Parhelia_256_0"
(**) |-->Input Device "Microsoft_Natural"
(**) |-->Input Device "Microsoft Intellimouse Explorer"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/freefont,/usr/X11R6/lib/X11/fonts/misc"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "NoPM"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01ea card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 10b7,5950 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:08:0: chip 109e,036e card 1002,0003 rev 02 class 04,00,00 hdr 80
(II) PCI: 01:08:1: chip 109e,0878 card 1002,0003 rev 02 class 04,80,00 hdr 80
(II) PCI: 01:09:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 02:00:0: chip 102b,0528 card 102b,1030 rev 06 class 03,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,2), 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdb000000 - 0xdbffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xd9000000 - 0xdaffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(--) PCI: (1:8:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xd8000000/12
(--) PCI:*(2:0:0) Matrox Graphics, Inc. unknown chipset (0x0528) rev 6, Mem @ 0xc0000000/28, 0xd9000000/13
(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 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[1] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[2] -1	0	0xdc000000 - 0xdfffffff (0x4000000) MX[B]E
	[3] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[5] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[6] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[7] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[8] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[9] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[10] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xdc000000 from 0xdfffffff to 0xdc000fff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[1] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[2] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]E
	[3] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[4] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[5] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[6] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[7] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[8] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[9] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[10] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
(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	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[6] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]E
	[8] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[17] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "mtx"
(II) Loading /usr/X11R6/lib/modules/drivers/mtx_drv.o
(II) Module mtx: vendor="Matrox Graphics Inc."
	compiled for 4.3.99.902, module version = 1.4.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) Loading extension MTXGamma
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) MTX: Driver for Matrox chipsets: P-Series Family A, P-Series Family B,
	P-Series Family C, P-Series Family D
(II) Primary Device is: PCI 02:00:0
(WW) MTX: More than one matching Device section for instances
	(BusID: PCI:2:0:0) found: Parhelia_256_0
(--) Chipset P-Series Family B found
(--) Chipset P-Series Family B found
(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	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[6] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]E
	[8] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[17] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[18] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
(II) resource ranges after probing:
	[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	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[6] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[7] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]E
	[8] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[9] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[10] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[11] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[19] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[20] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[21] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[22] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	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="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) MTX(0): MGA instIndex = 0
(--) MTX(0): Linear framebuffer at 0xC0000000
(--) MTX(0): MMIO registers at 0xD9000000
(==) MTX(0): BIOS at 0xC0000
(II) MTX(0): Device Id [0528] Subsys Id [1030]
(II) MTX(0): Device Name [Parhelia 256MB Dual DVI]
(**) MTX(0): Total Video RAM: 262144 kByte
(==) MTX(0): Write-combining range (0xd9000000,0x2000) was already clear
(==) MTX(0): Write-combining range (0xc0000000,0x10000000)
(**) MTX(0): Depth 24, (**) framebuffer bpp 32
(==) MTX(0): Default visual is TrueColor
(**) MTX(0): Depth 24, (**) framebuffer bpp 32
(==) MTX(0): Default visual is TrueColor
(==) MTX(0): RGB weight 888
(**) MTX(0): Option "HWcursor" "off"
(**) MTX(0): Option "Busmastering" "on"
(**) MTX(0): Option "DigitalScreen1" "on"
(II) MTX(0): Monitor Input Type = 2
(==) MTX(0): Using gamma correction (1.0, 1.0, 1.0)
(II) MTX(0): Acceleration is enabled
(WW) MTX(0): Using software cursor
(II) MTX(0): Forcing Digital Output
(II) MTX(0): Digital is available
(==) MTX(0): Min pixel clock is 12 MHz
(==) MTX(0): Max pixel clock is 164 MHz
(II) MTX(0): Monitor0: Using hsync range of 30.00-130.00 kHz
(II) MTX(0): Monitor0: Using vrefresh range of 50.00-200.00 Hz
(II) MTX(0): Clock range:  12.00 to 164.00 MHz
(II) MTX(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(EE) MTX(0): ------------------------------------------------------------------------    
(EE) MTX(0):    ulDispWidth    : 00000640  Display Width in pixels                          
(EE) MTX(0):    ulDispHeight   : 00000350  Display Height in pixels                         
(EE) MTX(0):    ulDeskWidth    : 00001600  Desktop Width in pixels                          
(EE) MTX(0):    ulDeskHeight   : 00001216  Desktop Height in pixels                         
(EE) MTX(0):    ulBpp          : 00000032  Bits Per Pixels / input format                   
(EE) MTX(0): ------------------------------------------------------------------------    
(EE) MTX(0): MGAValidateMode from HALlib found the mode to be invalid.
	Error: 0xb2104270
(II) MTX(0): Not using default mode "640x350" (unknown reason)
(==) MTX(0): DPI set to (75, 75)
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(--) MTX(0): Virtual size is 1600x1200 (pitch 2048)
(**) MTX(0): *Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(II) MTX(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MTX(0): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MTX(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) MTX(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MTX(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) MTX(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MTX(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) MTX(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MTX(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MTX(0):  Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(II) MTX(0): Modeline "1400x1050"  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync
(**) MTX(0):  Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) MTX(0): Modeline "1400x1050"  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
(**) MTX(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) MTX(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MTX(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MTX(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MTX(0):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) MTX(0): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) MTX(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) MTX(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) MTX(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MTX(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) MTX(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) MTX(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) MTX(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) MTX(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) MTX(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MTX(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MTX(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MTX(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MTX(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MTX(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) MTX(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MTX(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) MTX(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) MTX(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) MTX(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MTX(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MTX(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MTX(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) MTX(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MTX(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MTX(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MTX(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) MTX(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MTX(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MTX(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) MTX(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) MTX(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MTX(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(II) MTX(0): Total Memory for Onscreen and Offscreen : 0xafc800
(II) MTX(0): Cursor Offset at 0x00000000
(II) MTX(0): Cursor Aperture at 0x00000000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(WW) MTX(0): Error #3 while loading Kernel Driver.
(WW) MTX(0):  Falling back to Emulating DMA 
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(II) MTX(0): Emulated Busmastering
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) MTX(1): MGA instIndex = 1
(--) MTX(1): Linear framebuffer at 0xC0000000
(--) MTX(1): MMIO registers at 0xD9000000
(==) MTX(1): BIOS at 0xC0000
(II) MTX(1): Device Id [0528] Subsys Id [1030]
(II) MTX(1): Device Name [Parhelia 256MB Dual DVI]
(**) MTX(1): Total Video RAM: 262144 kByte
(==) MTX(1): Write-combining range (0xd9000000,0x2000) was already clear
(==) MTX(1): Write-combining range (0xc0000000,0x10000000)
(**) MTX(1): Depth 24, (**) framebuffer bpp 32
(==) MTX(1): Default visual is TrueColor
(**) MTX(1): Depth 24, (**) framebuffer bpp 32
(==) MTX(1): Default visual is TrueColor
(==) MTX(1): RGB weight 888
(**) MTX(1): Option "HWcursor" "off"
(**) MTX(1): Option "Busmastering" "on"
(**) MTX(1): Option "DigitalScreen2" "on"
(II) MTX(1): Monitor Input Type = 2
(==) MTX(1): Using gamma correction (1.0, 1.0, 1.0)
(II) MTX(1): Acceleration is enabled
(WW) MTX(1): Using software cursor
(II) MTX(1): Forcing Digital Output
(II) MTX(1): Digital is available
(==) MTX(1): Min pixel clock is 12 MHz
(==) MTX(1): Max pixel clock is 164 MHz
(II) MTX(1): Monitor1: Using hsync range of 30.00-130.00 kHz
(II) MTX(1): Monitor1: Using vrefresh range of 50.00-200.00 Hz
(II) MTX(1): Clock range:  12.00 to 164.00 MHz
(II) MTX(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MTX(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(EE) MTX(1): ------------------------------------------------------------------------    
(EE) MTX(1):    ulDispWidth    : 00000640  Display Width in pixels                          
(EE) MTX(1):    ulDispHeight   : 00000350  Display Height in pixels                         
(EE) MTX(1):    ulDeskWidth    : 00001600  Desktop Width in pixels                          
(EE) MTX(1):    ulDeskHeight   : 00001216  Desktop Height in pixels                         
(EE) MTX(1):    ulBpp          : 00000032  Bits Per Pixels / input format                   
(EE) MTX(1): ------------------------------------------------------------------------    
(EE) MTX(1): MGAValidateMode from HALlib found the mode to be invalid.
	Error: 0xb2101112
(II) MTX(1): Not using default mode "640x350" (unknown reason)
(==) MTX(1): DPI set to (75, 75)
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(--) MTX(1): Virtual size is 1600x1200 (pitch 2048)
(**) MTX(1): *Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(II) MTX(1): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(**) MTX(1): *Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MTX(1): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) MTX(1): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) MTX(1): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) MTX(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) MTX(1): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) MTX(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) MTX(1): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) MTX(1):  Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(II) MTX(1): Modeline "1400x1050"  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync
(**) MTX(1):  Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) MTX(1): Modeline "1400x1050"  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
(**) MTX(1):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) MTX(1): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MTX(1):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MTX(1): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MTX(1):  Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) MTX(1): Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
(**) MTX(1):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) MTX(1): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) MTX(1):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MTX(1): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) MTX(1):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) MTX(1): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) MTX(1):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) MTX(1): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) MTX(1):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) MTX(1): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) MTX(1):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) MTX(1): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) MTX(1):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MTX(1): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) MTX(1):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MTX(1): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) MTX(1):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) MTX(1): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) MTX(1):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) MTX(1): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) MTX(1):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) MTX(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) MTX(1):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MTX(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) MTX(1):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) MTX(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) MTX(1):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) MTX(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) MTX(1):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) MTX(1): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) MTX(1):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MTX(1): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(II) MTX(1): Total Memory for Onscreen and Offscreen : 0xafc800
(II) MTX(1): Cursor Offset at 0x00000000
(II) MTX(1): Cursor Aperture at 0x00000000
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) MTX(1): Emulated Busmastering
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after preInit:
	[0] 0	0	0xd9000000 - 0xd9001fff (0x2000) MX[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
	[2] 0	0	0xd9000000 - 0xd9001fff (0x2000) MX[B]
	[3] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
	[4] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[5] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1	0	0xd8001000 - 0xd8001fff (0x1000) MX[B]E
	[10] -1	0	0xdc001000 - 0xdc001fff (0x1000) MX[B]E
	[11] -1	0	0xdc000000 - 0xdc000fff (0x1000) MX[B]E
	[12] -1	0	0xdc002000 - 0xdc003fff (0x2000) MX[B]E
	[13] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[14] -1	0	0xd9000000 - 0xd9001fff (0x2000) MX[B](B)
	[15] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[16] -1	0	0xd8000000 - 0xd8000fff (0x1000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[23] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[24] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[25] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[27] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) MTX(0): Write-combining range (0xd9000000,0x2000) was already clear
(==) MTX(0): Write-combining range (0xc0000000,0x10000000)
(II) MTX(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MTX(0): Write-combining range (0xa0000,0x10000) was already clear
(WW) MTX(0): Cannot stop features.
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(WW) MTX(0): Error occured while starting the features.
(II) MTX(0): Cursor Aperture location 0x00e80000.
(II) MTX(0): Cursor Surface location 0x07f00000.
(II) MTX(0): Parhelia device started.
(II) MTX(0): TV Standard : NTSC
(II) MTX(0): First X instance - 
(II) MTX(0): Using Digital Output
(==) MTX(0): Default visual is TrueColor
(II) MTX(0): Using 600 lines for offscreen memory.
(II) MTX(0): Memory manager initialized to (0,0) (1600,1800)
(II) MTX(0): Largest offscreen area available: 1600 x 600
(II) MTX(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Offscreen Pixmaps
	Driver provided ScreenToScreenBitBlt replacement
	Driver provided FillSolidRects replacement
	Driver provided FillSolidSpans replacement
	Driver provided WritePixmap replacement
	Driver provided ReadPixmap replacement
	Setting up tile and stipple cache:
		24 128x128 slots
		6 256x256 slots
(==) MTX(0): Backing store disabled
(==) MTX(0): Silken mouse enabled
(II) MTX(0): Using SW cursor
(**) Option "dpms"
(**) MTX(0): DPMS enabled
(==) RandR enabled
(==) MTX(1): Write-combining range (0xd9000000,0x2000) was already clear
(==) MTX(1): Write-combining range (0xc0000000,0x10000000) was already set
(II) MTX(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(WW) MTX(1): Cannot stop features.
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(WW) MTX(1): Error occured while starting the features.
(II) MTX(1): Cursor Aperture location 0x00e80000.
(II) MTX(1): Cursor Surface location 0x07f00000.
(II) MTX(1): Parhelia device started.
(II) MTX(1): TV Standard : NTSC
(II) MTX(1): Second X instance - 
(II) MTX(1): 	Using Digital Output
(==) MTX(1): Default visual is TrueColor
(II) MTX(1): Using 600 lines for offscreen memory.
(II) MTX(1): Memory manager initialized to (0,0) (1600,1800)
(II) MTX(1): Largest offscreen area available: 1600 x 600
(II) MTX(1): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Offscreen Pixmaps
	Driver provided ScreenToScreenBitBlt replacement
	Driver provided FillSolidRects replacement
	Driver provided FillSolidSpans replacement
	Driver provided WritePixmap replacement
	Driver provided ReadPixmap replacement
	Setting up tile and stipple cache:
		24 128x128 slots
		6 256x256 slots
(==) MTX(1): Backing store disabled
(==) MTX(1): Silken mouse enabled
(II) MTX(1): Using SW cursor
(**) Option "dpms"
(**) MTX(1): DPMS enabled
(==) RandR enabled
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Microsoft_Natural: Core Keyboard
(**) Option "Protocol" "standard"
(**) Microsoft_Natural: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Microsoft_Natural: XkbRules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) Microsoft_Natural: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Microsoft_Natural: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Microsoft_Natural: CustomKeycodes disabled
(**) Option "Protocol" "Auto"
(**) Microsoft Intellimouse Explorer: Device: "/dev/sysmouse"
(**) Microsoft Intellimouse Explorer: Protocol: "Auto"
(**) Option "CorePointer"
(**) Microsoft Intellimouse Explorer: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "Buttons" "5"
(==) Microsoft Intellimouse Explorer: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Microsoft Intellimouse Explorer: ZAxisMapping: buttons 4 and 5
(**) Microsoft Intellimouse Explorer: Buttons: 5
(**) Option "Resolution" "1600"
(**) Microsoft Intellimouse Explorer: Resolution: 1600
(II) XINPUT: Adding extended input device "Microsoft Intellimouse Explorer" (type: MOUSE)
(II) XINPUT: Adding extended input device "Microsoft_Natural" (type: KEYBOARD)
(II) Microsoft Intellimouse Explorer: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Microsoft Intellimouse Explorer: SetupAuto: protocol is SysMouse
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/URW, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/freefont, removing from list!
(II) 3rd Button detected: disabling emulate3Button


More information about the freebsd-questions mailing list