
Anybody have any idea what's going here? Thanks.
Code: Select all
/usr/bin/update-gtk-immodules
/usr/bin/update-gtk-immodules-3.0
/usr/bin/update-pango-querymodules
/usr/bin/update-gdk-pixbuf-loaders
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
Code: Select all
root@porteus:/home/guest# /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
warning: Schema 'apps.gecko-mediaplayer.preferences' has path '/apps/gecko-mediaplayer/preferences/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'apps.gnome-mplayer.preferences' has path '/apps/gnome-mplayer/preferences/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
Code: Select all
[ 343.066] (**) intel(0): Option "AccelMethod" "UXA"
...
[ 343.644] (II) UXA(0): Driver registered support for the following operations:
[ 343.644] (II) solid
[ 343.644] (II) copy
[ 343.644] (II) composite (RENDER acceleration)
[ 343.644] (II) put_image
[ 343.644] (II) get_image
not 100% sure about the first one but second one is correct. if it works fine with UXE then leave it like that.I'm assuming that the Fx solution turns off 2D acceleration altogether, while your solution just falls back to an older implementation?