Today i noticed that the "Compositing is not supported on your system."
[img width=400 height=159]http://img691.imageshack.us/img691/4203/compositinge.png[/img]
and the desktop was a bit "sluggish"
The Xorg.0.log told that:
and there was not libglx.so in the /usr/lib/xorg/modules/extensions
The package management told that the xserver-xorg-core is latest and it has installed the /usr/lib/xorg/modules/extensions/libglx.so. Reinstalling the xserver-xorg-core and after that
Rebooting and there are new errors:
A bug report > Bug #468413: Radeon module loaded before agpgart with various workarounds.
With the /etc/init/kdm.conf workaround the Xorg log is cleaner:
[img width=400 height=159]http://img691.imageshack.us/img691/4203/compositinge.png[/img]
and the desktop was a bit "sluggish"
The Xorg.0.log told that:
Code:
grep EE /var/log/Xorg.0.log
[ 0.000095] (WW) warning, [ 0.000109] (EE) error, [ 0.000123] (NI) not implemented, [ 0.000137] (??) unknown.
[ 0.163563] (II) Loading extension MIT-SCREEN-SAVER
[ 0.165215] (EE) Failed to load module "glx" (module does not exist, 0)
[ 0.168401] (EE) Failed to load module "dri" (module does not exist, 0)
[ 8.985371] (EE) RADEON(0): Failed to register i2c bus
[ 0.163563] (II) Loading extension MIT-SCREEN-SAVER
[ 0.165215] (EE) Failed to load module "glx" (module does not exist, 0)
[ 0.168401] (EE) Failed to load module "dri" (module does not exist, 0)
[ 8.985371] (EE) RADEON(0): Failed to register i2c bus
Code:
ls -l /usr/lib/xorg/modules/extensions
-rw-r--r-- 1 root root 17920 2010-01-12 13:12 libdbe.so
-rw-r--r-- 1 root root 13784 2010-01-12 13:12 libdri2.so
-rw-r--r-- 1 root root 92336 2010-01-12 13:12 libextmod.so
-rw-r--r-- 1 root root 9708 2010-01-12 13:12 librecord.so
-rw-r--r-- 1 root root 13784 2010-01-12 13:12 libdri2.so
-rw-r--r-- 1 root root 92336 2010-01-12 13:12 libextmod.so
-rw-r--r-- 1 root root 9708 2010-01-12 13:12 librecord.so
Code:
ls -l /usr/lib/xorg/modules/extensions
-rw-r--r-- 1 root root 17920 2010-01-12 13:12 libdbe.so
-rw-r--r-- 1 root root 13784 2010-01-12 13:12 libdri2.so
-rw-r--r-- 1 root root 34488 2010-01-12 13:12 libdri.so
-rw-r--r-- 1 root root 92336 2010-01-12 13:12 libextmod.so
-rw-r--r-- 1 root root 334432 2010-01-12 13:12 libglx.so
-rw-r--r-- 1 root root 9708 2010-01-12 13:12 librecord.so
-rw-r--r-- 1 root root 13784 2010-01-12 13:12 libdri2.so
-rw-r--r-- 1 root root 34488 2010-01-12 13:12 libdri.so
-rw-r--r-- 1 root root 92336 2010-01-12 13:12 libextmod.so
-rw-r--r-- 1 root root 334432 2010-01-12 13:12 libglx.so
-rw-r--r-- 1 root root 9708 2010-01-12 13:12 librecord.so
Code:
grep EE /var/log/Xorg.0.log
[ 0.000076] (WW) warning, [ 0.000087] (EE) error, [ 0.000097] (NI) not implemented, [ 0.000107] (??) unknown.
[ 0.162460] (II) Loading extension MIT-SCREEN-SAVER
[ 0.434351] (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
[ 8.269095] (EE) RADEON(0): Failed to register i2c bus
[ 8.402108] (EE) AIGLX error: dlopen of /usr/lib/dri/(null)_dri.so failed (/usr/lib/dri/(null)_dri.so: cannot open shared object file: No such file or directory)
[ 8.402130] (EE) AIGLX: reverting to software rendering
[ 0.162460] (II) Loading extension MIT-SCREEN-SAVER
[ 0.434351] (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
[ 8.269095] (EE) RADEON(0): Failed to register i2c bus
[ 8.402108] (EE) AIGLX error: dlopen of /usr/lib/dri/(null)_dri.so failed (/usr/lib/dri/(null)_dri.so: cannot open shared object file: No such file or directory)
[ 8.402130] (EE) AIGLX: reverting to software rendering
A bug report > Bug #468413: Radeon module loaded before agpgart with various workarounds.
With the /etc/init/kdm.conf workaround the Xorg log is cleaner:
[ 0.000084] (WW) warning, [ 0.000095] (EE) error, [ 0.000107] (NI) not implemented, [ 0.000119] (??) unknown.
[ 0.160558] (II) Loading extension MIT-SCREEN-SAVER
[ 9.220317] (EE) RADEON(0): Failed to register i2c bus
[ 0.160558] (II) Loading extension MIT-SCREEN-SAVER
[ 9.220317] (EE) RADEON(0): Failed to register i2c bus
Comment