From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-46387-garchives=archives.gentoo.org@gentoo.org>)
	id 1G1NjX-0004bq-Uf
	for garchives@archives.gentoo.org; Fri, 14 Jul 2006 13:29:32 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6EDO5lV015718;
	Fri, 14 Jul 2006 13:24:05 GMT
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6ED96EY021761
	for <gentoo-user@lists.gentoo.org>; Fri, 14 Jul 2006 13:09:07 GMT
Received: by py-out-1112.google.com with SMTP id x31so658408pye
        for <gentoo-user@lists.gentoo.org>; Fri, 14 Jul 2006 06:09:06 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=KnHYhUlYMxahCoi0yU0Rrrwj06mdUbkEkMKOuFjqoouQoFCCxd0ikimq69laLWmPpqI1w0ADItHhupPyE5bi5tV9d3zm8kBUH2xT3GFQ9iyAHqbSrJiA5RvqBOXTQayjwXX2HZoTDYDA+o8vRbRJN9FW4dB+6zkRlp6m06j9LmM=
Received: by 10.35.135.12 with SMTP id m12mr1969170pyn;
        Fri, 14 Jul 2006 06:09:06 -0700 (PDT)
Received: by 10.35.60.2 with HTTP; Fri, 14 Jul 2006 06:09:06 -0700 (PDT)
Message-ID: <8146fc8a0607140609s1caa51b9s76e4882848ff559@mail.gmail.com>
Date: Fri, 14 Jul 2006 09:09:06 -0400
From: "Andrew Frink" <andrew.frink@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Nvidia+Xorg not allowing DRI.
In-Reply-To: <7d20977a0607140530m4b60b8fexa4ee64e6c2ff63d8@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_35293_10049756.1152882546805"
References: <7d20977a0607140530m4b60b8fexa4ee64e6c2ff63d8@mail.gmail.com>
X-Archives-Salt: 35718fd3-e205-4f94-9e53-45782a0e925e
X-Archives-Hash: 641c7bbd20612cf0f8d7c89be2825c15

------=_Part_35293_10049756.1152882546805
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 7/14/06, Korthrun <korthrun@gmail.com> wrote:
>
> Heyyas,
>
>      I'm running:
> Xorg 7.0-r1
> nvidia-kernel 1.0.8762
> nvidia-glx 1.0.8762
>
>      I've followed the guide at
> http://www.gentoo.org/doc/en/nvidia-guide.xml with the following
> exceptions. I'm using a kernel.org kernel not a portage kernel, and I
> didn't make the "changes" regarding framebuffers because I don't
> intend to use one.That whole bit is disabled in my kernel.
>
>     X starts up fine and looks great, I get decent FPS from glxgears.
> While following the above guide I get to this point "Code Listing
> 2.19: Checking the direct rendering status" and end up with this:
>
> glxinfo | grep direct
> Xlib:  extension "XFree86-DRI" missing on display ":0.0".
> direct rendering: No
>
>     My Xorg.conf follows:
> ######Start xorg.conf
> Section "ServerLayout"
>         Identifier     "X.org Configured"
>         Screen      0  "Screen[0]" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
>         RgbPath      "/usr/share/X11/rgb"
>         ModulePath   "/usr/lib/xorg/modules"
>         FontPath     "/usr/share/fonts/misc"
>         FontPath     "/usr/share/fonts/75dpi"
>         FontPath     "/usr/share/fonts/100dpi"
>         FontPath     "/usr/share/fonts/TTF"
>         FontPath     "/usr/share/fonts/Type1"
> EndSection
>
> Section "Module"
>         Load  "glx"
>         Load  "extmod"
>         Load  "xtrap"
>         Load  "record"
>         Load  "dbe"
> #       Load  "dri"
>         Load  "freetype"
>         Load  "type1"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> EndSection
>
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "IMPS/2"
>         Option      "Device" "/dev/input/mice"
>         Option      "Buttons" "7"
>         Option      "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
>         Identifier   "Monitor[0]"
>         Option      "VendorName" "ATI Proprietary Driver"
>         Option      "ModelName" "Generic Autodetecting Monitor"
>         Option      "DPMS" "true"
>         HorizSync 30-70
>         VertRefresh 50-180
> EndSection
>
> Section "Device"
>         Identifier  "Device[0]"
>         Driver      "nvidia"
> EndSection
>
> Section "Screen"
>         Identifier "Screen[0]"
>         Device     "Device[0]"
>         Monitor    "Monitor[0]"
>         DefaultDepth     24
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     24
>                 Modes "1280x1024"
>         EndSubSection
> EndSection
>
> Section "DRI"
>         Group "video"
>         Mode 0660
> EndSection
>
> ######End xorg.conf
>
>      I've tried it both with and without this last stanza regarding
> DRI. I tossed it in there for giggles since I needed it with my ATI
> card. One thing I haven't ventured to yet is recompilin xorg. When I
> compiled it I did have VIDEO_CARDS set to radeon. Will this effect
> xorg working with nvidia cards? What would the proper VIDEO_CARDS
> setting be for a geforce 6800?
>
>     Any suggestions/comments are very welcome. Thanks muchly.,
>
> Korf
> --
> ()  The ASCII Ribbon Campaign - against HTML Email,
> /\  vCards, and proprietary formats.
> --
> gentoo-user@gentoo.org mailing list
>
> It may have i would sujest trying with VIDEO_CARDS="nvidia" and see.. i'm
not sure i haven't moved my box with an nvidia to xorg7
cynyr

