comparison libvo/vo_dga.c @ 1158:fad3e9babbb6

- just modified an error message
author acki2
date Mon, 18 Jun 2001 16:38:06 +0000
parents 4bf4e057c82e
children 3f6d86a97541
comparison
equal deleted inserted replaced
1157:28ee84efcc28 1158:fad3e9babbb6
21 * BGR_32_24_888 21 * BGR_32_24_888
22 * 22 *
23 * - works only on x86 architectures 23 * - works only on x86 architectures
24 * 24 *
25 * $Log$ 25 * $Log$
26 * Revision 1.26 2001/06/18 16:38:06 acki2
27 * - just modified an error message
28 *
26 * Revision 1.25 2001/06/17 22:21:47 acki2 29 * Revision 1.25 2001/06/17 22:21:47 acki2
27 * - if DGA fails to report some valid modes, vo_dga now exits gracefully 30 * - if DGA fails to report some valid modes, vo_dga now exits gracefully
28 * instead of crashing ... (100000x100000 bug ...) 31 * instead of crashing ... (100000x100000 bug ...)
29 * 32 *
30 * Revision 1.24 2001/06/17 20:59:39 acki2 33 * Revision 1.24 2001/06/17 20:59:39 acki2
961 return 1; 964 return 1;
962 } 965 }
963 966
964 if(vo_dga_vp_width == VO_DGA_INVALID_RES){ 967 if(vo_dga_vp_width == VO_DGA_INVALID_RES){
965 vd_printf( VD_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n" 968 vd_printf( VD_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n"
966 "single suitable mode!\n"); 969 " single suitable mode!\n"
970 " Please file a bug report (see DOCS/DGA)\n");
967 #ifndef HAVE_DGA2 971 #ifndef HAVE_DGA2
968 #ifdef HAVE_XF86VM 972 #ifdef HAVE_XF86VM
969 if(vo_dga_vidmodes){ 973 if(vo_dga_vidmodes){
970 XFree(vo_dga_vidmodes); 974 XFree(vo_dga_vidmodes);
971 vo_dga_vidmodes = NULL; 975 vo_dga_vidmodes = NULL;