Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 21:23:50 -0700
From:      Andrew Bradford <andrew@bradfordtg.com>
To:        freebsd-x11@freebsd.org
Subject:   Xorg nv 0 videoram and insufficient memory for mode
Message-ID:  <20090326042350.GF21707@bugaboo.gv.shawcable.net>

next in thread | raw e-mail | index | archive | help

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi all,

I'd like some help with an issue I'm having with Xorg on FreeBSD 7.1 amd64.  X seems to ignore all videoram on my secondary video card.  I have 3G of system RAM in the machine, could it be related to memory barriers?

The machine specs are as follows: (onboard) GeForce 6150, PCI-E GeForce 6600.  I am using the "nv" driver.

Up until last week, the system was working happily. Both screens working great without issue.  Upon reboot the PCI-E video card does not get properly detected by X.  In the Xorg log file, is "NV(0): VideoRAM: 0 kBytes" (followed by "insufficient memory for mode" for all video modes).

The sudden appearance after a reboot may have simply been a driver that had been built but not yet loaded.  I had been upgrading the system the previous week.  I tested out the hardware with some live cds to make sure the card isn't dying.

I've looked high and low on the web, and the only posting I can see that's relevant is this one:
http://archive.netbsd.se/?ml=xorg&a=2008-02&t=6547682
from last year.  He appears to have the same problem as I do.  The only response points to a pciaccess mail thread, indicating that HW access in Xorg was being reworked.

The thread is from last year, has the issue not been resolved yet?  Are there any workarounds?  The only other driver I can use would be this Nouveau one I heard about on freebsd-x11, but that would involve another system upgrade, and it is currently marked as broken.  The Vesa driver doesn't work on my cards, and nvidia won't support amd64...

I tried rebuilding the nv driver and xorg-server with various versions from ports, with the same issue.  I just finished rebuilding with ports from Feb 1 -- same thing.

I've attached Xorg.0.log and xorg.conf.new.  The config file was generated using X -configure (and cleaned because nv detected all pci devices in the system).

Help!

Thanks!
Andrew


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="xorg.conf.new"

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "xtrap"
	Load  "dri"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "C51PV [GeForce 6150]"
	BusID       "PCI:0:5:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card1"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "NV43 [GeForce 6600]"
	BusID       "PCI:3:0:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Xorg.0.log"


X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.1-RELEASE amd64 
Current Operating System: FreeBSD bugaboo 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 08:58:24 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Build Date: 24 March 2009  08:50:35AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 25 21:04:12 2009
(++) Using config file: "/usr/home/andrew/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/,
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x671f60
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 4.1
	X.Org XInput driver : 2.1
	X.Org Server Extension : 1.1
	X.Org Font Renderer : 0.6
(II) Loader running on freebsd
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(!!) More than one possible primary device found
(--) PCI: (0@0:5:0) nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfb000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/65536
(--) PCI: (0@3:0:0) nVidia Corporation NV43 [GeForce 6600] rev 162, Mem @ 0xe8000000/67108864, 0xd0000000/268435456, 0xee000000/16777216, BIOS @ 0x????????/65536
(II) System resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "extmod"

