Hi all !
After upgrade from fc 16/17 my problem returned , slow working spice client in fc 18 : many "qxl_surface_create: Bad bpp: 1 (1) " in xorg.log .
before this i compile qxl driver with murmur3 hash , but after upgrade i see after autogen.sh :
make
make all-recursive
make[1]: Entering directory `/root/install/murmur33'
Making all in src
make[2]: Entering directory `/root/install/murmur33/src'
Making all in uxa
make[3]: Entering directory `/root/install/murmur33/src/uxa'
CC uxa.lo
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:149:51: warning: redundant redeclaration of 'client_auth_generation' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:52:12: note: previous declaration of 'client_auth_generation' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:151:52: warning: redundant redeclaration of 'DeleteFontClientID' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:59:13: note: previous declaration of 'DeleteFontClientID' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:153:65: warning: redundant redeclaration of 'GetClientResolutions' [-Wredundant-decls]
In file included from /usr/include/xorg/mi.h:54:0,
from /usr/include/xorg/fb.h:40,
from uxa.h:40,
from uxa-priv.h:39,
from uxa.c:37:
/usr/include/X11/fonts/font.h:147:26: note: previous declaration of 'GetClientResolutions' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:155:51: warning: redundant redeclaration of 'GetDefaultPointSize' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:44:12: note: previous declaration of 'GetDefaultPointSize' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:157:52: warning: redundant redeclaration of 'GetNewFontClientID' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:60:13: note: previous declaration of 'GetNewFontClientID' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:159:51: warning: redundant redeclaration of 'init_fs_handlers' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:46:12: note: previous declaration of 'init_fs_handlers' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:162:51: warning: redundant redeclaration of 'RegisterFPEFunctions' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:28:12: note: previous declaration of 'RegisterFPEFunctions' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:178:52: warning: redundant redeclaration of 'remove_fs_handlers' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:48:13: note: previous declaration of 'remove_fs_handlers' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:182:51: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:61:12: note: previous declaration of 'StoreFontClientFont' was here
uxa.c: In function 'uxa_validate_gc':
uxa.c:282:13: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
uxa.c: In function 'uxa_close_screen':
uxa.c:434:30: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:450:2: warning: passing argument 1 of 'pScreen->CloseScreen' makes pointer from integer without a cast [enabled by default]
uxa.c:450:2: note: expected 'ScreenPtr' but argument is of type 'int'
uxa.c:450:2: error: too many arguments to function 'pScreen->CloseScreen'
uxa.c: In function 'uxa_driver_init':
uxa.c:540:22: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:561:41: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:562:30: warning: assignment from incompatible pointer type [enabled by default]
make[3]: *** [uxa.lo] Error 1
make[3]: Leaving directory `/root/install/murmur33/src/uxa'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/install/murmur33/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install/murmur33'
make: *** [all] Error 2
What is the solution?
tnx , Ilya
After upgrade from fc 16/17 my problem returned , slow working spice client in fc 18 : many "qxl_surface_create: Bad bpp: 1 (1) " in xorg.log .
before this i compile qxl driver with murmur3 hash , but after upgrade i see after autogen.sh :
make
make all-recursive
make[1]: Entering directory `/root/install/murmur33'
Making all in src
make[2]: Entering directory `/root/install/murmur33/src'
Making all in uxa
make[3]: Entering directory `/root/install/murmur33/src/uxa'
CC uxa.lo
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:149:51: warning: redundant redeclaration of 'client_auth_generation' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:52:12: note: previous declaration of 'client_auth_generation' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:151:52: warning: redundant redeclaration of 'DeleteFontClientID' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:59:13: note: previous declaration of 'DeleteFontClientID' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:153:65: warning: redundant redeclaration of 'GetClientResolutions' [-Wredundant-decls]
In file included from /usr/include/xorg/mi.h:54:0,
from /usr/include/xorg/fb.h:40,
from uxa.h:40,
from uxa-priv.h:39,
from uxa.c:37:
/usr/include/X11/fonts/font.h:147:26: note: previous declaration of 'GetClientResolutions' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:155:51: warning: redundant redeclaration of 'GetDefaultPointSize' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:44:12: note: previous declaration of 'GetDefaultPointSize' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:157:52: warning: redundant redeclaration of 'GetNewFontClientID' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:60:13: note: previous declaration of 'GetNewFontClientID' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:159:51: warning: redundant redeclaration of 'init_fs_handlers' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:46:12: note: previous declaration of 'init_fs_handlers' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:162:51: warning: redundant redeclaration of 'RegisterFPEFunctions' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:28:12: note: previous declaration of 'RegisterFPEFunctions' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:178:52: warning: redundant redeclaration of 'remove_fs_handlers' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:48:13: note: previous declaration of 'remove_fs_handlers' was here
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from uxa.c:39:
/usr/include/xorg/dixfont.h:182:51: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from uxa.c:38:
/usr/include/X11/fonts/fontproto.h:61:12: note: previous declaration of 'StoreFontClientFont' was here
uxa.c: In function 'uxa_validate_gc':
uxa.c:282:13: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
uxa.c: In function 'uxa_close_screen':
uxa.c:434:30: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:450:2: warning: passing argument 1 of 'pScreen->CloseScreen' makes pointer from integer without a cast [enabled by default]
uxa.c:450:2: note: expected 'ScreenPtr' but argument is of type 'int'
uxa.c:450:2: error: too many arguments to function 'pScreen->CloseScreen'
uxa.c: In function 'uxa_driver_init':
uxa.c:540:22: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:561:41: warning: assignment from incompatible pointer type [enabled by default]
uxa.c:562:30: warning: assignment from incompatible pointer type [enabled by default]
make[3]: *** [uxa.lo] Error 1
make[3]: Leaving directory `/root/install/murmur33/src/uxa'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/install/murmur33/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install/murmur33'
make: *** [all] Error 2
What is the solution?
tnx , Ilya
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel