From owner-freebsd-x11@FreeBSD.ORG Thu Jun 21 15:08:06 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC96D16A400 for ; Thu, 21 Jun 2007 15:08:05 +0000 (UTC) (envelope-from timothy.j.gustafson@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADE213C448 for ; Thu, 21 Jun 2007 15:08:05 +0000 (UTC) (envelope-from timothy.j.gustafson@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so513217nzn for ; Thu, 21 Jun 2007 08:08:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ts4ZS0onZRFc2IuCP9G9fFLCEm8lJRmXJfMwMTC+sofHb6Ws6HetnZF/J0BHRHlAIavjR80yUS+Kn7o2OY/J2Iq7XT5iu4rAubOtEFfF3htnN3qgMXUFjt2VH5C/fuuJa8bLC8uWs+Q1kQ5s/SYWJg0KjYReDP3f1OmSROcaEM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=g83zQa7o3IXQB74UJaqKJiFe+83KNU8i5iTZ+A5Ra0YXmpJGM/CTvbrlUHHihKVFEC3asHBZ5SJBSZVdSMB/JelX9K1biTSo4Aji/wpQF5kiNVLaQukIp+BFrkaaLQuUb/z0wJgSwgQGuX2LN1bPSLYhXsv8GGlBCbgjA+/akJY= Received: by 10.143.12.19 with SMTP id p19mr50511wfi.1182436890393; Thu, 21 Jun 2007 07:41:30 -0700 (PDT) Received: by 10.142.98.3 with HTTP; Thu, 21 Jun 2007 07:41:30 -0700 (PDT) Message-ID: <4e97762b0706210741x3e4eb30ax9083e13183d7246c@mail.gmail.com> Date: Thu, 21 Jun 2007 07:41:30 -0700 From: "Tim Gustafson" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems with MGA / Multihead X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2007 15:08:06 -0000 Hello! I'm trying to get a new installation of xorg 7.2 working on FreeBSD 6.2 with a Matrox quad head card. I have it "mostly" working. All four screens get initialized into graphics mode, and I can see my windows on the first display. The mouse is able to move from one screen to the next, but when it moves to the second, third or fourth monitors, it appears as a 200x200 black box, and the backgrounds on the second, third and fourth monitors is a solid gray color, as opposed to the cross-hatched normal background. My xorg.conf and X log file are included below. Does anyone have any ideas as to how to fix this problem? Thanks! Tim ========== xorg.conf ========== Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/local/" EndSection Section "ServerFlags" Option "Xinerama" "True" EndSection Section "InputDevice" Identifier "My Keyboard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "My Mouse" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "My Monitor 1" HorizSync 31.5-81.1 VertRefresh 56-75 Option "DPMS" # ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 EndSection Section "Device" Identifier "My Video Card 1" BusID "PCI:6:0:0" VideoRam 32768 Driver "mga" Option "MGASDRAM" "True" EndSection Section "Screen" Identifier "My Screen 1" Device "My Video Card 1" Monitor "My Monitor 1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "Monitor" Identifier "My Monitor 2" HorizSync 31.5-81.1 VertRefresh 56-75 Option "DPMS" # ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 EndSection Section "Device" Identifier "My Video Card 2" BusID "PCI:6:4:0" VideoRam 32768 Driver "mga" Option "MGASDRAM" "True" EndSection Section "Screen" Identifier "My Screen 2" Device "My Video Card 2" Monitor "My Monitor 2" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "Monitor" Identifier "My Monitor 3" HorizSync 31.5-81.1 VertRefresh 56-75 Option "DPMS" # ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 EndSection Section "Device" Identifier "My Video Card 3" BusID "PCI:6:8:0" VideoRam 32768 Driver "mga" Option "MGASDRAM" "True" EndSection Section "Screen" Identifier "My Screen 3" Device "My Video Card 3" Monitor "My Monitor 3" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "Monitor" Identifier "My Monitor 4" HorizSync 31.5-81.1 VertRefresh 56-75 Option "DPMS" # ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 EndSection Section "Device" Identifier "My Video Card 4" BusID "PCI:6:12:0" VideoRam 32768 Driver "mga" Option "MGASDRAM" "True" EndSection Section "Screen" Identifier "My Screen 4" Device "My Video Card 4" Monitor "My Monitor 4" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "My Screen 1" Screen 1 "My Screen 2" RightOf "My Screen 1" Screen 2 "My Screen 3" RightOf "My Screen 2" Screen 3 "My Screen 4" RightOf "My Screen 3" InputDevice "My Mouse" "CorePointer" InputDevice "My Keyboard" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection ========== Xorg.0.log ========== X Window System Version 7.2.0 Release Date: 22 January 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: FreeBSD 6.2-RELEASE i386 Current Operating System: FreeBSD beastie.trustedid.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 Build Date: 20 June 2007 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: Thu Jun 21 14:39:00 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "My Screen 1" (0) (**) | |-->Monitor "My Monitor 1" (**) | |-->Device "My Video Card 1" (**) |-->Screen "My Screen 2" (1) (**) | |-->Monitor "My Monitor 2" (**) | |-->Device "My Video Card 2" (**) |-->Screen "My Screen 3" (2) (**) | |-->Monitor "My Monitor 3" (**) | |-->Device "My Video Card 3" (**) |-->Screen "My Screen 4" (3) (**) | |-->Monitor "My Monitor 4" (**) | |-->Device "My Video Card 4" (**) |-->Input Device "My Mouse" (**) |-->Input Device "My Keyboard" (**) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/local/ (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/local/lib/xorg/modules" (**) Option "Xinerama" "True" (**) Xinerama: enabled (II) Loader magic: 0x819e340 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.1 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (--) 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 8086,2778 card 1028,01ae rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,2779 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01ae rev 01 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01ae rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,27ca card 1028,01ae rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,27cb card 1028,01ae rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,27cc card 1028,01ae rev 01 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,27b8 card 0000,0000 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,27df card 1028,01ae rev 01 class 01,01,8a hdr 00 (II) PCI: 00:1f:2: chip 8086,27c0 card 1028,01ae rev 01 class 01,01,8f hdr 00 (II) PCI: 00:1f:3: chip 8086,27da card 1028,01ae rev 01 class 0c,05,00 hdr 00 (II) PCI: 04:00:0: chip 14e4,1677 card 1028,01ae rev 01 class 02,00,00 hdr 00 (II) PCI: 05:02:0: chip 3388,0022 card 0000,0000 rev 04 class 06,04,00 hdr 01 (II) PCI: 06:00:0: chip 102b,0525 card 102b,26c4 rev 85 class 03,00,00 hdr 00 (II) PCI: 06:04:0: chip 102b,0525 card 102b,26c4 rev 85 class 03,80,00 hdr 00 (II) PCI: 06:08:0: chip 102b,0525 card 102b,26c4 rev 85 class 03,80,00 hdr 00 (II) PCI: 06:0c:0: chip 102b,0525 card 102b,26c4 rev 85 class 03,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,6), 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: 0x0002 (VGA_EN is cleared) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 4: bridge is at (0:28:5), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 5: bridge is at (0:30:0), (0,5,6), BCTRL: 0x000a (VGA_EN is set) (II) Bus 5 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 5 non-prefetchable memory range: [0] -1 0 0xfc000000 - 0xfe7fffff (0x2800000) MX[B] (II) Bus 5 prefetchable memory range: [0] -1 0 0xf2000000 - 0xfbffffff (0xa000000) 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) (II) PCI-to-PCI bridge: (II) Bus 6: bridge is at (5:2:0), (5,6,6), BCTRL: 0x000a (VGA_EN is set) (II) Bus 6 non-prefetchable memory range: [0] -1 0 0xfc000000 - 0xfe5fffff (0x2600000) MX[B] (II) Bus 6 prefetchable memory range: [0] -1 0 0xf4000000 - 0xfbffffff (0x8000000) MX[B] (--) PCI:*(6:0:0) Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xfa000000/25, 0xfe4f0000/14, 0xfc000000/23, BIOS @ 0xfe500000/17 (--) PCI: (6:4:0) Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xf8000000/25, 0xfe4f4000/14, 0xfc800000/23, BIOS @ 0xfe500000/17 (--) PCI: (6:8:0) Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xf6000000/25, 0xfe4f8000/14, 0xfd000000/23, BIOS @ 0xfe500000/17 (--) PCI: (6:12:0) Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xf4000000/25, 0xfe4fc000/14, 0xfd800000/23, BIOS @ 0xfe500000/17 (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [1] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [2] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [3] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [4] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [5] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [8] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [9] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [12] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [13] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [16] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [17] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [18] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [19] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [20] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [21] -1 0 0x0000fe20 - 0x0000fe3f (0x20) IX[B]E [22] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [23] -1 0 0x0000fe00 - 0x0000feff (0x100) IX[B]E [24] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [25] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [26] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [27] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [28] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [29] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [30] -1 0 0x0000ff40 - 0x0000ff7f (0x40) IX[B]E [31] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [32] -1 0 0x0000ff80 - 0x0000ffff (0x80) IX[B]E (II) PCI I/O resource overlap reduced 0x0000fe20 from 0x0000fe3f to 0x0000fe2f (II) PCI I/O resource overlap reduced 0x0000fe00 from 0x0000feff to 0x0000fe0f (II) PCI I/O resource overlap reduced 0x0000ff40 from 0x0000ff7f to 0x0000ff5f (II) PCI I/O resource overlap reduced 0x0000ff80 from 0x0000ffff to 0x0000ff9f (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [1] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [2] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [3] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [4] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [5] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [8] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [9] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [12] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [13] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [16] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [17] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [18] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [19] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [20] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [21] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [22] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [23] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [24] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [25] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [26] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [27] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [28] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [29] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [30] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [31] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [32] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [25] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [26] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [27] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [28] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [29] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [30] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [31] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [32] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [33] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [34] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (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 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/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.2.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "mga" (II) Loading /usr/local/lib/xorg/modules/drivers//mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.4.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550 (II) Primary Device is: PCI 06:00:0 (--) Chipset mgag400 found (--) Chipset mgag400 found (--) Chipset mgag400 found (--) Chipset mgag400 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [25] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [26] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [27] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [28] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [29] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [30] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [31] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [32] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [33] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [34] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [25] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [26] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [27] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [28] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [29] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [30] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [31] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [32] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [33] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [34] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [25] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [26] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [27] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [28] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [29] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [30] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [31] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [32] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [33] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [34] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [24] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [25] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [26] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [27] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [28] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [29] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [30] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [31] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [32] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [33] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [34] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [35] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [36] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [37] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [38] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [5] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [6] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [7] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [8] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [9] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [10] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [11] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [12] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [13] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [14] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [15] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [16] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [17] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [20] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [21] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [25] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [26] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [27] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [28] 2 0 0x000a0000 - 0x000affff (0x10000) MS[B] [29] 2 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [30] 2 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [31] 3 0 0x000a0000 - 0x000affff (0x10000) MS[B] [32] 3 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [33] 3 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [36] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [37] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [38] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [39] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [40] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [41] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [42] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [43] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [44] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [45] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [46] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [47] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [48] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [49] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [50] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E [51] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [52] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [53] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [54] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] [55] 2 0 0x000003b0 - 0x000003bb (0xc) IS[B] [56] 2 0 0x000003c0 - 0x000003df (0x20) IS[B] [57] 3 0 0x000003b0 - 0x000003bb (0xc) IS[B] [58] 3 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (II) Setting vga for screen 2. (II) Setting vga for screen 3. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (--) MGA(0): Chipset: "mgag400" (G450) (**) MGA(0): Depth 24, (--) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (**) MGA(0): Option "MGASDRAM" "True" (==) MGA(0): Using AGP 1x mode (==) MGA(0): Using XAA acceleration (**) MGA(0): Has SDRAM (--) MGA(0): Linear framebuffer at 0xFA000000 (--) MGA(0): MMIO registers at 0xFE4F0000 (--) MGA(0): Pseudo-DMA transfer window at 0xFC000000 (--) MGA(0): BIOS at 0xFE500000 (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (WW) MGA(0): Video BIOS info block not detected! (**) MGA(0): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/local/lib/xorg/modules//libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/local/lib/xorg/modules//libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (==) MGA(0): Write-combining range (0xfe4f0000,0x4000) was already clear (==) MGA(0): Write-combining range (0xfa000000,0x2000000) (==) MGA(0): Write-combining range (0xfc000000,0x800000) was already clear (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear (II) MGA(0): I2C bus "DDC P1" initialized. (II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0. (II) MGA(0): I2C device "DDC P1:ddc2" removed. (II) MGA(0): I2C Monitor info: 0x81db800 (II) MGA(0): Manufacturer: NEC Model: 66a6 Serial#: 16843009 (II) MGA(0): Year: 2005 Week: 43 (II) MGA(0): EDID Version: 1.3 (II) MGA(0): Digital Display Input (II) MGA(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) MGA(0): Gamma: 2.20 (II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(0): First detailed timing is preferred mode (II) MGA(0): redX: 0.638 redY: 0.348 greenX: 0.283 greenY: 0.619 (II) MGA(0): blueX: 0.142 blueY: 0.084 whiteX: 0.313 whiteY: 0.329 (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): 1152x870@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): #1: hsize: 1280 vsize 960 refresh: 75 vid: 20353 (II) MGA(0): Supported additional Video Mode: (II) MGA(0): clock: 108.0 MHz Image Size: 376 x 301 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): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz (II) MGA(0): Monitor name: LCD195VX (II) MGA(0): Serial No: 5X101069NA (II) MGA(0): EDID (in hex): (II) MGA(0): 00ffffffffffff0038a3a66601010101 (II) MGA(0): 2b0f010388261e78ea4a65a359489e24 (II) MGA(0): 155054bfef80714f814f010101010101 (II) MGA(0): 010101010101302a009851002a403070 (II) MGA(0): 1300782d1100001e000000fd00384b1f (II) MGA(0): 510e000a202020202020000000fc004c (II) MGA(0): 434431393556580a20202020000000ff (II) MGA(0): 0035583130313036394e410a2020003f (II) MGA(0): end of I2C Monitor info (II) MGA(0): Using hsync ranges from config file (II) MGA(0): Using vrefresh ranges from config file (II) MGA(0): Printing DDC gathered Modelines: (II) MGA(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) MGA(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) MGA(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) MGA(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) MGA(0): Modeline "640x480" 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (II) MGA(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) MGA(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) MGA(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (II) MGA(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) MGA(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) MGA(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) MGA(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (II) MGA(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) MGA(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) MGA(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (II) MGA(0): Modeline "1152x864" 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (II) MGA(0): Modeline "1280x960" 130.00 1280 1368 1504 1728 960 963 967 1005 -hsync +vsync (II) MGA(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (==) 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 252 MHz (II) MGA(0): My Monitor 1: Using hsync range of 31.50-81.10 kHz (II) MGA(0): My Monitor 1: Using vrefresh range of 56.00-75.00 Hz (II) MGA(0): Clock range: 12.00 to 252.00 MHz (II) MGA(0): Not using default mode "640x350" (vrefresh out of range) (II) MGA(0): Not using default mode "320x175" (vrefresh out of range) (II) MGA(0): Not using default mode "640x400" (vrefresh out of range) (II) MGA(0): Not using default mode "320x200" (vrefresh out of range) (II) MGA(0): Not using default mode "720x400" (vrefresh out of range) (II) MGA(0): Not using default mode "360x200" (vrefresh out of range) (II) MGA(0): Not using default mode "640x480" (vrefresh out of range) (II) MGA(0): Not using default mode "320x240" (vrefresh out of range) (II) MGA(0): Not using default mode "800x600" (vrefresh out of range) (II) MGA(0): Not using default mode "400x300" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1280x960" (hsync out of range) (II) MGA(0): Not using default mode "640x480" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "640x512" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (mode clock too high) (II) MGA(0): Not using default mode "1600x1200" (mode clock too high) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(0): Not using default mode "576x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1400x1050" (mode clock too high) (II) MGA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (--) MGA(0): Virtual size is 1280x1024 (pitch 1280) (**) MGA(0): *Driver 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: (380, 300) mm (**) MGA(0): DPI set to (85, 86) (II) MGA(0): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/local/lib/xorg/modules//libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/local/lib/xorg/modules//libvgahw.so (--) MGA(1): Chipset: "mgag400" (G450) (**) MGA(1): Depth 24, (--) framebuffer bpp 32 (==) MGA(1): RGB weight 888 (**) MGA(1): Option "MGASDRAM" "True" (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) MGA(1): Initializing int10 (==) MGA(1): Write-combining range (0xa0000,0x20000) was already clear (==) MGA(1): Write-combining range (0xc0000,0x40000) was already clear (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) MGA(1): Cannot read V_BIOS (3) (==) MGA(1): Using AGP 1x mode (==) MGA(1): Using XAA acceleration (**) MGA(1): Has SDRAM (--) MGA(1): Linear framebuffer at 0xF8000000 (--) MGA(1): MMIO registers at 0xFE4F4000 (--) MGA(1): Pseudo-DMA transfer window at 0xFC800000 (--) MGA(1): BIOS at 0xFE500000 (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (WW) MGA(1): Video BIOS info block not detected! (==) MGA(1): Write-combining range (0xfe4f4000,0x4000) was already clear (==) MGA(1): Write-combining range (0xf8000000,0x800000) (==) MGA(1): Write-combining range (0xfc800000,0x800000) was already clear (**) MGA(1): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/local/lib/xorg/modules//libddc.so (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Reloading /usr/local/lib/xorg/modules//libi2c.so (==) MGA(1): Write-combining range (0xfe4f4000,0x4000) was already clear (==) MGA(1): Write-combining range (0xf8000000,0x2000000) (==) MGA(1): Write-combining range (0xfc800000,0x800000) was already clear (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (II) MGA(1): DDC1 disabled - chip not in VGA mode (II) MGA(1): I2C bus "DDC P1" initialized. (II) MGA(1): I2C device "DDC P1:ddc2" registered at address 0xA0. (II) MGA(1): I2C device "DDC P1:ddc2" removed. (II) MGA(1): I2C Monitor info: 0x81dbc00 (II) MGA(1): Manufacturer: NEC Model: 66a6 Serial#: 16843009 (II) MGA(1): Year: 2005 Week: 43 (II) MGA(1): EDID Version: 1.3 (II) MGA(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) MGA(1): Sync: Separate (II) MGA(1): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) MGA(1): Gamma: 2.20 (II) MGA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(1): First detailed timing is preferred mode (II) MGA(1): redX: 0.638 redY: 0.348 greenX: 0.283 greenY: 0.619 (II) MGA(1): blueX: 0.142 blueY: 0.084 whiteX: 0.313 whiteY: 0.329 (II) MGA(1): Supported VESA Video Modes: (II) MGA(1): 720x400@70Hz (II) MGA(1): 640x480@60Hz (II) MGA(1): 640x480@67Hz (II) MGA(1): 640x480@72Hz (II) MGA(1): 640x480@75Hz (II) MGA(1): 800x600@56Hz (II) MGA(1): 800x600@60Hz (II) MGA(1): 800x600@72Hz (II) MGA(1): 800x600@75Hz (II) MGA(1): 832x624@75Hz (II) MGA(1): 1024x768@60Hz (II) MGA(1): 1024x768@70Hz (II) MGA(1): 1024x768@75Hz (II) MGA(1): 1280x1024@75Hz (II) MGA(1): 1152x870@75Hz (II) MGA(1): Manufacturer's mask: 0 (II) MGA(1): Supported Future Video Modes: (II) MGA(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) MGA(1): #1: hsize: 1280 vsize 960 refresh: 75 vid: 20353 (II) MGA(1): Supported additional Video Mode: (II) MGA(1): clock: 108.0 MHz Image Size: 376 x 301 mm (II) MGA(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) MGA(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) MGA(1): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz (II) MGA(1): Monitor name: LCD195VX (II) MGA(1): Serial No: 5X101106NA (II) MGA(1): EDID (in hex): (II) MGA(1): 00ffffffffffff0038a3a66601010101 (II) MGA(1): 2b0f010308261e78ea4a65a359489e24 (II) MGA(1): 155054bfef80714f814f010101010101 (II) MGA(1): 010101010101302a009851002a403070 (II) MGA(1): 1300782d1100001e000000fd00384b1f (II) MGA(1): 510e000a202020202020000000fc004c (II) MGA(1): 434431393556580a20202020000000ff (II) MGA(1): 0035583130313130364e410a202000c7 (II) MGA(1): end of I2C Monitor info (II) MGA(1): Using hsync ranges from config file (II) MGA(1): Using vrefresh ranges from config file (II) MGA(1): Printing DDC gathered Modelines: (II) MGA(1): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) MGA(1): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) MGA(1): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) MGA(1): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) MGA(1): Modeline "640x480" 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (II) MGA(1): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) MGA(1): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) MGA(1): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (II) MGA(1): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) MGA(1): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) MGA(1): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) MGA(1): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (II) MGA(1): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) MGA(1): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) MGA(1): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (II) MGA(1): Modeline "1152x864" 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (II) MGA(1): Modeline "1280x960" 130.00 1280 1368 1504 1728 960 963 967 1005 -hsync +vsync (II) MGA(1): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (==) MGA(1): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(1): Min pixel clock is 12 MHz (--) MGA(1): Max pixel clock is 252 MHz (II) MGA(1): My Monitor 2: Using hsync range of 31.50-81.10 kHz (II) MGA(1): My Monitor 2: Using vrefresh range of 56.00-75.00 Hz (II) MGA(1): Clock range: 12.00 to 252.00 MHz (II) MGA(1): Not using default mode "640x350" (vrefresh out of range) (II) MGA(1): Not using default mode "320x175" (vrefresh out of range) (II) MGA(1): Not using default mode "640x400" (vrefresh out of range) (II) MGA(1): Not using default mode "320x200" (vrefresh out of range) (II) MGA(1): Not using default mode "720x400" (vrefresh out of range) (II) MGA(1): Not using default mode "360x200" (vrefresh out of range) (II) MGA(1): Not using default mode "640x480" (vrefresh out of range) (II) MGA(1): Not using default mode "320x240" (vrefresh out of range) (II) MGA(1): Not using default mode "800x600" (vrefresh out of range) (II) MGA(1): Not using default mode "400x300" (vrefresh out of range) (II) MGA(1): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(1): Not using default mode "512x384" (vrefresh out of range) (II) MGA(1): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(1): Not using default mode "512x384" (vrefresh out of range) (II) MGA(1): Not using default mode "1280x960" (hsync out of range) (II) MGA(1): Not using default mode "640x480" (hsync out of range) (II) MGA(1): Not using default mode "1280x1024" (hsync out of range) (II) MGA(1): Not using default mode "640x512" (hsync out of range) (II) MGA(1): Not using default mode "1600x1200" (mode clock too high) (II) MGA(1): Not using default mode "1600x1200" (mode clock too high) (II) MGA(1): Not using default mode "1600x1200" (hsync out of range) (II) MGA(1): Not using default mode "800x600" (hsync out of range) (II) MGA(1): Not using default mode "1600x1200" (hsync out of range) (II) MGA(1): Not using default mode "800x600" (hsync out of range) (II) MGA(1): Not using default mode "1600x1200" (hsync out of range) (II) MGA(1): Not using default mode "800x600" (hsync out of range) (II) MGA(1): Not using default mode "1792x1344" (hsync out of range) (II) MGA(1): Not using default mode "896x672" (hsync out of range) (II) MGA(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "896x672" (hsync out of range) (II) MGA(1): Not using default mode "1856x1392" (hsync out of range) (II) MGA(1): Not using default mode "928x696" (hsync out of range) (II) MGA(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "928x696" (hsync out of range) (II) MGA(1): Not using default mode "1920x1440" (hsync out of range) (II) MGA(1): Not using default mode "960x720" (hsync out of range) (II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "960x720" (hsync out of range) (II) MGA(1): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(1): Not using default mode "576x384" (vrefresh out of range) (II) MGA(1): Not using default mode "1400x1050" (mode clock too high) (II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "960x720" (hsync out of range) (II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "1024x768" (hsync out of range) (II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "1024x768" (hsync out of range) (II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(1): Not using default mode "1024x768" (hsync out of range) (--) MGA(1): Virtual size is 1280x1024 (pitch 1280) (**) MGA(1): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) MGA(1): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(1): Display dimensions: (380, 300) mm (**) MGA(1): DPI set to (85, 86) (II) MGA(1): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/local/lib/xorg/modules//libfb.so (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Reloading /usr/local/lib/xorg/modules//libxaa.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Reloading /usr/local/lib/xorg/modules//libramdac.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/local/lib/xorg/modules//libvgahw.so (--) MGA(2): Chipset: "mgag400" (G450) (**) MGA(2): Depth 24, (--) framebuffer bpp 32 (==) MGA(2): RGB weight 888 (**) MGA(2): Option "MGASDRAM" "True" (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) MGA(2): Initializing int10 (==) MGA(2): Write-combining range (0xa0000,0x20000) was already clear (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) MGA(2): Cannot read V_BIOS (3) (==) MGA(2): Using AGP 1x mode (==) MGA(2): Using XAA acceleration (**) MGA(2): Has SDRAM (--) MGA(2): Linear framebuffer at 0xF6000000 (--) MGA(2): MMIO registers at 0xFE4F8000 (--) MGA(2): Pseudo-DMA transfer window at 0xFD000000 (--) MGA(2): BIOS at 0xFE500000 (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (WW) MGA(2): Video BIOS info block not detected! (==) MGA(2): Write-combining range (0xfe4f8000,0x4000) was already clear (==) MGA(2): Write-combining range (0xf6000000,0x800000) (==) MGA(2): Write-combining range (0xfd000000,0x800000) was already clear (**) MGA(2): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/local/lib/xorg/modules//libddc.so (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Reloading /usr/local/lib/xorg/modules//libi2c.so (==) MGA(2): Write-combining range (0xfe4f8000,0x4000) was already clear (==) MGA(2): Write-combining range (0xf6000000,0x2000000) (==) MGA(2): Write-combining range (0xfd000000,0x800000) was already clear (II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (II) MGA(2): DDC1 disabled - chip not in VGA mode (II) MGA(2): I2C bus "DDC P1" initialized. (II) MGA(2): I2C device "DDC P1:ddc2" registered at address 0xA0. (II) MGA(2): I2C device "DDC P1:ddc2" removed. (II) MGA(2): I2C Monitor info: 0x8219000 (II) MGA(2): Manufacturer: NEC Model: 66a6 Serial#: 16843009 (II) MGA(2): Year: 2005 Week: 43 (II) MGA(2): EDID Version: 1.3 (II) MGA(2): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) MGA(2): Sync: Separate (II) MGA(2): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) MGA(2): Gamma: 2.20 (II) MGA(2): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(2): First detailed timing is preferred mode (II) MGA(2): redX: 0.638 redY: 0.348 greenX: 0.283 greenY: 0.619 (II) MGA(2): blueX: 0.142 blueY: 0.084 whiteX: 0.313 whiteY: 0.329 (II) MGA(2): Supported VESA Video Modes: (II) MGA(2): 720x400@70Hz (II) MGA(2): 640x480@60Hz (II) MGA(2): 640x480@67Hz (II) MGA(2): 640x480@72Hz (II) MGA(2): 640x480@75Hz (II) MGA(2): 800x600@56Hz (II) MGA(2): 800x600@60Hz (II) MGA(2): 800x600@72Hz (II) MGA(2): 800x600@75Hz (II) MGA(2): 832x624@75Hz (II) MGA(2): 1024x768@60Hz (II) MGA(2): 1024x768@70Hz (II) MGA(2): 1024x768@75Hz (II) MGA(2): 1280x1024@75Hz (II) MGA(2): 1152x870@75Hz (II) MGA(2): Manufacturer's mask: 0 (II) MGA(2): Supported Future Video Modes: (II) MGA(2): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) MGA(2): #1: hsize: 1280 vsize 960 refresh: 75 vid: 20353 (II) MGA(2): Supported additional Video Mode: (II) MGA(2): clock: 108.0 MHz Image Size: 376 x 301 mm (II) MGA(2): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) MGA(2): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) MGA(2): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz (II) MGA(2): Monitor name: LCD195VX (II) MGA(2): Serial No: 5X101073NA (II) MGA(2): EDID (in hex): (II) MGA(2): 00ffffffffffff0038a3a66601010101 (II) MGA(2): 2b0f010308261e78ea4a65a359489e24 (II) MGA(2): 155054bfef80714f814f010101010101 (II) MGA(2): 010101010101302a009851002a403070 (II) MGA(2): 1300782d1100001e000000fd00384b1f (II) MGA(2): 510e000a202020202020000000fc004c (II) MGA(2): 434431393556580a20202020000000ff (II) MGA(2): 0035583130313037334e410a202000c4 (II) MGA(2): end of I2C Monitor info (II) MGA(2): Using hsync ranges from config file (II) MGA(2): Using vrefresh ranges from config file (II) MGA(2): Printing DDC gathered Modelines: (II) MGA(2): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) MGA(2): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) MGA(2): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) MGA(2): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) MGA(2): Modeline "640x480" 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (II) MGA(2): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) MGA(2): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) MGA(2): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (II) MGA(2): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) MGA(2): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) MGA(2): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) MGA(2): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (II) MGA(2): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) MGA(2): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) MGA(2): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (II) MGA(2): Modeline "1152x864" 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (II) MGA(2): Modeline "1280x960" 130.00 1280 1368 1504 1728 960 963 967 1005 -hsync +vsync (II) MGA(2): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (==) MGA(2): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(2): Min pixel clock is 12 MHz (--) MGA(2): Max pixel clock is 252 MHz (II) MGA(2): My Monitor 3: Using hsync range of 31.50-81.10 kHz (II) MGA(2): My Monitor 3: Using vrefresh range of 56.00-75.00 Hz (II) MGA(2): Clock range: 12.00 to 252.00 MHz (II) MGA(2): Not using default mode "640x350" (vrefresh out of range) (II) MGA(2): Not using default mode "320x175" (vrefresh out of range) (II) MGA(2): Not using default mode "640x400" (vrefresh out of range) (II) MGA(2): Not using default mode "320x200" (vrefresh out of range) (II) MGA(2): Not using default mode "720x400" (vrefresh out of range) (II) MGA(2): Not using default mode "360x200" (vrefresh out of range) (II) MGA(2): Not using default mode "640x480" (vrefresh out of range) (II) MGA(2): Not using default mode "320x240" (vrefresh out of range) (II) MGA(2): Not using default mode "800x600" (vrefresh out of range) (II) MGA(2): Not using default mode "400x300" (vrefresh out of range) (II) MGA(2): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(2): Not using default mode "512x384" (vrefresh out of range) (II) MGA(2): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(2): Not using default mode "512x384" (vrefresh out of range) (II) MGA(2): Not using default mode "1280x960" (hsync out of range) (II) MGA(2): Not using default mode "640x480" (hsync out of range) (II) MGA(2): Not using default mode "1280x1024" (hsync out of range) (II) MGA(2): Not using default mode "640x512" (hsync out of range) (II) MGA(2): Not using default mode "1600x1200" (mode clock too high) (II) MGA(2): Not using default mode "1600x1200" (mode clock too high) (II) MGA(2): Not using default mode "1600x1200" (hsync out of range) (II) MGA(2): Not using default mode "800x600" (hsync out of range) (II) MGA(2): Not using default mode "1600x1200" (hsync out of range) (II) MGA(2): Not using default mode "800x600" (hsync out of range) (II) MGA(2): Not using default mode "1600x1200" (hsync out of range) (II) MGA(2): Not using default mode "800x600" (hsync out of range) (II) MGA(2): Not using default mode "1792x1344" (hsync out of range) (II) MGA(2): Not using default mode "896x672" (hsync out of range) (II) MGA(2): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "896x672" (hsync out of range) (II) MGA(2): Not using default mode "1856x1392" (hsync out of range) (II) MGA(2): Not using default mode "928x696" (hsync out of range) (II) MGA(2): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "928x696" (hsync out of range) (II) MGA(2): Not using default mode "1920x1440" (hsync out of range) (II) MGA(2): Not using default mode "960x720" (hsync out of range) (II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "960x720" (hsync out of range) (II) MGA(2): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(2): Not using default mode "576x384" (vrefresh out of range) (II) MGA(2): Not using default mode "1400x1050" (mode clock too high) (II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "960x720" (hsync out of range) (II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "1024x768" (hsync out of range) (II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "1024x768" (hsync out of range) (II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(2): Not using default mode "1024x768" (hsync out of range) (--) MGA(2): Virtual size is 1280x1024 (pitch 1280) (**) MGA(2): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) MGA(2): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(2): Display dimensions: (380, 300) mm (**) MGA(2): DPI set to (85, 86) (II) MGA(2): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/local/lib/xorg/modules//libfb.so (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Reloading /usr/local/lib/xorg/modules//libxaa.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Reloading /usr/local/lib/xorg/modules//libramdac.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/local/lib/xorg/modules//libvgahw.so (--) MGA(3): Chipset: "mgag400" (G450) (**) MGA(3): Depth 24, (--) framebuffer bpp 32 (==) MGA(3): RGB weight 888 (**) MGA(3): Option "MGASDRAM" "True" (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) MGA(3): Initializing int10 (==) MGA(3): Write-combining range (0xa0000,0x20000) was already clear (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) MGA(3): Cannot read V_BIOS (3) (==) MGA(3): Using AGP 1x mode (==) MGA(3): Using XAA acceleration (**) MGA(3): Has SDRAM (--) MGA(3): Linear framebuffer at 0xF4000000 (--) MGA(3): MMIO registers at 0xFE4FC000 (--) MGA(3): Pseudo-DMA transfer window at 0xFD800000 (--) MGA(3): BIOS at 0xFE500000 (EE) Cannot find empty range to map base to (II) Multi Device Card detected: [6:0:0][6:4:0][6:8:0][6:c:0] (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (EE) Cannot find empty range to map base to (WW) MGA(3): Video BIOS info block not detected! (==) MGA(3): Write-combining range (0xfe4fc000,0x4000) was already clear (==) MGA(3): Write-combining range (0xf4000000,0x800000) (==) MGA(3): Write-combining range (0xfd800000,0x800000) was already clear (**) MGA(3): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/local/lib/xorg/modules//libddc.so (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Reloading /usr/local/lib/xorg/modules//libi2c.so (==) MGA(3): Write-combining range (0xfe4fc000,0x4000) was already clear (==) MGA(3): Write-combining range (0xf4000000,0x2000000) (==) MGA(3): Write-combining range (0xfd800000,0x800000) was already clear (II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (II) MGA(3): DDC1 disabled - chip not in VGA mode (II) MGA(3): I2C bus "DDC P1" initialized. (II) MGA(3): I2C device "DDC P1:ddc2" registered at address 0xA0. (II) MGA(3): I2C device "DDC P1:ddc2" removed. (II) MGA(3): I2C Monitor info: 0x8219400 (II) MGA(3): Manufacturer: NEC Model: 66a6 Serial#: 16843009 (II) MGA(3): Year: 2005 Week: 43 (II) MGA(3): EDID Version: 1.3 (II) MGA(3): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) MGA(3): Sync: Separate (II) MGA(3): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) MGA(3): Gamma: 2.20 (II) MGA(3): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) MGA(3): First detailed timing is preferred mode (II) MGA(3): redX: 0.638 redY: 0.348 greenX: 0.283 greenY: 0.619 (II) MGA(3): blueX: 0.142 blueY: 0.084 whiteX: 0.313 whiteY: 0.329 (II) MGA(3): Supported VESA Video Modes: (II) MGA(3): 720x400@70Hz (II) MGA(3): 640x480@60Hz (II) MGA(3): 640x480@67Hz (II) MGA(3): 640x480@72Hz (II) MGA(3): 640x480@75Hz (II) MGA(3): 800x600@56Hz (II) MGA(3): 800x600@60Hz (II) MGA(3): 800x600@72Hz (II) MGA(3): 800x600@75Hz (II) MGA(3): 832x624@75Hz (II) MGA(3): 1024x768@60Hz (II) MGA(3): 1024x768@70Hz (II) MGA(3): 1024x768@75Hz (II) MGA(3): 1280x1024@75Hz (II) MGA(3): 1152x870@75Hz (II) MGA(3): Manufacturer's mask: 0 (II) MGA(3): Supported Future Video Modes: (II) MGA(3): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) MGA(3): #1: hsize: 1280 vsize 960 refresh: 75 vid: 20353 (II) MGA(3): Supported additional Video Mode: (II) MGA(3): clock: 108.0 MHz Image Size: 376 x 301 mm (II) MGA(3): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) MGA(3): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) MGA(3): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz (II) MGA(3): Monitor name: LCD195VX (II) MGA(3): Serial No: 5X101107NA (II) MGA(3): EDID (in hex): (II) MGA(3): 00ffffffffffff0038a3a66601010101 (II) MGA(3): 2b0f010308261e78ea4a65a359489e24 (II) MGA(3): 155054bfef80714f814f010101010101 (II) MGA(3): 010101010101302a009851002a403070 (II) MGA(3): 1300782d1100001e000000fd00384b1f (II) MGA(3): 510e000a202020202020000000fc004c (II) MGA(3): 434431393556580a20202020000000ff (II) MGA(3): 0035583130313130374e410a202000c6 (II) MGA(3): end of I2C Monitor info (II) MGA(3): Using hsync ranges from config file (II) MGA(3): Using vrefresh ranges from config file (II) MGA(3): Printing DDC gathered Modelines: (II) MGA(3): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) MGA(3): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) MGA(3): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) MGA(3): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) MGA(3): Modeline "640x480" 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (II) MGA(3): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) MGA(3): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) MGA(3): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (II) MGA(3): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) MGA(3): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) MGA(3): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) MGA(3): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (II) MGA(3): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) MGA(3): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) MGA(3): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (II) MGA(3): Modeline "1152x864" 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (II) MGA(3): Modeline "1280x960" 130.00 1280 1368 1504 1728 960 963 967 1005 -hsync +vsync (II) MGA(3): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (==) MGA(3): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(3): Min pixel clock is 12 MHz (--) MGA(3): Max pixel clock is 252 MHz (II) MGA(3): My Monitor 4: Using hsync range of 31.50-81.10 kHz (II) MGA(3): My Monitor 4: Using vrefresh range of 56.00-75.00 Hz (II) MGA(3): Clock range: 12.00 to 252.00 MHz (II) MGA(3): Not using default mode "640x350" (vrefresh out of range) (II) MGA(3): Not using default mode "320x175" (vrefresh out of range) (II) MGA(3): Not using default mode "640x400" (vrefresh out of range) (II) MGA(3): Not using default mode "320x200" (vrefresh out of range) (II) MGA(3): Not using default mode "720x400" (vrefresh out of range) (II) MGA(3): Not using default mode "360x200" (vrefresh out of range) (II) MGA(3): Not using default mode "640x480" (vrefresh out of range) (II) MGA(3): Not using default mode "320x240" (vrefresh out of range) (II) MGA(3): Not using default mode "800x600" (vrefresh out of range) (II) MGA(3): Not using default mode "400x300" (vrefresh out of range) (II) MGA(3): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(3): Not using default mode "512x384" (vrefresh out of range) (II) MGA(3): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(3): Not using default mode "512x384" (vrefresh out of range) (II) MGA(3): Not using default mode "1280x960" (hsync out of range) (II) MGA(3): Not using default mode "640x480" (hsync out of range) (II) MGA(3): Not using default mode "1280x1024" (hsync out of range) (II) MGA(3): Not using default mode "640x512" (hsync out of range) (II) MGA(3): Not using default mode "1600x1200" (mode clock too high) (II) MGA(3): Not using default mode "1600x1200" (mode clock too high) (II) MGA(3): Not using default mode "1600x1200" (hsync out of range) (II) MGA(3): Not using default mode "800x600" (hsync out of range) (II) MGA(3): Not using default mode "1600x1200" (hsync out of range) (II) MGA(3): Not using default mode "800x600" (hsync out of range) (II) MGA(3): Not using default mode "1600x1200" (hsync out of range) (II) MGA(3): Not using default mode "800x600" (hsync out of range) (II) MGA(3): Not using default mode "1792x1344" (hsync out of range) (II) MGA(3): Not using default mode "896x672" (hsync out of range) (II) MGA(3): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "896x672" (hsync out of range) (II) MGA(3): Not using default mode "1856x1392" (hsync out of range) (II) MGA(3): Not using default mode "928x696" (hsync out of range) (II) MGA(3): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "928x696" (hsync out of range) (II) MGA(3): Not using default mode "1920x1440" (hsync out of range) (II) MGA(3): Not using default mode "960x720" (hsync out of range) (II) MGA(3): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "960x720" (hsync out of range) (II) MGA(3): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(3): Not using default mode "576x384" (vrefresh out of range) (II) MGA(3): Not using default mode "1400x1050" (mode clock too high) (II) MGA(3): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "960x720" (hsync out of range) (II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "1024x768" (hsync out of range) (II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "1024x768" (hsync out of range) (II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(3): Not using default mode "1024x768" (hsync out of range) (--) MGA(3): Virtual size is 1280x1024 (pitch 1280) (**) MGA(3): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) MGA(3): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(3): Display dimensions: (380, 300) mm (**) MGA(3): DPI set to (85, 86) (II) MGA(3): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/local/lib/xorg/modules//libfb.so (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Reloading /usr/local/lib/xorg/modules//libxaa.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Reloading /usr/local/lib/xorg/modules//libramdac.so (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) resource ranges after preInit: [0] 3 0 0xfd800000 - 0xfdffffff (0x800000) MX[B] [1] 3 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B] [2] 3 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B] [3] 2 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B] [4] 2 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B] [5] 2 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B] [6] 1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B] [7] 1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B] [8] 1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B] [9] 0 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B] [10] 0 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B] [11] 0 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B] [12] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xfe8f0000 - 0xfe8fffff (0x10000) MX[B]E [17] -1 0 0xffa80800 - 0xffa80fff (0x800) MX[B]E [18] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [19] -1 0 0xfd800000 - 0xfdffffff (0x800000) MX[B](B) [20] -1 0 0xfe4fc000 - 0xfe4fffff (0x4000) MX[B](B) [21] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B](B) [22] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [23] -1 0 0xfd000000 - 0xfd7fffff (0x800000) MX[B](B) [24] -1 0 0xfe4f8000 - 0xfe4fbfff (0x4000) MX[B](B) [25] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B) [26] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [27] -1 0 0xfc800000 - 0xfcffffff (0x800000) MX[B](B) [28] -1 0 0xfe4f4000 - 0xfe4f7fff (0x4000) MX[B](B) [29] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B) [30] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B](B) [31] -1 0 0xfc000000 - 0xfc7fffff (0x800000) MX[B](B) [32] -1 0 0xfe4f0000 - 0xfe4f3fff (0x4000) MX[B](B) [33] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B) [34] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [35] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [36] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [37] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [38] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [39] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [40] 2 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [41] 2 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [42] 2 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [43] 3 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [44] 3 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [45] 3 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [47] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [48] -1 0 0x0000ece0 - 0x0000ecff (0x20) IX[B]E [49] -1 0 0x0000fea0 - 0x0000febf (0x20) IX[B]E [50] -1 0 0x0000fe30 - 0x0000fe3f (0x10) IX[B]E [51] -1 0 0x0000fe20 - 0x0000fe2f (0x10) IX[B]E [52] -1 0 0x0000fe10 - 0x0000fe1f (0x10) IX[B]E [53] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]E [54] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [55] -1 0 0x00000374 - 0x00000377 (0x4) IX[B]E [56] -1 0 0x00000170 - 0x0000017f (0x10) IX[B]E [57] -1 0 0x000003f4 - 0x000003f7 (0x4) IX[B]E [58] -1 0 0x000001f0 - 0x000001ff (0x10) IX[B]E [59] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]E [60] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]E [61] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]E [62] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]E [63] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [64] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [65] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [66] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [67] 2 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [68] 2 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [69] 3 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [70] 3 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) MGA(0): Write-combining range (0xfe4f0000,0x4000) was already clear (==) MGA(0): Write-combining range (0xfa000000,0x2000000) (==) MGA(0): Write-combining range (0xfc000000,0x800000) was already clear (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear (--) MGA(0): 16 DWORD fifo (==) MGA(0): Default visual is TrueColor (II) MGA(0): Using 2252 lines for offscreen memory. (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (**) Option "dpms" (**) MGA(0): DPMS enabled (II) MGA(0): Using overlay video (WW) MGA(0): Direct rendering disabled (==) RandR enabled (==) MGA(1): Write-combining range (0xfe4f4000,0x4000) was already clear (==) MGA(1): Write-combining range (0xf8000000,0x2000000) (==) MGA(1): Write-combining range (0xfc800000,0x800000) was already clear (II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (--) MGA(1): 16 DWORD fifo (==) MGA(1): Default visual is TrueColor (II) MGA(1): Using 2252 lines for offscreen memory. (II) MGA(1): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(1): Backing store disabled (==) MGA(1): Silken mouse enabled (**) Option "dpms" (**) MGA(1): DPMS enabled (II) MGA(1): Using overlay video (WW) MGA(1): Direct rendering disabled (==) RandR enabled (==) MGA(2): Write-combining range (0xfe4f8000,0x4000) was already clear (==) MGA(2): Write-combining range (0xf6000000,0x2000000) (==) MGA(2): Write-combining range (0xfd000000,0x800000) was already clear (II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (--) MGA(2): 16 DWORD fifo (==) MGA(2): Default visual is TrueColor (II) MGA(2): Using 2252 lines for offscreen memory. (II) MGA(2): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(2): Backing store disabled (==) MGA(2): Silken mouse enabled (**) Option "dpms" (**) MGA(2): DPMS enabled (II) MGA(2): Using overlay video (WW) MGA(2): Direct rendering disabled (==) RandR enabled (==) MGA(3): Write-combining range (0xfe4fc000,0x4000) was already clear (==) MGA(3): Write-combining range (0xf4000000,0x2000000) (==) MGA(3): Write-combining range (0xfd800000,0x800000) was already clear (II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000 (--) MGA(3): 16 DWORD fifo (==) MGA(3): Default visual is TrueColor (II) MGA(3): Using 2252 lines for offscreen memory. (II) MGA(3): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(3): Backing store disabled (==) MGA(3): Silken mouse enabled (**) Option "dpms" (**) MGA(3): DPMS enabled (II) MGA(3): Using overlay video (WW) MGA(3): Direct rendering disabled (==) RandR enabled (II) Entity 0 shares no resources (II) Entity 1 shares no resources (II) Entity 2 shares no resources (II) Entity 3 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 XAccessControlExtension (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 "Protocol" "Auto" (**) My Mouse: Device: "/dev/sysmouse" (**) My Mouse: Protocol: "Auto" (**) Option "CorePointer" (**) My Mouse: Core Pointer (**) Option "Device" "/dev/sysmouse" (==) My Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) My Mouse: ZAxisMapping: buttons 4, 5, 6 and 7 (**) My Mouse: Buttons: 11 (**) Option "CoreKeyboard" (**) My Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) My Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) My Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc101" (**) My Keyboard: XkbModel: "pc101" (**) Option "XkbLayout" "us" (**) My Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) My Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "My Keyboard" (type: KEYBOARD) (II) XINPUT: Adding extended input device "My Mouse" (type: MOUSE) (II) My Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 (II) My Mouse: SetupAuto: protocol is SysMouse (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (II) Screen 2 shares mem & io resources (II) Screen 3 shares mem & io resources (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (II) Screen 2 shares mem & io resources (II) Screen 3 shares mem & io resources (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (II) Screen 2 shares mem & io resources (II) Screen 3 shares mem & io resources (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (II) Screen 2 shares mem & io resources (II) Screen 3 shares mem & io resources FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.