Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 20:49:43 -0700
From:      Jason Dictos <jason.dictos@tapeware.com>
To:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   RE: Help with NV driver - More information part 2
Message-ID:  <E50A109EE98AA049BAA09D725DB0714F01118A76@yt-internet.tapeware.com>

next in thread | raw e-mail | index | archive | help
Hers is my xf86config:
 Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"

    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts"
    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
#    Option	"Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
#    Option "XkbModel"    "pc102"
#    Option "XkbModel"    "microsoft"
#    Option "XkbLayout"   "de"
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#    Option "XkbOptions"  "ctrl:swapcaps"
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
    Option "XkbDisable"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
    Option "XkbVariant"	"us"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
#    Option "Protocol"	"XQUEUE"
    Option "Device"	"/dev/sysmouse"
    Option "ZAxisMapping" "4 5"
    Option "Buttons"	"3"
#    Option "Resolution"	"256"
#    Option "Protocol"	"Xqueue"
#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection


Section "Monitor"
    Identifier  "NEC2080UX"
    HorizSync   74.9
    VertRefresh 59.9
EndSection

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver      "nv"
EndSection

Section "Device"
    Identifier  "NVIDIA"
    Driver      "nv"
#    VideoRam    131072
EndSection

Section "Screen"
    Identifier  "Main"
    Device      "NVIDIA"
    Monitor     "NEC2080UX"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1600x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Main"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


And here is the log from the last start:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.1 i386 [ELF] 
Build Date: 24 May 2003
	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: Mon Oct 20 08:46:02 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Main" (0)
(**) |   |-->Monitor "NEC2080UX"
(**) |   |-->Device "NVIDIA"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(WW) KEYBOARD: XKB should be disabled in the ServerFlags section instead
	of in the "keyboard" InputDevice section.
(**) Option "XkbDisable"
(**) XKB: disabled
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/local/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(WW) The directory "/usr/X11R6/lib/X11/fonts/TrueType/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/freefont/" does not exist.
	Entry deleted from font path.
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/us
r/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr
/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X
11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/artwiz-fonts"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 freebsd
(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 1106,0691 card 0000,0000 rev c4 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr
01
(II) PCI: 00:07:0: chip 1106,0686 card 10f1,0000 rev 40 class 06,01,00 hdr
80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr
00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr
00
(II) PCI: 00:08:0: chip 1013,6003 card 5053,3357 rev 01 class 04,01,00 hdr
00
(II) PCI: 00:09:0: chip 13c1,1001 card 13c1,1001 rev 01 class 01,04,00 hdr
00
(II) PCI: 00:0a:0: chip 1106,3053 card 1737,0702 rev 96 class 02,00,00 hdr
00
(II) PCI: 00:0b:0: chip 100b,0022 card 1737,1064 rev 00 class 02,00,00 hdr
00
(II) PCI: 00:0c:0: chip 9005,0080 card 9005,e2a0 rev 02 class 01,00,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0250 card 10b0,1528 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,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 (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV25 [GeForce4 Ti 4600] rev 163, Mem @
0xf0000000/24, 0xe0000000/27, 0xe8000000/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 0xdfffffff to
0xcfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[1] -1	0	0xf3902000 - 0xf3903fff (0x2000) MX[B]E
	[2] -1	0	0xf3000000 - 0xf3ffffff (0x1000000) MX[B]E
	[3] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[4] -1	0	0xf3800000 - 0xf3ffffff (0x800000) MX[B]E
	[5] -1	0	0xf3900000 - 0xf39fffff (0x100000) MX[B]E
	[6] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[7] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[8] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[11] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[12] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[13] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xf3902000 from 0xf3903fff to
0xf3902fff
(II) PCI Memory resource overlap reduced 0xf3000000 from 0xf3ffffff to
0xf37fffff
(II) PCI Memory resource overlap reduced 0xf3800000 from 0xf3ffffff to
0xf38fffff
(II) PCI Memory resource overlap reduced 0xf3900000 from 0xf39fffff to
0xf3900fff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[1] -1	0	0xf3902000 - 0xf3902fff (0x1000) MX[B]E
	[2] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]E
	[3] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[4] -1	0	0xf3800000 - 0xf38fffff (0x100000) MX[B]E
	[5] -1	0	0xf3900000 - 0xf3900fff (0x1000) MX[B]E
	[6] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[7] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[8] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[11] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[12] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[13] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[6] -1	0	0xf3902000 - 0xf3902fff (0x1000) MX[B]E
	[7] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]E
	[8] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[9] -1	0	0xf3800000 - 0xf38fffff (0x100000) MX[B]E
	[10] -1	0	0xf3900000 - 0xf3900fff (0x1000) MX[B]E
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[12] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[18] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[23] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
(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: "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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.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/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: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project"
	compiled for 4.3.0, module version = 1.3.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font xtt
(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.4365
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(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) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Vanta,
	RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
	GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
	GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU,
	GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
	GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
	GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
	GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
	GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
	Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
	GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
	GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
	0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, 0x0300, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, 0x0311, 0x0312,
	0x0316, 0x0317, 0x0318, 0x0319, 0x031A, 0x031B, 0x031C, 0x031D,
	0x031E, 0x031F, 0x0321, 0x0322, 0x0323, 0x0326, 0x032A, 0x032B,
	0x032E
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce4 Ti 4600 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	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[6] -1	0	0xf3902000 - 0xf3902fff (0x1000) MX[B]E
	[7] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]E
	[8] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[9] -1	0	0xf3800000 - 0xf38fffff (0x100000) MX[B]E
	[10] -1	0	0xf3900000 - 0xf3900fff (0x1000) MX[B]E
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[12] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[18] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[19] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[23] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[6] -1	0	0xf3902000 - 0xf3902fff (0x1000) MX[B]E
	[7] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]E
	[8] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[9] -1	0	0xf3800000 - 0xf38fffff (0x100000) MX[B]E
	[10] -1	0	0xf3900000 - 0xf3900fff (0x1000) MX[B]E
	[11] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[12] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[21] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[22] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[23] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[24] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[25] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[26] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): Initializing int10
