Problems with nvidia-driver + composite extension + OpenGL

Norbert Papke fbsd-ml at scrapper.ca
Sun Feb 25 23:46:51 UTC 2007


I have been unable to run OpenGL applications (e.g., Google Earth,
Quake3) using the NVIDIA drivers when the composite extension is
enabled.  The applications start but perform so poorly that they are
unusable.  For instance, Google Earth will take several minutes to
display the initial globe.  There are no performance problems with the
composite extension disabled.

I am using modular X 7.2, installed a couple of days ago using the
instructions from http://wiki.freebsd.org/ModularXorg [an easy upgrade,
thanks for the great work!].  The graphics card is based on an NVIDIA
7600GS.

I had similar problems a few weeks ago using X 6.9 and an on-board
NVIDIA 6500 but worked around it by disabling composite.  

According to the NVIDIA documentation, GLX should work with composite.
I am probably just doing something silly.  Does anybody have this
working?

Configuration file and log below.  Thanks for any help.  Cheers,

-- Norbert.

xorg.conf:

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

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    ModulePath      "/usr/X11R6/lib/xorg/modules/"
    FontPath        "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath        "/usr/X11R6/lib/X11/fonts/webfonts/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/local/"
    FontPath        "/usr/local/share/fonts/"
    FontPath        "/usr/local/share/fonts/cmpsfont"
    FontPath        "/usr/local/share/fonts/amspsfont"
    FontPath        "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en"
EndSection

Section "Module"
    # Note: do not load dri or glxcore with the nvidia driver
    Load           "dbe"  	
    Load           "glx"
    SubSection     "extmod"
        Option         "omit xfree86-dga"   # don't initialise the DGA
extension
    EndSubSection
    Load           "type1"
    Load           "freetype"
EndSection

Section "ServerFlags"
    Option         "AIGLX" "on"
    Option         "BlankTime" "15"
    Option         "StandbyTime" "120"
    Option         "SuspendTime" "150"
    Option         "OffTime" "180"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "SysMouse"	# SysMouse
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    # Frequencies will be overridden by monitor's Edid
    Identifier     "LG"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

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

Section "Device"
    Identifier     "GeForce 7600GS"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "GeForce 7600GS"
    Monitor        "LG"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "Coolbits" "1"
    Option         "TripleBuffer" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
        Option      "Composite"   "enable"
EndSection

-----------------------------------

Xorg.0.log:


