
Wordle macht Tag-Clouds auch von Delicious
Wordle macht aus einem Text eine Tag-Cloud, deren Aussehen man ziemlich fein abstimmen kann. Als Eingabe taugt ein beliebiger Text, oder eine Website, oder, wie in meinem Fall, ein del.icio.us-Account.

Wordle macht Tag-Clouds auch von Delicious
I have received my new ThinkPad T400 and installed Ubuntu Intrepid on it. Everything works fine straight out of the box, but Compiz refused to run a dual-head setup on the integrated Intel graphics. It reported the following:
Comparing resolution (3120x1050) to maximum 3D texture size (2048): Failed.
I’ve done a little research and found out that the graphics driver supports a maximum supported texture size of 2048×2048, which is false for the i965 chipset, which is natively capable of 8192×8192. The Mesa DRI driver caused the problem and needed a minimal patching, as described here, except that there is no need to patch xserver-xorg-video-intel on Intrepid. Here is a step-by-step guide for Ubuntu Intrepid:
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_c!
index 1601f6d..c06f5da 100644
--- a/src/mesa/drivers/dri/i965/brw_context.c
+++ b/src/mesa/drivers/dri/i965/brw_context.c
@@ -138,10 +138,10 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
/* Advertise the full hardware capabilities. The new memory
* manager should cope much better with overload situations:
*/
- ctx->Const.MaxTextureLevels = 12;
+ ctx->Const.MaxTextureLevels = 13;
ctx->Const.Max3DTextureLevels = 9;
ctx->Const.MaxCubeTextureLevels = 12;
- ctx->Const.MaxTextureRectSize = (1<<11);
+ ctx->Const.MaxTextureRectSize = (1<<12);
You should be done by now. If you have problems, just leave a comment!
Berlin droht am Samstag ein wiederholter Streik der BVG.
Smultron gibt es in der Version 3.5, die endlich nicht mehr hässlich bunt ist, dafür aber nicht mit meinem Tiger funktioniert.
China weist im Vorfeld der Olympischen Spiele ausländische Studenten aus.
IBM migriert zum Mac.
Und sonst noch nen schönen Tag!
Neueste Kommentare