no clock, just a white square

Bug #132449 reported by mon
4
Affects Status Importance Assigned to Milestone
cairo-clock (Ubuntu)
Invalid
Undecided
Mirco Müller

Bug Description

Binary package hint: cairo-clock

Hi

in gutsy cairo-clock shows a white square instead of the proper clock. This happens in gutsy x86 with compiz, up to date, on both intel x3000 and 945GM/GMS/940GML chipsets. Worked fine in feisty.

thanks

Revision history for this message
Mirco Müller (macslow) wrote :

This problem you see is not related to cairo-clock, but the xserver and compiz. What you are seeing is client (compiz) and server (well the xserver) disagreeing about the OpenGL texture-target to use for drawing the redirected window (the one of cairo-clock). One of them wants a power-of-two texture-target the other one a non-power-of-two texture-target and in the end the user just sees a white rectangle. This issue in the xserver if fixed upstream. For the related bug-entry in the xserver see...

  https://bugs.freedesktop.org/show_bug.cgi?id=11109

Until xserver 1.4 hits the Ubuntu repositories just make sure you use cairo-clock with non-power-of-two width/height to avoid this "white rectangle"-thing. Do achieve this you can do two things...

1.) Start cairo-clock from the command-line like...

    cairo-clock --width 200 --height 200 (and any other options you like)

Just don't use any power-of-two value for width and height (e.g. 64, 128, 256 etc.).

2.) Or while having started cairo-clock form the applications-menu, right-click on the "white rectangle"-window and select "Properties". Change the width and height via the appearing dialog.

Changed in cairo-clock:
assignee: nobody → macslow
status: New → Invalid
Revision history for this message
Brian Murray (brian-murray) wrote :

Could the default size of the clock be updated so that it was not a power of 2 thereby reducing bug reports about cairo-clock in Gutsy?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.