Hi
I load Xorg-7.7-3d in onboot.lst and remove xvesa, I want to run opengl application, but when I run them give me: "Could not initialize GLX".
I load xdemos and run glxinfo it says "Error: couldn't find RGB GLX visual or fbconfig". in Xorg.0.log this error loged:
[ 15.704] (EE) AIGLX error: dlopen of /usr/local/lib/dri/i915_dri.so failed (/usr/local/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory)
[ 15.704] (EE) AIGLX: reverting to software rendering
[ 15.704] (II) AIGLX: Screen 0 is not DRI capable
[ 15.704] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[ 15.704] (EE) GLX: could not load software renderer
[ 15.704] (II) GLX: no usable GL providers found for screen 0
what's the problem?
Another question, i remove xvesa from onboot.lst, but in Xor.0.log appears that xvesa loaded and then unloaded, why?
[ 15.650] (II) UnloadModule: "vesa"
[ 15.650] (II) Unloading vesa
[ 15.650] (II) UnloadModule: "fbdev"
[ 15.650] (II) Unloading fbdev
[ 15.650] (II) UnloadSubModule: "fbdevhw"
[ 15.650] (II) Unloading fbdevhw
Xorg.0.log is attached.