'wl_display_sync_func_t' has not been declared --about qt on wayland install issues

2011-03-01 Thread 李海梅
Hi, Everybody, I need your help. When I install qt on wayland, I meet some problems. The steps which I'm taking are as following: 1. git clone git://gitorious.org/+qt-developers/qt/lighthouse.git 2. ./configure -confirm-license -opensource -no-qt3support -no-xmlpatterns -no-multimedia -no-webkit

Re: subpixel rendering in wayland?

2011-03-01 Thread jonsm...@gmail.com
On Tue, Mar 1, 2011 at 1:37 PM, Bill Spitzak wrote: > A Wayland compositor *could* resample the source images knowing about the > positions of the rgb subpixels on the output device. For instance the > filtering could shift the source transform 1/3 pixel right for the red and > 1/3 pixel to the le

Re: subpixel rendering in wayland?

2011-03-01 Thread Bill Spitzak
A Wayland compositor *could* resample the source images knowing about the positions of the rgb subpixels on the output device. For instance the filtering could shift the source transform 1/3 pixel right for the red and 1/3 pixel to the left for the blue, to compensate for where the centers of t

[PATCH] Qt port is now on lighthouse

2011-03-01 Thread EdB
Update Qt port url to lighthouse git on gitorious Signed-off-by: EdB --- index.html | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index c1f1cf3..87ca79a 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ -http://www.w3.org/T

Re: subpixel rendering in wayland?

2011-03-01 Thread jonsm...@gmail.com
On Tue, Mar 1, 2011 at 7:40 AM, Michal Suchanek wrote: > Hello, > > I was just wondering about subpixel rendering and how is that going do > be done in Wayland. There are discussions about this in the archives. My understanding of the problem requires for Wayland to provide the window transforma

subpixel rendering in wayland?

2011-03-01 Thread Michal Suchanek
Hello, I was just wondering about subpixel rendering and how is that going do be done in Wayland. In X an application is supposed to ask xrandr about current screen layout, determine on what screen(s) the window is placed, and use the subpixel order and screen rotation information to figure out h