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


[EMAIL PROTECTED]:~$ 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"'

####<[EMAIL PROTECTED]>###################################
:

Reply via email to