Re: X12

2008-12-19 Thread Eirik Byrkjeflot Anonsen
Nicolas Mailhot nicolas.mail...@laposte.net writes: Le Jeu 18 décembre 2008 17:08, Eirik Byrkjeflot Anonsen a écrit : Nicolas Mailhot nicolas.mail...@laposte.net writes: Hi, I hope that when XI and XKB are reworked a language property will be added to the protocol. Right now many apps

Re: load module problem with X.Org X Server 1.6.99.1 [solved]

2008-12-19 Thread Florian Lier
Yes, THANK you this solved my problem! And yes again, I am on Ubuntu (8.10). cheers, fl0 Cliff Lawson schrieb: Well that's a large round of virtual beers to Jerome!! The mawk/gawk thing WAS indeed the solution to getting me a working Xorg! :-) (sadly glxgears now looks worse than ever but

Re: X12

2008-12-19 Thread Nicolas Mailhot
Le Ven 19 décembre 2008 10:35, Eirik Byrkjeflot Anonsen a écrit : Ah, I see. The problem is when there is something outside the application that wants to change the current locale of the application. Not at all. A German user most definitely does not want the German menus to change to

X Windows Porting and Questions

2008-12-19 Thread kyle . unice
We are putting X Windows on an embedded platform with a touch screen. The embedded platform has a 300Mhz CPU so we are working on ways to improve performance. We have written a framebuffer driver for the LCD. We understand that X Windows maps the video memory into userspace and then modifies the

xrandr: needs changes for dualhead + panning

2008-12-19 Thread Maarten Maathuis
The placement logic is output driven, and doesn't take panning into account. So you end up with strange overlap. If dual head + panning was a goal you might consider fixing this. It doesn't seem trivial to do from a quick look. On the plus side it's just a xrandr change. Maarten.

Re: xrandr: needs changes for dualhead + panning

2008-12-19 Thread Maarten Maathuis
On 12/19/2008 08:42 PM, Carl Karsten wrote: Maarten Maathuis wrote: The placement logic is output driven, and doesn't take panning into account. So you end up with strange overlap. If dual head + panning was a goal you might consider fixing this. It doesn't seem trivial to do from a quick

Re: Trying to use Radeon driver on Apple eMac

2008-12-19 Thread Kerry Hall
Hey Alex! I basically tried everything that Joseph tried. The screen flickers twice, then is black. The only thing that has made any difference in visual output has been trying various connector table options, but I am not sure which ones to use. When using a connector table option, a few white

[PATCH 0/6] handle detailed timing operation

2008-12-19 Thread Ma Ling
Hi All Based on Xserver latest version I updated the patch, which handle all detailed timing operation, including EDID and EDID ext. Currently it only implemented CEA extension,but the unified interface can accommodate other extension detailed timing operations such as VTB, DI, LS ... .

[PATCH 2/6] implement unified interface and detailed timing operation in interpret_edid.c

2008-12-19 Thread Ma Ling
implement unified interface and detailed timing operation --- hw/xfree86/ddc/interpret_edid.c | 312 ++- 1 files changed, 208 insertions(+), 104 deletions(-) diff --git a/hw/xfree86/ddc/interpret_edid.c b/hw/xfree86/ddc/interpret_edid.c index

[PATCH 1/6] Includes some new structures and defined MACRO in edid.h

2008-12-19 Thread Ma Ling
defined corresponding structure and MACRO for detailed timing operation --- hw/xfree86/ddc/edid.h | 73 + 1 files changed, 73 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/ddc/edid.h b/hw/xfree86/ddc/edid.h index 31bc7c1..8751107 100644

[PATCH 4/6] handle detailed timing operation in xf86Crtc.c

2008-12-19 Thread Ma Ling
handle detailed timing operation,e.g. set up Monitor from detailed timing block from EDID and cea ext --- hw/xfree86/modes/xf86Crtc.c | 125 --- 1 files changed, 82 insertions(+), 43 deletions(-) diff --git a/hw/xfree86/modes/xf86Crtc.c

Bad 2D performance with intel driver on Mobile GM965/GL960

2008-12-19 Thread David Markey
Hi, I upgraded from opensuse 11.0(7.3) to 11.1(7.4) My 2d performance was great in 11.0 but in 11.1 there is a significant slowdown for 2d operations(scrolling, windows drawing etc) Its not a kernel problem because i backported to 7.3 on the same kernel and the performance went back to normal.