NVIDIA TNT2 woes

Anthony M. Agelastos iqgrande at gmail.com
Mon Jul 4 15:25:08 GMT 2005


On Jul 3, 2005, at 11:24 PM, markzero wrote:

> On Sun, Jul 03, 2005 at 10:53:43PM -0400, Anthony M. Agelastos wrote:
>
>>
>> glxgears works for you with the nv driver? I cannot get it to work
>> for me (I have a RIVA TNT as opposed to your RIVA TNT 2). Could you
>> post your xorg.conf? I have the line Load "glx" in the "Module"
>> Section. Perhaps the nv driver works much better than for the TNT 2
>> as opposed to the TNT? Thank you for your help and thank you to the
>> whole list for the support and replies.
>>
>>
>
> $ uname -smr
> FreeBSD 5.4-RELEASE-p2 i386
>
> $ X -version
> X Window System Version 6.8.2
> Release Date: 9 February 2005
> X Protocol Version 11, Revision 0, Release 6.8.2
> Build Operating System: FreeBSD 5.4 i386 [ELF]
> Current Operating System: FreeBSD xxx.xxx.xxx 5.4-RELEASE-p2
> FreeBSD 5.4-RELEASE-p2 #1: Sun Jun 12 16:17:58 BST 2005
> root at xxx.xxx.xxx:/usr/obj/usr/src/sys/LOGIK006 i386
> Build Date: 30 June 2005
>         Before reporting problems, check http://wiki.X.Org
>         to make sure that you have the latest version.
> Module Loader present
>
> $ glxgears -info
> GL_MAX_VIEWPORT_DIMS=4096/4096
> GL_RENDERER   = Mesa GLX Indirect
> GL_VERSION    = 1.2 (1.5 Mesa 6.1)
> GL_VENDOR     = Mesa project: www.mesa3d.org
> <much data snipped>
> 858 frames in 5.0 seconds = 171.600 FPS
>
> Xorg.conf follows...
>
> ---
> Section "ServerLayout"
>         Identifier     "x1"
>         Screen      0  "Screen0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
>         RgbPath      "/usr/X11R6/lib/X11/rgb"
>         ModulePath   "/usr/X11R6/lib/modules"
>         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
>         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
>
> Section "Module"
>         Load  "extmod"
>         Load  "glx"
>         Load  "dri"
>         Load  "dbe"
>         Load  "record"
>         Load  "xtrap"
>         Load  "type1"
>         Load  "freetype"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "Auto"
>         Option      "Device" "/dev/sysmouse"
>   Option      "Buttons" "5"
>   Option      "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "keyboard"
>         Option      "XkbRules" "xorg"
>         Option      "XkbModel" "pc101"
>         Option      "XkbLayout" "gb"
> EndSection
>
> Section "Monitor"
>
>         #DisplaySize      320   240     # mm
>         Identifier   "Monitor0"
>         VendorName   "MAX"
>         ModelName    "be0"
>         Option      "DPMS"
> 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>
>         Identifier  "Card0"
>         Driver      "nv"
>         VendorName  "nVidia Corporation"
>         BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
>         BusID       "PCI:2:0:0"
> EndSection
>
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     1
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     4
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     8
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     15
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     16
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     24
>         EndSubSection
> EndSection
>
As my xorg.conf looks just about identical, does anyone on the list  
have a nvidia RIVA TNT where their OpenGL works through the nv  
driver? If so, I would like to figure out what makes it work for you  
and not for me.
> ---
>
> M
>
> -- 
> pgp: http://www.darklogik.org/pub/pgp/pgp.txt
> B776 43DC 8A5D EAF9 2126 9A67 A7DA 390F DEFF 9dD1
>



More information about the freebsd-questions mailing list