(==) NV(0): Write-combining range (0xa0000,0x20000) was already clear
(==) NV(0): Write-combining range (0xc0000,0x40000) was already clear
(II) NV(0): Primary V_BIOS segment is: 0xc000
(==) NV(0): Write-combining range (0x0,0x1000) was already clear
(--) NV(0): Chipset: "GeForce4 Ti 4600"
(**) NV(0): Depth 16, (--) framebuffer bpp 16
(==) NV(0): RGB weight 565
(==) NV(0): Default visual is TrueColor
(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
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xF0000000
(==) NV(0): Write-combining range (0xf0710000,0x10000) was already clear
(==) NV(0): Write-combining range (0xf0600000,0x3000) was already clear
(==) NV(0): Write-combining range (0xf0680000,0x3000) was already clear
(==) NV(0): Write-combining range (0xf0100000,0x1000) was already clear
(==) NV(0): Write-combining range (0xf0002000,0x2000) was already clear
(==) NV(0): Write-combining range (0xf0400000,0x2000) was already clear
(==) NV(0): Write-combining range (0xf0101000,0x1000) was already clear
(==) NV(0): Write-combining range (0xf0009000,0x1000) was already clear
(==) NV(0): Write-combining range (0xf0000000,0x9000) was already clear
(==) NV(0): Write-combining range (0xf0800000,0x10000) was already clear
(==) NV(0): Write-combining range (0xf0601000,0x3000) was already clear
(==) NV(0): Write-combining range (0xf0681000,0x3000) was already clear
(==) NV(0): Write-combining range (0xf00c0000,0x1000) was already clear
(II) NV(0): Detected CRTC controller 0 being used
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): NEC2080UX: Using hsync value of 74.90 kHz
(II) NV(0): NEC2080UX: Using vrefresh value of 59.90 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (hsync out of range)
(II) NV(0): Not using default mode "320x175" (hsync out of range)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "320x200" (hsync out of range)
(II) NV(0): Not using default mode "720x400" (hsync out of range)
(II) NV(0): Not using default mode "360x200" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "832x624" (hsync out of range)
(II) NV(0): Not using default mode "416x312" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (hsync out of range)
(II) NV(0): Not using default mode "576x384" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode
clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(--) NV(0): Virtual size is 1600x1200 (pitch 1600)
(**) NV(0): *Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201
1204 1250 +hsync +vsync
(**) NV(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625
doublescan +hsync +vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(==) NV(0): Write-combining range (0x0,0x1000) was already clear
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe8000000 - 0xe807ffff (0x80000) MX[B]
	[1] 0	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[2] 0	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xf3903000 - 0xf3903fff (0x1000) MX[B]E
	[9] -1	0	0xf3902000 - 0xf3902fff (0x1000) MX[B]E
	[10] -1	0	0xf3000000 - 0xf37fffff (0x800000) MX[B]E
	[11] -1	0	0xf3901000 - 0xf3901fff (0x1000) MX[B]E
	[12] -1	0	0xf3800000 - 0xf38fffff (0x100000) MX[B]E
	[13] -1	0	0xf3900000 - 0xf3900fff (0x1000) MX[B]E
	[14] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[15] -1	0	0xe8000000 - 0xe807ffff (0x80000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[17] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[24] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[25] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[26] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[27] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[28] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[29] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]E
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xf0000000,0x1000000) was already clear
(==) NV(0): Write-combining range (0xe0000000,0x8000000)
(==) NV(0): Write-combining range (0xa0000,0x10000) was already clear
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(==) RandR enabled
Symbol __glXActiveScreens from module
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)
(==) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "Buttons" "3"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse1: SetupAuto: protocol is SysMouse
Could not init font path element /usr/X11R6/lib/X11/fonts/artwiz-fonts,
removing from list!

-Jason


-----Original Message-----
From: Jason Dictos [mailto:jason.dictos@tapeware.com] 
Sent: Monday, October 20, 2003 8:45 PM
To: 'freebsd-questions@freebsd.org'

I just noticed that if I connect the DVI cable to the second DVI port and
reboot the machine, when I start X it loads a screen full of garble (tons of
lines going everywhere) but when I check the monitors diag, it says it is at
1600x1200 70h 60v....

Is anyone else using a Geforce ti 4600 Gainward Golden Sample (The only dual
DVI geforce I know of)?

-Jason 


-----Original Message-----
From: Jason Dictos [mailto:jason.dictos@tapeware.com]
Sent: Monday, October 20, 2003 8:35 PM
To: 'freebsd-questions@freebsd.org'

    Hi,
 
        I'm having difficulty getting the nv driver to work properly on my
FreeBSD 5.1 box. Recently, the nvidia driver started causing my kernel to
crash consistently, so I decided to move to the non-glx enabled NV driver.
Whenever that driver starts using the SAME config as the one used for the
nvidia driver, the screen goes blank with "unsupported resolution" but you
can hear the gui initializing in the background. I'm using the DVI port on
the Geforce (it has dual DVI), and I know for a fact that the horizontal and
vertical refresh rates are to the spec (74.9, 59.9 respectively). 

-Jason


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security service
working around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security service
working around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security service
working around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security service
working around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E50A109EE98AA049BAA09D725DB0714F01118A76>