Ben Measures wrote:
> jzilla wrote:
>
>> jzilla wrote:
>> >
>>
>>> When I run glxinfo, I get the following.
>>>
>>> > Xlib: extension "XFree86-DRI" missing on display ":0.0".
>>> > ...
>>> > direct rendering: No
>>> > ...
>>>
>>> I'm trying to load it in /etc/X11/XFree86Config
>>>
>>> > Section "Module"
>>> > ...
>>> > Load "dri"
>>> > EndSection
>
> Try
> Load "mga_dri"
> instead.
(II) LoadModule: "mga_dri"
(WW) Warning, couldn't open module mga_dri
(II) UnloadModule: "mga_dri"
(EE) Failed to load module "mga_dri" (module does not exist, 0)
When it says 'module' does that include shared object files? I had
assumed that /usr/X11R6/lib/modules/dri/mga_dri.so was the 'module' and
that XFree86 found it by scanning /usr/X11R6/lib/modules.
Do I need to provide a module -> .so map somewhere?
|