[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #ICF-197843]: IDV - Xlib: extension "XFree86-DRI" missing on display ":0.0"



HP-


> Here is the XF86Config as I revised it. I also attach the xorg.conf in
> which I found changed after having applied the change to XF. Most
> probably I am not intervening a the correct place?


Up near the top, there is this section:

Section "Module"
  Load         "type1"
  Load         "v4l"
  Load         "dri"
  Load         "extmod"
  Load         "freetype"
  Load         "dbe"
  Load         "glx"
EndSection

comment out the line:

  Load         "dri"

so it looks like:

Section "Module"
  Load         "type1"
  Load         "v4l"
#  Load         "dri"
  Load         "extmod"
  Load         "freetype"
  Load         "dbe"
  Load         "glx"
EndSection

You can uncomment the DRI section at the bottom that you commented
out previously.

Then, restart your X server.  

It will be interesting to see if you notice a performance hit
after that (and if the message goes away).

Don




Ticket Details
===================
Ticket ID: ICF-197843
Department: Support IDV
Priority: High
Status: Open