X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386 
Current Operating System: FreeBSD proven. 6.2-STABLE FreeBSD 6.2-STABLE
#3: Sat Feb 17 10:59:48 PST 2007
npapke at proven.lan:/usr2/obj/usr/src/sys/NGP i386
Build Date: 23 February 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 25 14:09:18 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "LG"
(**) |   |-->Device "GeForce 7600GS"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(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) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/local/share/fonts/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/local/share/fonts/cmpsfont".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/local/share/fonts/cmpsfont").
(WW) `fonts.dir' not found (or not valid) in
"/usr/local/share/fonts/amspsfont".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/local/share/fonts/amspsfont").
(WW) The directory "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en" does
not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/X11R6/lib/X11/fonts/bitstream-vera/,
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/TrueType/,
	/usr/X11R6/lib/X11/fonts/webfonts/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/75dpi/,
	/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/xorg/modules/"
(**) Option "BlankTime" "15"
(**) Option "StandbyTime" "120"
(**) Option "SuspendTime" "150"
(**) Option "OffTime" "180"
(**) Option "AIGLX" "on"
(**) Extension "Composite" is enabled
(II) Loader magic: 0x81bcb80
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	X.Org XInput driver : 0.7
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(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,02f4 card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1043,81cd rev a2 class 05,00,00
hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1043,81cd rev a2 class 05,00,00
hdr 80
(II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00
hdr 01
(II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00
hdr 01
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00
hdr 01
(II) PCI: 00:09:0: chip 10de,0270 card 1043,81bc rev a2 class 05,00,00
hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 1043,81bc rev a2 class 06,01,00
hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1043,81bc rev a2 class 0c,05,00
hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1043,81bc rev a2 class 0c,03,10
hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1043,81bc rev a2 class 0c,03,20
hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1043,81bc rev a1 class 01,01,8a
hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01
hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 10de,cb84 rev a2 class 04,03,00
hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1043,8141 rev a1 class 06,80,00
hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00
hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00
hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00
hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00
hdr 80
(II) PCI: 03:00:0: chip 10de,0392 card 3842,c547 rev a1 class 03,00,00
hdr 00
(II) PCI: 04:05:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10
hdr 00
(II) PCI: 04:08:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00
hdr 00
(II) PCI: 04:09:0: chip 1102,0002 card 1102,8066 rev 0a class 04,01,00
hdr 80
(II) PCI: 04:09:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00
hdr 80
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is
cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is
cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:4:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfa900000 - 0xfe9fffff (0x4100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xbff00000 - 0xdfefffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:16:0), (0,4,4), BCTRL: 0x0202 (VGA_EN is
cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,4), 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]
(--) PCI:*(3:0:0) nVidia Corporation G70 [GeForce 7600 GS] rev 161, Mem
@ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, I/O @ 0xbc00/7, BIOS @
0xfe9e0000/17
(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	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) Active PCI resource ranges:
	[0] -1	0	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[1] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[2] -1	0	0xfebdc000 - 0xfebdffff (0x4000) MX[B]E
	[3] -1	0	0xfebd8000 - 0xfebdffff (0x8000) MX[B]E
	[4] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[5] -1	0	0xfebde000 - 0xfebdffff (0x2000) MX[B]E
	[6] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[7] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[11] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]E
	[12] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[13] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[14] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[15] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[16] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[17] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[18] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) PCI I/O resource overlap reduced 0x0000c800 from 0x0000c8ff to
0x0000c87f
(II) PCI Memory resource overlap reduced 0xfebdc000 from 0xfebdffff to
0xfebddfff
(II) PCI Memory resource overlap reduced 0xfebd8000 from 0xfebdffff to
0xfebdbfff
(II) PCI Memory resource overlap reduced 0xfebde000 from 0xfebdffff to
0xfebdefff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[1] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[2] -1	0	0xfebdc000 - 0xfebddfff (0x2000) MX[B]E
	[3] -1	0	0xfebd8000 - 0xfebdbfff (0x4000) MX[B]E
	[4] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[5] -1	0	0xfebde000 - 0xfebdefff (0x1000) MX[B]E
	[6] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[7] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[11] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[B]E
	[12] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[13] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[14] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[15] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[16] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[17] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[18] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[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) All 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	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[5] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[6] -1	0	0xfebdc000 - 0xfebddfff (0x2000) MX[B]E
	[7] -1	0	0xfebd8000 - 0xfebdbfff (0x4000) MX[B]E
	[8] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[9] -1	0	0xfebde000 - 0xfebdefff (0x1000) MX[B]E
	[10] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[17] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[B]E
	[18] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[19] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[22] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[23] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[24] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9746
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.2.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.9746
	Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-9746  Tue Dec 19 13:23:45 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/X11R6/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
	[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	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[5] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[6] -1	0	0xfebdc000 - 0xfebddfff (0x2000) MX[B]E
	[7] -1	0	0xfebd8000 - 0xfebdbfff (0x4000) MX[B]E
	[8] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[9] -1	0	0xfebde000 - 0xfebdefff (0x1000) MX[B]E
	[10] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[17] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[B]E
	[18] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[19] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[20] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[21] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[22] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[23] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[24] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
(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	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[5] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[6] -1	0	0xfebdc000 - 0xfebddfff (0x2000) MX[B]E
	[7] -1	0	0xfebd8000 - 0xfebdbfff (0x4000) MX[B]E
	[8] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[9] -1	0	0xfebde000 - 0xfebdefff (0x1000) MX[B]E
	[10] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[20] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[B]E
	[21] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[22] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[23] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[24] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[25] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[26] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[27] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "TripleBuffer" "True"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X
extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GS at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.16.02
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7600 GS at
PCI:3:0:0:
(--) NVIDIA(0):     LG L1910S (CRT-0)
(--) NVIDIA(0): LG L1910S (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
	[2] 0	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xfeaff400 - 0xfeaff7ff (0x400) MX[B]E
	[8] -1	0	0xfeaff800 - 0xfeafffff (0x800) MX[B]E
	[9] -1	0	0xfebdc000 - 0xfebddfff (0x2000) MX[B]E
	[10] -1	0	0xfebd8000 - 0xfebdbfff (0x4000) MX[B]E
	[11] -1	0	0xfebdfc00 - 0xfebdffff (0x400) MX[B]E
	[12] -1	0	0xfebde000 - 0xfebdefff (0x1000) MX[B]E
	[13] -1	0	0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
	[14] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[15] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[16] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] 0	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]E
	[24] -1	0	0x0000c800 - 0x0000c87f (0x80) IX[B]E
	[25] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]E
	[26] -1	0	0x0000c880 - 0x0000c8ff (0x80) IX[B]E
	[27] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[28] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[29] -1	0	0x00000700 - 0x000007ff (0x100) IX[B]E
	[30] -1	0	0x00000600 - 0x000006ff (0x100) IX[B]E
	[31] -1	0	0x0000bc00 - 0x0000bc7f (0x80) IX[B](B)
	[32] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[33] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(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) Initializing extension GLX
(**) Option "Protocol" "SysMouse"
(**) Mouse1: Device: "/dev/sysmouse"
(**) Mouse1: Protocol: "SysMouse"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Mouse1: BaudRate: 1200
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) 3rd Button detected: disabling emulate3Button





More information about the freebsd-x11 mailing list