Comment 44 for bug 383345

Revision history for this message
jayprakash (jay-jay-cz) wrote :

I forgot to mention a very important thing.

When there is a black screen with mouse on resolution 2048x768 (on compiz)
there is a *first pixel coulumn* which is the real living first pixel.
I do see moving of windows in that first pixel.

For me it looks like a typo in texture transformation (or clipping) which does :
if (w == 2048) w = 1;
(in php syntax :) )