Date: Mon, 4 Jul 2005 11:01:00 -0400 From: "Anthony M. Agelastos" <iqgrande@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: NVIDIA TNT2 woes Message-ID: <7A4A588A-D5CE-455C-9EE3-E464AFFF4A45@gmail.com> In-Reply-To: <20050704032455.GA76514@logik.ath.cx> References: <20050630001004.GA60781@logik.ath.cx> <42C3BB88.60609@dial.pipex.com> <42C73D17.3080208@dial.pipex.com> <20050703182218.GB79411@logik.ath.cx> <5095AEAE-708B-4936-873C-5B932EF75FB6@gmail.com> <20050704032455.GA76514@logik.ath.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7A4A588A-D5CE-455C-9EE3-E464AFFF4A45>