Re: [LIH] XFree86 4.1.0 with Potato & dri
- To: Debian User Mailing List <debian-user@lists.debian.org>
- Subject: Re: [LIH] XFree86 4.1.0 with Potato & dri
- From: Rajesh Fowkar <hsejar@gmx.co.uk>
- Date: Fri, 7 Sep 2001 00:20:25 +0000
- Message-id: <[🔎] 20010907002025.C2850@debian>
- Mail-followup-to: Debian User Mailing List <debian-user@lists.debian.org>
- In-reply-to: <20010907001925.B2850@debian>
- References: <20010906014217.A2135@debian> <Pine.GSO.4.21.0109051334340.10482-100000@sirius.cs.pdx.edu> <20010906094019.A1938@ho.dempos.com> <20010907001925.B2850@debian>
Rajesh saw fit to inform me that:
>On Wed, Sep 05, 2001 at 01:35:38PM -0700, Naren Devaiah wrote:
>
>>In your XF86Config file you must load the DRI module. Have you done that?
>>
>>In the Modules section, add
>>
>> Load "dri"
>
>Yes. That is already there.
>
Finally I got it. I had the following in my /etc/X11/XF86Config-4 :
Section "Module"
Load "ddc"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "bitmap"
Load "freetype"
Load "speedo"
Load "type1"
Load "vbe"
Load "int10"
EndSection
However when I changed the order of 'dri' loading ( I made it as the first
module to be loaded), dri started working on my i810 :-)
Section "Module"
Load "dri"
Load "ddc"
<snipped>
EndSection
rajesh@debian:~$ glxinfo |more
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes <----------------------------
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
Nice to play quake III on Linux finally.
--
Rajesh
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Linux Gazette LOST #059
Get your copy of Linux Gazette on the first of every month:
#!/bin/bash
ISSUE=61 #Note: Issue 61 was Jan 2001 change for month reqd
wget --tries=0 -v -c "ftp://ftp.ssc.com/pub/lg/lg-base.tar.gz"'
wget --tries=0 -v -c "ftp://ftp.ssc.com/pub/lg/lg-issue'$ISSUE'.tar.gz"'
####<bish@nde.vsnl.net.in>###################################
:
Reply to: