Re: [compiz] fonts unreadable on resize

2007-12-29 Thread Dennis Kasprzyk
Am Freitag, 28. Dezember 2007 23:51:41 schrieb Bill Moseley: I have the Resize info feature enabled on my desktop and on my laptop both running Gutsy. on the desktop the fonts are impossible to read: http://hank.org/resize.png but are very clear on the laptop. And tips to fix? Do

Re: [compiz] fonts unreadable on resize

2007-12-29 Thread Bill Moseley
On Sat, Dec 29, 2007 at 03:06:20PM +0100, Dennis Kasprzyk wrote: Am Freitag, 28. Dezember 2007 23:51:41 schrieb Bill Moseley: I have the Resize info feature enabled on my desktop and on my laptop both running Gutsy. on the desktop the fonts are impossible to read:

[compiz] fonts unreadable on resize

2007-12-28 Thread Bill Moseley
I have the Resize info feature enabled on my desktop and on my laptop both running Gutsy. on the desktop the fonts are impossible to read: http://hank.org/resize.png but are very clear on the laptop. And tips to fix? -- Bill Moseley [EMAIL PROTECTED]

Re: [compiz] fonts unreadable on resize

2007-12-28 Thread Vasek Potocek
Hello, be sure you had a look really at the first moment the resizeinfo plugin is used after it was *loaded* (you can unload and re-load it if you want to try). In subsequent resize operations, the same rectangle is re-used, so its content is bad from the beginning. Notice the double x in your

Re: [compiz] fonts unreadable on resize

2007-12-28 Thread Vasek Potocek
About your last question, looks like this bunch of lines do it: http://cgit.compiz-fusion.org/fusion/plugins-main/tree/src/resizeinfo/resizeinfo.c#n184 NB: this means - the font choice is done in the plugin and - if you want to change the font, you'll have to recompile the plugin from its

Re: [compiz] fonts unreadable on resize

2007-12-28 Thread Travis Watkins
On Dec 28, 2007 4:51 PM, Bill Moseley [EMAIL PROTECTED] wrote: I have the Resize info feature enabled on my desktop and on my laptop both running Gutsy. on the desktop the fonts are impossible to read: http://hank.org/resize.png but are very clear on the laptop. And tips to fix?

Re: [compiz] fonts unreadable on resize

2007-12-28 Thread Vasek Potocek
Sorry, maybe I don't understand you... I'm experiencing exactly the same on a Fedora-equipped laptop with horizontal RGB subpixel order. And if I'm right with my guess, I can see the issue with a ~100 line program which does not use cairo at all. V. Travis Watkins napsal: On Dec 28, 2007

Re: [compiz] fonts unreadable on resize

2007-12-28 Thread Bill Moseley
On Sat, Dec 29, 2007 at 01:10:44AM +0100, Vasek Potocek wrote: Hello, be sure you had a look really at the first moment the resizeinfo plugin is used after it was *loaded* (you can unload and re-load it if you want to try). In subsequent resize operations, the same rectangle is re-used, so