Re: 4 head display

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

 



Nathaniel Bevins wrote:

Has anyone been successful in getting a four head display working?

I have an Nvidia FX 5700 with dual output and an ATI 9200SE PCI with dual output. I can get 2 head working with either card, but when I try to use both cards my box locks up. I have tried upgrading to Xfree86 4.4, but this does not fix my problem.
Nate

Here is my XF86Config file


#

Section "Files"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/local"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
 FontPath     "/usr/X11R6/lib/X11/fonts/URW"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
 FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
 FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
 FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
 FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
 FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
 FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID"
 FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
 FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
EndSection

Section "Module"
 Load         "dbe"
 Load         "type1"
 Load         "speedo"
 Load         "freetype"
 Load         "extmod"
 Load         "glx"
#  Load         "v4l"
EndSection

Section "ServerFlags"
 Option       "AllowMouseOpenFail"
EndSection

Section "InputDevice"
 Driver       "Keyboard"
 Identifier   "Keyboard[0]"
 Option       "Protocol" "Standard"
 Option       "XkbLayout" "us"
 Option       "XkbModel" "pc104"
 Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
 Driver       "mouse"
 Identifier   "Mouse[1]"
 Option       "Buttons" "5"
 Option       "Device" "/dev/mouse"
 Option       "Name" "Autodetection"
 Option       "Protocol" "imps/2"
 Option       "Vendor" "Sysp"
 Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor" DisplaySize 400 300 HorizSync 30-121 Identifier "Monitor[0]" ModelName "P1110" Option "DPMS" VendorName "DELL" VertRefresh 48-160 EndSection

Section "Monitor"
 DisplaySize  400 300
 HorizSync    30-121
 Identifier   "Monitor[1]"
 ModelName    "P1110"
 Option       "DPMS"
 VendorName   "DELL"
 VertRefresh  48-160
EndSection

Section "Monitor"
 DisplaySize  400 300
 HorizSync    30-121
 Identifier   "Monitor[2]"
 ModelName    "P1110"
 Option       "DPMS"
 VendorName   "DELL"
 VertRefresh  48-160
EndSection

Section "Monitor"
 DisplaySize  400 300
 HorizSync    30-121
 Identifier   "Monitor[3]"
 ModelName    "P1110"
 Option       "DPMS"
 VendorName   "DELL"
 VertRefresh  48-160
EndSection


Section "Device" Identifier "nvidia0" BoardName "5700" BusID "1:0:0" Driver "nvidia" Option "NvAGP" "0" Screen 0 EndSection

Section "Device"
 Identifier    "nvidia1"
 BoardName     "5700"
 BusID         "1:0:0"
 Driver        "nvidia"
 Option "NvAGP"        "0"
 Screen        1
EndSection

Section "Device"
 Identifier    "ati0"
 BusID         "0:8:0"
 Driver        "radeon"
 Screen        0
EndSection

Section "Device"
 Identifier    "ati1"
 BusID         "0:8:0"
 Driver        "radeon"
 Screen        1
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "nvidia0"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection



Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "nvidia1"
Identifier "Screen[1]"
Monitor "Monitor[1]"
EndSection



Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "ati0"
Identifier "Screen[2]"
Monitor "Monitor[2]"
EndSection



Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Device "ati1"
Identifier "Screen[3]"
Monitor "Monitor[3]"
EndSection



Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Screen 0 "Screen[0]" Screen 1 "Screen[1]" RightOf "Screen[0]" Screen 2 "Screen[2]" RightOf "Screen[1]" Screen 3 "Screen[3]" RightOf "Screen[2]" EndSection

Section "DRI"
   Group      "video"
   Mode       0660
EndSection


And for those of you still reading this, here is my log file


XFree86 Version 4.4.0
Release Date: 29 February 2004
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-199-smp x86_64 [ELF]
Current Operating System: Linux primus 2.4.21-193-smp #1 SMP Wed Jan 21 18:41:44 UTC 2004 x86_64
Build Date: 27 February 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Apr 30 15:24:28 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "nvidia0"
(**) |-->Screen "Screen[1]" (1)
(**) | |-->Monitor "Monitor[1]"
(**) | |-->Device "nvidia1"
(**) |-->Screen "Screen[2]" (2)
(**) | |-->Monitor "Monitor[2]"
(**) | |-->Device "ati0"
(**) |-->Screen "Screen[3]" (3)
(**) | |-->Monitor "Monitor[3]"
(**) | |-->Device "ati1"
(**) |-->Input Device "Keyboard[0]"
(**) Option "Protocol" "Standard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fo
nts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X1
1R6/lib/X11/fonts/kwintv,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib64/modules"
(**) Option "AllowMouseOpenFail"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7


