search for: check_xgl

Displaying 1 result from an estimated 1 matches for "check_xgl".

Did you mean: check_x87
2007 Oct 29
1
compiz autostart with AIGLX
...n compiz-manager. Is there a way I can "step" through the script on openSuSE 10.3 while it is running to find out where the script dies? Or do I basically have to insert error returns throughout the script to capture that info? ---- # if we run under Xgl, we can skip some tests here if ! check_xgl; then # if vesa or vga are in use, do not even try glxinfo (LP#119341) if ! running_under_whitelisted_driver || have_blacklisted_pciid; then abort_with_fallback_wm fi # check if we have the required bits to run compiz and if not, # fallback if ! check_tfp || ! check_npot_texture || ! check_...