R Deepak wrote:
Hi,

I use RedHat 9 with a custom compiled 2.4.21-rc4 and the latest DRI
(checked out two hours back :).

But DIR doesn't seem to work with my i810 chipset. I'm attaching my
'dmesg' and 'XFree86.0.log'. Any help would be nice. :)
(logs compressed because of the 40kb limit!)

glxinfo says direct rendering is disabled.

These are the relevant portions from my XF86Config file.

--
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

VideoRam 16384

Either increase this value or...


EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"

drop the 1280x1024 mode. There simply isn't enough memory to support the DRI running in this mode.


        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

---


Thanks

Did this configuration work with the default X Server installed with Red Hat 9? I remember a recent change to support a 32 bit depth buffer and I wonder if that's on by default.


--
                               /\
         Jens Owen            /  \/\ _
  [EMAIL PROTECTED]  /    \ \ \   Steamboat Springs, Colorado



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to