(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000c34c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1462,1300 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1002,5964 card 18bc,0141 rev 01 class 03,00,00 hdr 80
(II) PCI: 00:06:1: chip 1002,5d44 card 18bc,0140 rev 01 class 03,80,00 hdr 00
(II) PCI: 00:08:0: chip 1002,5964 card 18bc,0141 rev 01 class 03,00,00 hdr 80
(II) PCI: 00:08:1: chip 1002,5d44 card 18bc,0140 rev 01 class 03,80,00 hdr 00
(II) PCI: 00:0b:0: chip 14e4,1653 card 1462,1300 rev 03 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1462,1300 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1462,1300 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,1300 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,1300 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,1300 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1462,1300 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1462,1300 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1462,1300 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:19:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:19:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:19:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:19:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0342 card 1043,814f rev a1 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,1), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf9000000 - 0xfaffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:25:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:25:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:25:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:25:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI: (0:6:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xd8000000/27, 0xfb000000/16, I/O @ 0x9000/8
(--) PCI: (0:6:1) ATI Technologies Inc unknown chipset (0x5d44) rev 1, Mem @ 0xe0000000/27, 0xfb020000/16
(--) PCI: (0:8:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xe8000000/27, 0xfb010000/16, I/O @ 0x9400/8
(--) PCI: (0:8:1) ATI Technologies Inc unknown chipset (0x5d44) rev 1, Mem @ 0xf0000000/27, 0xfb030000/16
(--) PCI:*(1:0:0) nVidia Corporation GeForce FX 5700 rev 161, Mem @ 0xf9000000/24, 0xc0000000/28
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[1] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[3] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[4] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[10] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[13] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[1] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[2] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[3] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[4] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[5] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[6] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[8] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[9] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[1] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[3] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[4] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[5] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[6] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[7] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[8] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[9] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[10] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[11] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[12] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[13] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[14] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[15] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[1] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[2] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[3] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[4] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[5] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[6] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[8] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[9] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[6] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[22] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[24] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[26] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[27] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[28] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[29] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[30] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[31] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[32] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib64/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib64/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.5332
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.5332
Module class: XFree86 Video Driver
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib64/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib64/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 6.5.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA XFree86 Driver 1.0-5332 Fri Jan 9 12:43:30 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),
ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU 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 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[6] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[22] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[24] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[26] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[27] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[28] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[29] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[30] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[31] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[32] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(WW) RADEON: No matching Device section for instance (BusID PCI:0:6:0) found
(WW) RADEON: No matching Device section for instance (BusID PCI:0:6:1) found
(WW) RADEON: No matching Device section for instance (BusID PCI:0:8:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) 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 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[6] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[21] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[22] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[24] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[26] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[27] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[28] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[29] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[30] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[31] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[32] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib64/modules/drivers/radeon_drv.o
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib64/modules/drivers/radeon_drv.o
(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 0xfb050000 - 0xfb0500ff (0x100) MX[B]
[6] -1 0 0xfb040000 - 0xfb04ffff (0x10000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[9] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[10] -1 0 0xfb030000 - 0xfb03ffff (0x10000) MX[B](B)
[11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfb010000 - 0xfb01ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xfb020000 - 0xfb02ffff (0x10000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[16] -1 0 0xfb000000 - 0xfb00ffff (0x10000) MX[B](B)
[17] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[22] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[23] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[27] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[28] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[29] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[30] -1 0 0x0000b000 - 0x0000b00f (0x10) IX[B]
[31] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[32] -1 0 0x0000a800 - 0x0000a80f (0x10) IX[B]
[33] -1 0 0x0000a400 - 0x0000a403 (0x4) IX[B]
[34] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B]
[35] -1 0 0x00009c00 - 0x00009c03 (0x4) IX[B]
[36] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[37] -1 0 0x00009400 - 0x000094ff (0x100) IX[B](B)
[38] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[41] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[42] 1 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/X11R6/lib64/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.4.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.7
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Use of AGP disabled per request
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xF9000000



At this point my system hangs....


_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

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

  Powered by Linux