(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "record"

(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dbe"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(==) AIGLX disabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "xtrap"

(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"

(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"

(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.5.3, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "nv"

(II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 2.1.12
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 4.1
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown 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, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, 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, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
	Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
	GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
	GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
	GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
	GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
	GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
	GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
	Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
	Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
	GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS,
	GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
	GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS,
	GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS,
	GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
	Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE,
	GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS,
	GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS,
	GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M,
	GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290,
	GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512,
	GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS,
	GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS,
	GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX,
	GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M,
	GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS,
	GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT,
	GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
	GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS,
	GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M
(II) Primary Device is: 
(--) NV: Found NVIDIA GeForce 6600 at 03@00:00:0
(--) NV(0): NV: Found NVIDIA GeForce 6150 at 00@00:05:0
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org Video Driver, version 4.1
(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
(--) NV(0): Chipset: "GeForce 6600"
(==) NV(0): Depth 24, (==) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 0.1.0
	ABI class: X.Org Video Driver, version 4.1
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xE8000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Unable to detect display type...
(==) NV(0): ...Using default of CRT
(II) NV(0): Unable to detect which CRTCNumber...
(==) NV(0): ...Defaulting to CRTCNumber 0
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 0 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor1: Using default hsync range of 31.50-37.90 kHz
(II) NV(0): Monitor1: Using default vrefresh range of 50.00-70.00 Hz
(WW) NV(0): Unable to estimate virtual size
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(II) NV(0): Not using default mode "640x350" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x175" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x400" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x200" (insufficient memory for mode)
(II) NV(0): Not using default mode "720x400" (insufficient memory for mode)
(II) NV(0): Not using default mode "360x200" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) NV(0): Not using default mode "576x432" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "896x672" (insufficient memory for mode)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "896x672" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "928x696" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "928x696" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "832x624" (insufficient memory for mode)
(II) NV(0): Not using default mode "416x312" (insufficient memory for mode)
(II) NV(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) NV(0): Not using default mode "700x525" (insufficient memory for mode)
(II) NV(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) NV(0): Not using default mode "700x525" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(WW) NV(0): Mode pool is empty
(EE) NV(0): No valid modes found
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Reloading /usr/local/lib/xorg/modules//libint10.so
(II) NV(1): Initializing int10
(==) NV(1): Write-combining range (0xa0000,0x20000) was already clear
(--) NV(1): Chipset: "GeForce 6150"
(==) NV(1): Depth 24, (==) framebuffer bpp 32
(==) NV(1): RGB weight 888
(==) NV(1): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Reloading /usr/local/lib/xorg/modules//libvgahw.so
(==) NV(1): Using HW cursor
(--) NV(1): Linear framebuffer at 0xC0000000
(--) NV(1): MMIO registers at 0xFB000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) NV(1): I2C bus "DDC" initialized.
(II) NV(1): Probing for analog device on output A...
(--) NV(1):   ...can't find one
(II) NV(1): Probing for analog device on output B...
(--) NV(1):   ...can't find one
(II) NV(1): Probing for EDID on I2C bus A...
(II) NV(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(1): I2C device "DDC:ddc2" removed.
(II) NV(1):   ... none found
(II) NV(1): Probing for EDID on I2C bus B...
(II) NV(1): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(1): I2C device "DDC:ddc2" removed.
(II) NV(1):   ... none found
(--) NV(1): CRTC 0 is currently programmed for DFP
(II) NV(1): Using DFP on CRTC 0
(--) NV(1): Panel size is 1280 x 1024
(II) NV(1): NOTE: This driver cannot reconfigure the BIOS-programmed size.
(II) NV(1): These dimensions will be used as the panel size for mode validation.
(II) NV(1): Panel is TMDS
(--) NV(1): VideoRAM: 65536 kBytes
(==) NV(1): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(1): Monitor0: Using hsync range of 0.00-63.02 kHz
(II) NV(1): Monitor0: Using vrefresh range of 0.00-59.79 Hz
(WW) NV(1): Unable to estimate virtual size
(II) NV(1): Clock range:  12.00 to 400.00 MHz
(II) NV(1): Not using default mode "640x350" (vrefresh out of range)
(II) NV(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "640x400" (vrefresh out of range)
(II) NV(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "720x400" (vrefresh out of range)
(II) NV(1): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "640x480" (vrefresh out of range)
(II) NV(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "640x480" (vrefresh out of range)
(II) NV(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "640x480" (vrefresh out of range)
(II) NV(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "800x600" (vrefresh out of range)
(II) NV(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "800x600" (vrefresh out of range)
(II) NV(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "800x600" (vrefresh out of range)
(II) NV(1): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1024x768" (hsync out of range)
(II) NV(1): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1152x864" (hsync out of range)
(II) NV(1): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1280x960" (hsync out of range)
(II) NV(1): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1280x1024" (hsync out of range)
(II) NV(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1280x1024" (hsync out of range)
(II) NV(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1280x1024" (hsync out of range)
(II) NV(1): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(1): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) NV(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) NV(1): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) NV(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) NV(1): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "832x624" (vrefresh out of range)
(II) NV(1): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) NV(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) NV(1): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(1): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(1): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(1): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(--) NV(1): Virtual size is 1280x1024 (pitch 1280)
(**) NV(1): *Driver mode "1280x1024": 90.8 MHz, 63.0 kHz, 59.8 Hz
(II) NV(1): Modeline "1280x1024"x59.8   90.75  1280 1328 1360 1440  1024 1027 1034 1054 +hsync -vsync (63.0 kHz)
(**) NV(1): *Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(**) NV(1): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(**) NV(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) NV(1): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(**) NV(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) NV(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(==) NV(1): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.2.0
	ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) UnloadModule: "nv"
(II) UnloadModule: "vgahw"
(II) UnloadModule: "int10"
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	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
(II) NV(0): DPMS enabled
(==) RandR enabled
(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 XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/hal: Adding input device BCM2045B3 ROM
(II) LoadModule: "mouse"

(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.4.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.1
(**) BCM2045B3 ROM: Device: "/dev/sysmouse"
(==) BCM2045B3 ROM: Protocol: "Auto"
(**) BCM2045B3 ROM: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) BCM2045B3 ROM: Emulate3Buttons, Emulate3Timeout: 50
(**) BCM2045B3 ROM: ZAxisMapping: buttons 4 and 5
(**) BCM2045B3 ROM: Buttons: 9
(**) BCM2045B3 ROM: Sensitivity: 1
(II) XINPUT: Adding extended input device "BCM2045B3 ROM" (type: MOUSE)
(II) BCM2045B3 ROM: SetupAuto: hw.iftype is 4, hw.model is 0
(II) BCM2045B3 ROM: SetupAuto: protocol is SysMouse
(II) config/hal: Adding input device BCM2045B3 ROM
(II) LoadModule: "kbd"

(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.5.3, module version = 1.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.1
(**) BCM2045B3 ROM: always reports core events
(**) Option "Protocol" "standard"
(**) BCM2045B3 ROM: Protocol: standard
(**) Option "Device" "/dev/ukbd0"
(EE) BCM2045B3 ROM: cannot open "/dev/ukbd0"
(EE) PreInit failed for input device "BCM2045B3 ROM"
(II) UnloadModule: "kbd"
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device USB-PS/2 Optical Mouse
(**) USB-PS/2 Optical Mouse: Device: "/dev/sysmouse"
(==) USB-PS/2 Optical Mouse: Protocol: "Auto"
(**) USB-PS/2 Optical Mouse: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) USB-PS/2 Optical Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) USB-PS/2 Optical Mouse: ZAxisMapping: buttons 4 and 5
(**) USB-PS/2 Optical Mouse: Buttons: 9
(**) USB-PS/2 Optical Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "USB-PS/2 Optical Mouse" (type: MOUSE)
(II) USB-PS/2 Optical Mouse: SetupAuto: hw.iftype is 4, hw.model is 0
(II) USB-PS/2 Optical Mouse: SetupAuto: protocol is SysMouse
(II) config/hal: Adding input device AT Keyboard
(**) AT Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) AT Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) AT Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) AT Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
(II) UnloadModule: "mouse"
(II) UnloadModule: "mouse"
(II) UnloadModule: "kbd"

--T4sUOijqQbZv57TR--



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