My setup is:
3 LCD monitors (Dell 1905FP/ NEC LCD1560M/ NEC LCD1560V)
Two graphics cards (AGP Geforce 4 with DVI and VGA / PCI Geforce 2 with VGA)
x86 architecture
nvidia driver
Attached below are my log file, my xorg.conf and the output of lspci.
I have spent a good amount of time trying to fix this, but I can't figure it out. Any help would be appreciated becase, let's face it, three LCDs running at once kick ass. If I get it working, I can post a picture.
Here is my xorg.conf:
Code: Select all
Section "Monitor"
Identifier "NEC"
HorizSync 31.5-60
VertRefresh 56.2-75.1
EndSection
Section "Monitor"
Identifier "NEC2"
HorizSync 31.5-60
VertRefresh 56.2-75.1
EndSection
Section "Monitor"
Identifier "DELL"
HorizSync 30-81
VertRefresh 56-76
EndSection
Section "Device"
Identifier "NV25_0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce4 Ti 4600]"
BusID "PCI:3:0:0"
Screen 0
Option "NoLogo" "1"
EndSection
Section "Device"
Identifier "NV25_1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce4 Ti 4600]"
BusID "PCI:3:0:0"
Screen 1
Option "NoLogo" "1"
EndSection
Section "Device"
Identifier "NV11"
Driver "nvidia"
VendorName "nVidia Corporation"
Option "useint10module" "1"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:6:0"
Screen 2
Option "NoLogo" "1"
EndSection
Section "Screen"
Identifier "Screen_0"
Device "NV25_0"
Monitor "NEC"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen_1"
Device "NV25_1"
Monitor "DELL"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen_2"
Device "NV11"
Monitor "NEC2"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "main"
Screen 0 "Screen_0" Absolute 2304 256
Screen 1 "Screen_1" Absolute 1024 0
# Works if I remove this line
Screen 2 "Screen_2" Absolute 0 0
#
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/monafont"
FontPath "/usr/share/fonts/twmoefonts"
FontPath "/usr/share/fonts/aquafont"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Resolution" "800"
Option "Buttons" "4"
EndSection
Code: Select all
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:06.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
0000:03:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 4600] (rev a2)Code: Select all
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/minipenguin:2
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-gentoo-r11 i686 [ELF]
Current Operating System: Linux minipenguin 2.6.11-gentoo-r11 #5 SMP Sun Jun 26 15:21:04 CDT 2005 i686
Build Date: 25 June 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.2.log", Time: Sun Jun 26 16:25:28 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "main"
(**) |-->Screen "Screen_0" (0)
(**) | |-->Monitor "NEC"
(**) | |-->Device "NV25_0"
(**) |-->Screen "Screen_1" (1)
(**) | |-->Monitor "DELL"
(**) | |-->Device "NV25_1"
(**) |-->Screen "Screen_2" (2)
(**) | |-->Monitor "NEC2"
(**) | |-->Device "NV11"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/monafont" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/twmoefonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/aquafont" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(II) Open APM successful
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 8
(--) using VT number 8
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1297,f541 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1297,f541 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1297,f541 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1297,f541 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1297,f541 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1297,f541 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1297,f541 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1297,f541 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1297,f541 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1297,f541 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 1297,f541 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1297,f541 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1297,f541 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:06:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 10de,0250 card 1545,0037 rev a2 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,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xde000000 - 0xdfffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xc8000000 - 0xd7ffffff (0x10000000) MX[B]
(--) PCI: (1:6:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xe0000000/24, 0xc0000000/27
(--) PCI:*(3:0:0) nVidia Corporation NV25 [GeForce4 Ti 4600] rev 162, Mem @ 0xde000000/24, 0xc8000000/27, 0xd0000000/19
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd8000000 from 0xdbffffff to 0xd7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe2087000 - 0xe2087fff (0x1000) MX[B]
[1] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B]
[2] -1 0 0xe2083000 - 0xe2083fff (0x1000) MX[B]
[3] -1 0 0xe2081000 - 0xe2081fff (0x1000) MX[B]
[4] -1 0 0xe2086000 - 0xe2086fff (0x1000) MX[B]
[5] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
[6] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B)
[7] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[8] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[9] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[10] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
[11] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[12] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[14] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[15] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe2087000 - 0xe2087fff (0x1000) MX[B]
[1] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B]
[2] -1 0 0xe2083000 - 0xe2083fff (0x1000) MX[B]
[3] -1 0 0xe2081000 - 0xe2081fff (0x1000) MX[B]
[4] -1 0 0xe2086000 - 0xe2086fff (0x1000) MX[B]
[5] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
[6] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B)
[7] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[8] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[9] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[10] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
[11] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[12] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[14] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[15] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[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 0xe2087000 - 0xe2087fff (0x1000) MX[B]
[6] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B]
[7] -1 0 0xe2083000 - 0xe2083fff (0x1000) MX[B]
[8] -1 0 0xe2081000 - 0xe2081fff (0x1000) MX[B]
[9] -1 0 0xe2086000 - 0xe2086fff (0x1000) MX[B]
[10] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
[11] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[19] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[21] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org 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 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/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6629 Wed Nov 3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
[b](WW) NVIDIA: No matching Device section for instance (BusID PCI:1:6:0) found[/b]
(--) Chipset NVIDIA GPU found
(--) 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 0xe2087000 - 0xe2087fff (0x1000) MX[B]
[6] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B]
[7] -1 0 0xe2083000 - 0xe2083fff (0x1000) MX[B]
[8] -1 0 0xe2081000 - 0xe2081fff (0x1000) MX[B]
[9] -1 0 0xe2086000 - 0xe2086fff (0x1000) MX[B]
[10] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
[11] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[19] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[21] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
(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 0xe2087000 - 0xe2087fff (0x1000) MX[B]
[6] -1 0 0xe2000000 - 0xe207ffff (0x80000) MX[B]
[7] -1 0 0xe2083000 - 0xe2083fff (0x1000) MX[B]
[8] -1 0 0xe2081000 - 0xe2081fff (0x1000) MX[B]
[9] -1 0 0xe2086000 - 0xe2086fff (0x1000) MX[B]
[10] -1 0 0xd8000000 - 0xd7ffffff (0x0) MX[B]O
[11] -1 0 0xd0000000 - 0xd007ffff (0x80000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[19] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B]
[20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[21] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
(EE) Screen 2 deleted because of no matching config section.
Symbol fbCloseScreen from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCreateWindow from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCreateGC from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbGCPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbValidateGC from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbPictureInit from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/lib/modules/drivers/nvidia_drv.o is unresolved!
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Fatal server error:
Caught signal 11. Server aborting
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.2.log" for additional information.