------=_Part_35293_10049756.1152882546805
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br><br><div><span class="gmail_quote">On 7/14/06, <b class="gmail_sendername">Korthrun</b> &lt;<a href="mailto:korthrun@gmail.com">korthrun@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Heyyas,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I'm running:<br>Xorg 7.0-r1<br>nvidia-kernel 1.0.8762<br>nvidia-glx 1.0.8762<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I've followed the guide at<br><a href="http://www.gentoo.org/doc/en/nvidia-guide.xml">http://www.gentoo.org/doc/en/nvidia-guide.xml
</a> with the following<br>exceptions. I'm using a <a href="http://kernel.org">kernel.org</a> kernel not a portage kernel, and I<br>didn't make the &quot;changes&quot; regarding framebuffers because I don't<br>intend to use 
one.That whole bit is disabled in my kernel.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;X starts up fine and looks great, I get decent FPS from glxgears.<br>While following the above guide I get to this point &quot;Code Listing<br>2.19: Checking the direct rendering status&quot; and end up with this:
<br><br>glxinfo | grep direct<br>Xlib:&nbsp;&nbsp;extension &quot;XFree86-DRI&quot; missing on display &quot;:0.0&quot;.<br>direct rendering: No<br><br>&nbsp;&nbsp;&nbsp;&nbsp;My Xorg.conf follows:<br>######Start xorg.conf<br>Section &quot;ServerLayout&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://X.org">X.org</a> Configured&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&quot;Screen[0]&quot; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InputDevice&nbsp;&nbsp;&nbsp;&nbsp;&quot;Mouse0&quot; &quot;CorePointer&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InputDevice&nbsp;&nbsp;&nbsp;&nbsp;&quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
<br>EndSection<br><br>Section &quot;Files&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/usr/share/X11/rgb&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ModulePath&nbsp;&nbsp; &quot;/usr/lib/xorg/modules&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/misc&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/75dpi&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/100dpi&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/TTF&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/Type1&quot;
<br>EndSection<br><br>Section &quot;Module&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;glx&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;extmod&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;xtrap&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;record&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;dbe&quot;
<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp;&nbsp;&quot;dri&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;freetype&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Load&nbsp;&nbsp;&quot;type1&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&quot;Keyboard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;kbd&quot;
<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&quot;Mouse0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;mouse&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Protocol&quot; &quot;IMPS/2&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Device&quot; &quot;/dev/input/mice&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Buttons&quot; &quot;7&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;ZAxisMapping&quot; &quot;4 5&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp; &quot;Monitor[0]&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;DPMS&quot; &quot;true&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HorizSync 30-70<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VertRefresh 50-180<br>EndSection<br><br>Section &quot;Device&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&quot;Device[0]&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;nvidia&quot;<br>EndSection<br><br>Section &quot;Screen&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier &quot;Screen[0]&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Device[0]&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Monitor&nbsp;&nbsp;&nbsp;&nbsp;&quot;Monitor[0]&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Viewport&nbsp;&nbsp; 0 0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modes &quot;1280x1024&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EndSubSection<br>EndSection<br><br>Section &quot;DRI&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Group &quot;video&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mode 0660<br>EndSection<br>
<br>######End xorg.conf<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I've tried it both with and without this last stanza regarding<br>DRI. I tossed it in there for giggles since I needed it with my ATI<br>card. One thing I haven't ventured to yet is recompilin xorg. When I
<br>compiled it I did have VIDEO_CARDS set to radeon. Will this effect<br>xorg working with nvidia cards? What would the proper VIDEO_CARDS<br>setting be for a geforce 6800?<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Any suggestions/comments are very welcome. Thanks muchly.,
<br><br>Korf<br>--<br>()&nbsp;&nbsp;The ASCII Ribbon Campaign - against HTML Email,<br>/\&nbsp;&nbsp;vCards, and proprietary formats.<br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote>
</div>It may have i would sujest trying with VIDEO_CARDS=&quot;nvidia&quot; and see.. i'm not sure i haven't moved my box with an nvidia to xorg7<br>cynyr<br>

------=_Part_35293_10049756.1152882546805--
-- 
gentoo-user@gentoo.org mailing list