RE: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.6.0

2009-01-31 Thread Jin, Gordon
2.6.28-rc8 should work with 2.6.0. But the recommended (newer) kernel includes additional fixes. It's hard to ensure if it'll happen to impact your usage. Gordon -Original Message- From: xorg-boun...@lists.freedesktop.org [mailto:xorg-boun...@lists.freedesktop.org] On Behalf Of Cliff

RE: Intel Graphics package and patch requirments

2009-01-31 Thread Jin, Gordon
Vasily Khoruzhick wrote on Monday, January 26, 2009 2:57 AM: On 25 January 2009 20:47:13 Halim Issa wrote: Hello, I am trying to follow Intel Graphics Drivers, among others by watching http://intellinuxgraphics.org/2008Q4.html It would seem that in order to get this to work, one is

Re: Intel Graphics package and patch requirments

2009-01-31 Thread Vasily Khoruzhick
On Saturday 31 January 2009 16:38:09 you wrote: It's not surprising that uxa is not stable in 2.6.0 -- it's not the default setting. (we hope uxa would be stabilized in next release) But did you file bugs for your uxa issues? I only see you've filed bug#19738 for the exa performance issue.

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-31 Thread Michel Dänzer
On Fri, 2009-01-30 at 21:59 +, Nix wrote: On 30 Jan 2009, Michel Dänzer stated: Trying current xf86-video-ati Git might be good, but my main suggestion would be to try xserver Git server-1.6-branch with EXA. OK. Do I need to upgrade Mesa or anything related at the same time? (I'm

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-31 Thread Jim Gettys
On Sat, 2009-01-31 at 15:58 +0100, Michel Dänzer wrote: I think a big part of the motivation for client side fonts was indeed anti-aliasing, so if you don't want AA and core fonts are faster for you, just use core fonts? Actually, the data showed that start up time was terribly affected

Re: Intel Graphics package and patch requirments

2009-01-31 Thread Colin Guthrie
'Twas brillig, and Vasily Khoruzhick at 31/01/09 14:54 did gyre and gimble: On Saturday 31 January 2009 16:38:09 you wrote: It's not surprising that uxa is not stable in 2.6.0 -- it's not the default setting. (we hope uxa would be stabilized in next release) But did you file bugs for your

Question wrt xf86ReadMmio{8,16}

2009-01-31 Thread Matt Turner
Hi, xf86ReadMmio{8,16} both return a 32-bit int. Should the result be zero or sign extended? Thanks, Matt Turner ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH] Initialize event_notify after allocating the memory for it.

2009-01-31 Thread Brian Rogers
An uninitialized or otherwise invalid condition variable can apparently cause a hang in pthread_cond_broadcast. Ekiga, openoffice, and xine at least are freezing as a result of event_notify never being initialized. Signed-off-by: Brian Rogers br...@xyzw.org --- src/xcb_disp.c |3 +++ 1 files

LibX11/xcb fails to initialize something

2009-01-31 Thread Brian Rogers
On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes, this may be the fix you need. Especially if your backtrace looks like the following one: #0

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Maarten Maathuis
On Sat, Jan 31, 2009 at 7:37 PM, Brian Rogers br...@xyzw.org wrote: On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes, this may be the fix you need.

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Brian Rogers
Maarten Maathuis wrote: On Sat, Jan 31, 2009 at 7:37 PM, Brian Rogers br...@xyzw.org wrote: On Ubuntu Jaunty, Ekiga hangs during startup before it can open any windows. I traced the issue back to an uninitialized condition variable in libX11 xcb code. So to anyone with mysterious freezes,

Re: [ANNOUNCE] xorg-server 1.5.99.902

2009-01-31 Thread Dan Nicholson
On Fri, Jan 30, 2009 at 10:05 PM, Jeremy Huddleston jerem...@freedesktop.org wrote: We need to do something about the '--enable-builtin-fonts' issue in 1.6... either change it back to default=no or use Paulo's patch (which works for me with XQuartz, but I can't verify the xfree86 changes) I

Re: very slow performance of glxgears (68 fps)

2009-01-31 Thread drago01
On Sat, Jan 31, 2009 at 3:30 AM, John Tapsell johnf...@gmail.com wrote: 2009/1/31 Bryce Harrington br...@canonical.com: On Fri, Jan 30, 2009 at 01:29:49PM -0800, Eric Anholt wrote: $ glxgears Failed to initialize TTM buffer manager. Falling back to classic. 300 frames in 5.0 seconds =

Re: [ANNOUNCE] xorg-server 1.5.99.902

2009-01-31 Thread Keith Packard
On Sat, 2009-01-31 at 12:18 -0800, Dan Nicholson wrote: I tested Paulo's patch (49b93df8a3002db7196aa3fc1fd8dca1c12a55d6) cherry picked to 1.6, and it works fine on Xorg. FWIW, fedora is using this patch in rawhide to fix the same issue, and I don't think anyone's complained. please feel

Re: [ANNOUNCE] xorg-server 1.5.99.902

2009-01-31 Thread Dan Nicholson
On Sat, Jan 31, 2009 at 12:55 PM, Keith Packard kei...@keithp.com wrote: On Sat, 2009-01-31 at 12:18 -0800, Dan Nicholson wrote: I tested Paulo's patch (49b93df8a3002db7196aa3fc1fd8dca1c12a55d6) cherry picked to 1.6, and it works fine on Xorg. FWIW, fedora is using this patch in rawhide to

Re: [PATCH] Initialize event_notify after allocating the memory for it.

2009-01-31 Thread Barton C Massey
Thanks hugely for this catch, Brian! Looks like one of those hard-to-catch things where most of the time it would come back 0, which on most machines is a proper initialization. Pushed. Bart Massey b...@cs.pdx.edu In message 1233427071-19581-2-git-send-email-br...@xyzw.org you wrote:

Re: LibX11/xcb fails to initialize something

2009-01-31 Thread Barton C Massey
In message 4984a2e2.8060...@xyzw.org you wrote: I'm going to be avoiding 'git format-patch' for a while now... Or at least 'git send-email'. We really prefer Git-formatted patches, so thanks for doing that. But I, like you, like to compose my own email. Bart

Re: very slow performance of glxgears (68 fps)

2009-01-31 Thread Bogdan Burlacu
On Sat, 31 Jan 2009 21:41:20 +0100 drago01 drag...@gmail.com wrote: On Sat, Jan 31, 2009 at 3:30 AM, John Tapsell johnf...@gmail.com wrote: 2009/1/31 Bryce Harrington br...@canonical.com: On Fri, Jan 30, 2009 at 01:29:49PM -0800, Eric Anholt wrote: $ glxgears Failed to initialize TTM

Re: Xorg 1.5.99.3 with evdev/hal/dbus: keyboard not working

2009-01-31 Thread Dan Nicholson
On Sat, Jan 31, 2009 at 3:34 PM, mailingli...@openelec.tv wrote: Zitat von Peter Hutterer peter.hutte...@who-t.net: On Sat, Jan 31, 2009 at 08:38:08PM +0100, mailingli...@openelec.tv wrote: Hi, i am crosscompiling xorg-server 1.5.99.3 with uclibc. xorg (without xorg.conf, with evdev

RE: Intel Graphics package and patch requirments

2009-01-31 Thread Jin, Gordon
Vasily Khoruzhick wrote on Saturday, January 31, 2009 10:55 PM: On Saturday 31 January 2009 16:38:09 you wrote: It's not surprising that uxa is not stable in 2.6.0 -- it's not the default setting. (we hope uxa would be stabilized in next release) But did you file bugs for your uxa issues?