ISSUE :cairo-with-xlib-xrender option ,rendering is not proper.

2010-01-30 Thread S MUTHU KUMAR
Title: Samsung Enterprise Portal mySingle Hi, We are trying to port gtk-x11 on to an ARM platform and check the rendering performance of gtk on tinyx. For that i compiled cairo-x11 with xlib-xrender enabled. But when i run any application that uses cairo the fonts are not rendered properly and

Re: X11 fullscreen

2010-01-30 Thread Daniel Stone
On Sat, Jan 30, 2010 at 12:13:23AM +1100, Russell Shaw wrote: This means abstracting everything with pointer indirections leading to slow Any performance problems you may have are not caused by excessive pointer dereferences. feature-bare toolkits. Which features are you missing from current

Re: X11 fullscreen

2010-01-30 Thread Daniel Stone
On Sat, Jan 30, 2010 at 12:10:11PM +1100, Russell Shaw wrote: None of this really matters because i don't care if i'm the only one that uses this stuff. I'd prefer to be ignored as a troll because I have a better job than programming all day and just hack on it as a hobby for my own use. Would

Re: Re-mapping the middlemouse paste functionality

2010-01-30 Thread Daniel Stone
On Fri, Jan 29, 2010 at 06:19:48PM +, Ross Burton wrote: On Fri, 2010-01-29 at 10:58 -0500, Adrian Sud wrote: Any googling and browsing of FAQs finds ways to disable the 2nd mouse button entirely, or map the 2nd mouse button to another button (causing all other functions tied to the 2nd

Slow 2D with radeon KMS

2010-01-30 Thread Damien Mir
Hi, I just tried KMS with radeon driver, and 2D seems notably slow. Widgets takes time to draw, scrolling in Dolphin or Firefox lags, as if some 2D acceleration was not working alright. Used latest 2.6.33rc5 kernel + drm modules from :

bad results with ATI x1600 and Samsung 27 P2770HD

2010-01-30 Thread Aljoša Mohorović
i have an ati x1600 and samsung p2770hd and i do have output but results are bad. scrolling lines, maybe refresh rate is low and colors look different like red is missing. i've tried several xorg.conf combinations and xrandr and similar tools but nothing changed. can anybody suggest how to make

Re: X11 fullscreen

2010-01-30 Thread Russell Shaw
Daniel Stone wrote: On Sat, Jan 30, 2010 at 12:13:23AM +1100, Russell Shaw wrote: This means abstracting everything with pointer indirections leading to slow Any performance problems you may have are not caused by excessive pointer dereferences. Not directly. In the context of widget kits,

Re: Slow 2D with radeon KMS

2010-01-30 Thread Clemens Eisserer
I just tried KMS with radeon driver, and 2D seems notably slow. Widgets takes time to draw, scrolling in Dolphin or Firefox lags, as if some 2D acceleration was not working alright. I experience the same, running Ubuntu-10.4-alpha2 on my HD3850. Logs look quite normal as far as I can tell. I

Re: Slow 2D with radeon KMS

2010-01-30 Thread Nikos Chantziaras
On 01/30/2010 04:35 PM, Damien Mir wrote: Hi, I just tried KMS with radeon driver, and 2D seems notably slow. Widgets takes time to draw, scrolling in Dolphin or Firefox lags, as if some 2D acceleration was not working alright. Used latest 2.6.33rc5 kernel + drm modules from :

Re: Slow 2D with radeon KMS

2010-01-30 Thread Dave Airlie
On Sun, Jan 31, 2010 at 12:35 AM, Damien Mir mailings.x...@mirabel-sil.com wrote: Hi, I just tried KMS with radeon driver, and 2D seems notably slow. Widgets takes time to draw, scrolling in Dolphin or Firefox lags, as if some 2D acceleration was not working alright. Used latest 2.6.33rc5

Building X from scratch, jhbuild method - wiki page

2010-01-30 Thread David Gerard
Having too much time on my hands, I'm trying building X from scratch, per: http://xorg.freedesktop.org/wiki/JhBuildInstructions I've added to the instructions for how to do it on Ubuntu 9.10. (jhbuild required about 300MB of faff.) Obviously the world isn't Ubuntu or even Linux, so notes for

modular build, libGL make install fails

2010-01-30 Thread David Gerard
Is this a bug, or just me? This is doing the modular build with jhbuild: /home/fun/.local/bin/install-check -d /usr/local/include/GL install: cannot change permissions of `/usr/local/include/GL': No such file or directory make[3]: *** [install-headers] Error 1 make[3]: Leaving directory

Re: modular build, libGL make install fails

2010-01-30 Thread David Gerard
On 31 January 2010 02:44, Jeremy Huddleston jerem...@freedesktop.org wrote: 1) mesa has its own list Mm. I thought it was relevant to here since it's a mandatory part of building Xorg at all. 2) you want to use sudo for make install.  You need root permissions Ah, but I don't, you see.