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> <<a href="mailto:korthrun@gmail.com">korthrun@gmail.com</a>> 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> I'm running:<br>Xorg 7.0-r1<br>nvidia-kernel 1.0.8762<br>nvidia-glx 1.0.8762<br><br> 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 "changes" regarding framebuffers because I don't<br>intend to use one.That whole bit is disabled in my kernel.<br><br> X starts up fine and looks great, I get decent FPS from glxgears.<br>While following the above guide I get to this point "Code Listing<br>2.19: Checking the direct rendering status" and end up with this: <br><br>glxinfo | grep direct<br>Xlib: extension "XFree86-DRI" missing on display ":0.0".<br>direct rendering: No<br><br> My Xorg.conf follows:<br>######Start xorg.conf<br>Section "ServerLayout" <br> Identifier "<a href="http://X.org">X.org</a> Configured"<br> Screen 0 "Screen[0]" 0 0<br> InputDevice "Mouse0" "CorePointer"<br> InputDevice "Keyboard0" "CoreKeyboard" <br>EndSection<br><br>Section "Files"<br> RgbPath "/usr/share/X11/rgb"<br> ModulePath "/usr/lib/xorg/modules"<br> FontPath "/usr/share/fonts/misc"<br> FontPath "/usr/share/fonts/75dpi"<br> FontPath "/usr/share/fonts/100dpi"<br> FontPath "/usr/share/fonts/TTF"<br> FontPath "/usr/share/fonts/Type1" <br>EndSection<br><br>Section "Module"<br> Load "glx"<br> Load "extmod"<br> Load "xtrap"<br> Load "record"<br> Load "dbe" <br># Load "dri"<br> Load "freetype"<br> Load "type1"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd" <br>EndSection<br><br>Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice" <br> Option "Buttons" "7"<br> Option "ZAxisMapping" "4 5"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor[0]"<br> Option "VendorName" "ATI Proprietary Driver"<br> Option "ModelName" "Generic Autodetecting Monitor"<br> Option "DPMS" "true" <br> HorizSync 30-70<br> VertRefresh 50-180<br>EndSection<br><br>Section "Device"<br> Identifier "Device[0]"<br> Driver "nvidia"<br>EndSection<br><br>Section "Screen" <br> Identifier "Screen[0]"<br> Device "Device[0]"<br> Monitor "Monitor[0]"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0 <br> Depth 24<br> Modes "1280x1024"<br> EndSubSection<br>EndSection<br><br>Section "DRI"<br> Group "video"<br> Mode 0660<br>EndSection<br> <br>######End xorg.conf<br><br> 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> Any suggestions/comments are very welcome. Thanks muchly., <br><br>Korf<br>--<br>() The ASCII Ribbon Campaign - against HTML Email,<br>/\ 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="nvidia" 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