Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 06:34:51 -0400
From:      "Anthony M. Agelastos" <iqgrande@gmail.com>
To:        Igor Robul <igorr@speechpro.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NVIDIA TNT2 woes
Message-ID:  <59C0E259-D1B7-41DF-9177-E5E6607EFD67@gmail.com>
In-Reply-To: <42CA2654.3070702@speechpro.com>
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> <7A4A588A-D5CE-455C-9EE3-E464AFFF4A45@gmail.com> <42CA2654.3070702@speechpro.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 5, 2005, at 2:19 AM, Igor Robul wrote:

> Anthony M. Agelastos wrote:
>
>
>>>
>>>
>> 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.
>>
>
> Have you installed graphics/dri port?
>

Somehow for some reason, I have. It must have been a dependency for  
some other program. In any event, attached below is a copy of my  
xorg.conf. If OpenGL should somewhat work with dri (which I had never  
heard of before this post), then I am wondering what is not  
configured properly (my xorg.conf has it enabling dri in the Module  
section). Thank you all for your help.


 > pkg_info | grep -i dri | grep -i OpenGL
dri-6.2.1,2         OpenGL hardware acceleration drivers for the DRI

 > cat xorg.conf
Section "ServerLayout"
         Identifier     "X.org Configured"
         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  "Keyboard0"
         Driver      "kbd"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
         #DisplaySize      330   240     # mm
         Identifier   "Monitor0"
         VendorName   "DEL"
         ModelName    "DELL D1025TM"
### Uncomment if you don't want to default to DDC:
#       HorizSync    30.0 - 85.0
#       VertRefresh  50.0 - 120.0
         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   "NV4 [RIVA TNT]"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth 16
         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
                 Modes     "1024x768"
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
         EndSubSection
EndSection





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59C0E259-D1B7-41DF-9177-E5E6607EFD67>