Software/Glucose

Glucose

In the spirit of being short and sweet, that fits very well with the concepts of Glucose:

Known issues

Source

Source is only available from Git and for Intel cards. You need to follow the instructions to build a modular Xorg, but using instead:

Then add the following line to the Device section of you xorg.conf:

  Option  "AccelMethod"  "glucose"

Troubleshooting

If things are slow check on the resulting /var/log/Xorg.0.log for the following (or similar) lines:

 ...
 AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
 ...
 intel(0): Using GLUCOSE for acceleration
 ...

If either is missing then you're either using glucose with GL software rendering, or no glucose at all.

Links