Re: [XFree86] NVIDA Dual Screen Shared work space

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

 



Hello,

Canged to nvida still no luck :( 

# XFree86 4 configuration created by redhat-config-xfree86
 
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         0  "Screen0"
        Screen         1  "Screen1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection
 
Section "Files"
 
# RgbPath is the location of the RGB database.  Note, this is the name
of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection
                                                                                
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection
 
Section "InputDevice"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
 
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Visual Sensa"
        DisplaySize  350        260
        HorizSync    30.0 - 95.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Visual MagView"
        DisplaySize  350        260
        HorizSync    30.0 - 95.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection
 
Section "Device"
        Identifier  "nvidia0"
        Driver      "nvidia"
        BusId       "PCI:1:0:0"
#        Screen      "0"
EndSection
 
Section "Device"
        Identifier  "nvidia1"
        Driver      "nvidia"
        BusId       "PCI:2:0:0"
#        Screen      "1"
 
        BoardName   "NVIDIA GeForce 4 MX (generic)"
        Option      "TwinView"
        Option      "TwinViewOrientation" "Left0f"
        Option "NvAGP" "1"
Option "ConnectedMonitor" "CRT,CRT"
Option "CursorShadow" "1"
Option "DigitalVibrance" "94"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "NTSC-M"
Option "MetaModes" "1280x1024 @1280x1024,600x600
@600x600;1280x1024@1280x1024,800x600@800x600"
EndSection
 
Section "Screen"
        Identifier "Screen0"
        Device     "nvidia0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device     "nvidia1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "640x480"
        EndSubSection
EndSection
 
Section "DRI"
        Group        0
        Mode         0666
EndSection



XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
  
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-9 (bhcompile@xxxxxxxxxxxxxxxxxxxxxx)
(gcc version 3.2.2 20030313 (Red Hat Linux 3.2.2-10)) #1 Wed Apr 2
13:24:44 EST 2003 P
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: Mon Nov 10 12:18:27 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "nvidia0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "nvidia1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7
 
(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        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/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.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/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev a2 class 06,00,00
hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1297,f541 rev a3 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 a3 class 0c,03,10
hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10
hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1297,f541 rev a3 class 0c,03,20
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:0d:0: chip 10de,006e card 1297,f541 rev a3 class 0c,00,10
hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00
hdr 01
(II) PCI: 01:06:0: chip 8086,1229 card 1014,305c rev 08 class 02,00,00
hdr 00
(II) PCI: 02:00:0: chip 10de,01f0 card 0000,0000 rev a3 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is
cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xde000000 - 0xdfffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is
set)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xd4000000 - 0xdbffffff (0x8000000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation NV18 [GeForce4 MX - nForce GPU] rev
163, Mem @ 0xdc000000/24, 0xd4000000/26, 0xd8000000/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 0xd0000000 from 0xd3ffffff to
0xcfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [1] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [2] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [3] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [4] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [5] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [6] -1  0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [7] -1  0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [8] -1  0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [9] -1  0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [10] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [11] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [12] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [13] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [15] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [19] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [1] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [2] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [3] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [4] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [5] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [6] -1  0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [7] -1  0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [8] -1  0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [9] -1  0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [10] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [11] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [12] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [13] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [15] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [19] -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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4349
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.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: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4349
        Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.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-4349  Thu Mar 27 19:02:58 PST 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) 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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [25] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [27] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(EE) NVIDIA(0): No Display subsection in Screen section "Screen1" for
depth/fbbpp 24/32
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx
 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
  
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-9 (bhcompile@xxxxxxxxxxxxxxxxxxxxxx)
(gcc version 3.2.2 20030313 (Red Hat Linux 3.2.2-10)) #1 Wed Apr 2
13:24:44 EST 2003 P
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: Mon Nov 10 12:18:27 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "nvidia0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "nvidia1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "DevInputMice"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7
 
(II) Open APM successful
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        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/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.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/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev a2 class 06,00,00
hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1297,f541 rev a2 class 05,00,00
hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1297,f541 rev a3 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 a3 class 0c,03,10
hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1297,f541 rev a3 class 0c,03,10
hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1297,f541 rev a3 class 0c,03,20
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:0d:0: chip 10de,006e card 1297,f541 rev a3 class 0c,00,10
hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00
hdr 01
(II) PCI: 01:06:0: chip 8086,1229 card 1014,305c rev 08 class 02,00,00
hdr 00
(II) PCI: 02:00:0: chip 10de,01f0 card 0000,0000 rev a3 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is
cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xde000000 - 0xdfffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is
set)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xd4000000 - 0xdbffffff (0x8000000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation NV18 [GeForce4 MX - nForce GPU] rev
163, Mem @ 0xdc000000/24, 0xd4000000/26, 0xd8000000/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 0xd0000000 from 0xd3ffffff to
0xcfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [1] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [2] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [3] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [4] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [5] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [6] -1  0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [7] -1  0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [8] -1  0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [9] -1  0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [10] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [11] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [12] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [13] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [15] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [19] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [1] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [2] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [3] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [4] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [5] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [6] -1  0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [7] -1  0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [8] -1  0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [9] -1  0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [10] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [11] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [12] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [13] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [15] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [19] -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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.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: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.0.2
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4349
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 2.0.2
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.3.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: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.4349
        Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.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-4349  Thu Mar 27 19:02:58 PST 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) 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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [22] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [23] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [24] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [25] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [26] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
(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       0xdf000000 - 0xdf0fffff (0x100000) MX[B]
        [6] -1  0       0xdf100000 - 0xdf100fff (0x1000) MX[B]
        [7] -1  0       0xe0085000 - 0xe008503f (0x40) MX[B]
        [8] -1  0       0xe0084000 - 0xe00847ff (0x800) MX[B]
        [9] -1  0       0xe0081000 - 0xe0081fff (0x1000) MX[B]
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B]
        [11] -1 0       0xe0087000 - 0xe0087fff (0x1000) MX[B]
        [12] -1 0       0xe0086000 - 0xe00860ff (0x100) MX[B]
        [13] -1 0       0xe0083000 - 0xe0083fff (0x1000) MX[B]
        [14] -1 0       0xe0080000 - 0xe0080fff (0x1000) MX[B]
        [15] -1 0       0xd0000000 - 0xcfffffff (0x0) MX[B]O
        [16] -1 0       0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
        [17] -1 0       0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
        [18] -1 0       0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [25] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d87f (0x80) IX[B]
        [27] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d007 (0x8) IX[B]
        [29] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(EE) NVIDIA(0): No Display subsection in Screen section "Screen1" for
depth/fbbpp 24/32
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
 
Fatal server error:
no screens found
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx
 








On Fri, 2003-11-07 at 18:40, Mark Vojkovich wrote:
> On 7 Nov 2003, Michelle Boyle wrote:
> 
> > Hello,
> > 
> > Can anyone please help I have looked at the documentation and attempted
> > multiple variations and can not get my dual display working after my
> > XF86Config got messed up and I didn't have a backup of it. 
> 
>   You are using the "nv" driver that comes with XFree86.  It does
> not support dual monitor operation.  In the XF86Config file
> you need to change Driver "nv" to Driver "nvidia" to use NVIDIA's
> binary drivers.
> 
> 
> 			Mark.
> 
> _______________________________________________
> XFree86 mailing list
> XFree86@xxxxxxxxxxx
> http://XFree86.Org/mailman/listinfo/xfree86
-- 
Thank You,
Michelle Boyle
michelleb@xxxxxxx


_______________________________________________
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