Hi,
I just upgraded my laptop (Fujitsu Lifebook 531) from 13.04 to 13.10. The upgrade went rather fine but after that I cannot have my desktop effect running. I found out that the glx modules are not loading for intel graphics. I am not so bothered about using the nvidia graphics at the moment since I don't really play games.
The graphic acceleration was working previously with 13.04 but not any more. Here are some of the interesting stuff from /var/log/Xorg.0.log:
So what should I do to make it work again. Any and all help are greatly appreciated.
I just upgraded my laptop (Fujitsu Lifebook 531) from 13.04 to 13.10. The upgrade went rather fine but after that I cannot have my desktop effect running. I found out that the glx modules are not loading for intel graphics. I am not so bothered about using the nvidia graphics at the moment since I don't really play games.
The graphic acceleration was working previously with 13.04 but not any more. Here are some of the interesting stuff from /var/log/Xorg.0.log:
Code:
(II) "glx" will be loaded by default. [ 895.166] (WW) "xmir" is not to be loaded by default. Skipping. [ 895.166] (II) LoadModule: "dri2" [ 895.166] (II) Module "dri2" already built-in [ 895.166] (II) LoadModule: "glamoregl" [ 895.167] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 895.178] (EE) Failed to load /usr/lib/xorg/modules/libglamoregl.so: /usr/lib/xorg/modules/libglamoregl.so: undefined symbol: _glapi_tls_Context [ 895.178] (II) UnloadModule: "glamoregl" [ 895.178] (II) Unloading glamoregl [ 895.178] (EE) Failed to load module "glamoregl" (loader failed, 7) [ 895.178] (II) LoadModule: "glx" [ 895.178] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 895.185] (II) Module glx: vendor="NVIDIA Corporation" [ 895.185] compiled for 4.0.2, module version = 1.0.0 [ 895.185] Module class: X.Org Server Extension [ 895.185] (II) NVIDIA GLX Module 319.60 Wed Sep 25 14:24:11 PDT 2013 [ 895.185] Loading extension GLX
Comment