[ANNOUNCE] pixman release 0.15.14 now available

2009-06-24 Thread Soeren Sandmann
A new pixman release 0.15.14 is now available. This is a development release leading up to a stable 0.16.0 release. News: - Support for PDF blend modes [Benjamin Otte, Carlos Garcia Campos]. - NEON updates [Jonathan Morton]. - Fix for an out-of-bounds memory read [Søren Sandmann

Re: xf86-video-intel: man/intel.man src/i830_driver.c src/i830.h

2009-06-24 Thread Michel Dänzer
On Tue, 2009-06-23 at 15:06 -0700, Jesse Barnes wrote: @@ -2663,10 +2665,23 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) pI830-fb_compression = FALSE; } + /* SwapBuffers delays to avoid tearing */ + pI830-swapbuffers_wait = TRUE; + + /*

Re: xf86-video-intel: man/intel.man src/i830_driver.c src/i830.h

2009-06-24 Thread Michel Dänzer
On Wed, 2009-06-24 at 10:33 +0200, Michel Dänzer wrote: On Tue, 2009-06-23 at 15:06 -0700, Jesse Barnes wrote: @@ -2663,10 +2665,23 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) pI830-fb_compression = FALSE; } + /* SwapBuffers delays to

Re: xserver: Branch 'server-1.6-branch' - 10 commits

2009-06-24 Thread Brice Goglin
Hello Ian, This backport breaks the ABI (somewhere between 4cb4c210 and 6be19e8f, I couldn't finish the bisect). The server reproducibly freezes a couple seconds after Gnome startup with Intel 2.7.99.901, KMS and 2.6.30 on i945. Rebuildind the Intel driver against updated Xserver and DRI2 proto

X.Org crash when trying to use XWarpPointer

2009-06-24 Thread BlackLight
I wrote a software for face detection using OpenCV libraries and X11 for cursor wrapping. The software I wrote is for disabled people, to allow them moving the cursor using head movements and a webcam. Anyway, the software works greatly on my laptop computer, while it crashes when I run it on the

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
Thomas Hilber x...@toh.cx writes: Scaling interlaced material vertically is supported by at least overlay video on i9xx chips. Hmm. Can't check at the moment (will do later) but I think I had problems with _unscaled_ overlay (i.e. the VGA output set to 720x576x50i, pixel clock 13.5 MHz). It

Re: X.Org crash when trying to use XWarpPointer

2009-06-24 Thread Alan Coopersmith
BlackLight wrote: I get a problem on the university computer when I try to move the cursor position using XWarpPointer. I should use it to move the cursor when the object identified as a face moves. This is the method I use: int setPointerPos (int x, int y) { Display *disp;

Re: X.Org crash when trying to use XWarpPointer

2009-06-24 Thread Joel Feiner
On 06/24/2009 08:55 AM, BlackLight wrote: I wrote a software for face detection using OpenCV libraries and X11 for cursor wrapping. The software I wrote is for disabled people, to allow them moving the cursor using head movements and a webcam. Anyway, the software works greatly on my laptop

Re: RFC: Xv field order

2009-06-24 Thread Thomas Hilber
On Wed, Jun 24, 2009 at 03:23:44PM +0200, Krzysztof Halasa wrote: I wonder what is the difference between the on-air frame rate and your card's (fixed) one? 100 ppm would need one second of additional (initial) buffering for ca. 3 hours of playback. I think the players initially buffer more

Re: xf86-video-intel: man/intel.man src/i830_driver.c src/i830.h

2009-06-24 Thread Jesse Barnes
On Wed, 24 Jun 2009 10:37:34 +0200 Michel Dänzer mic...@daenzer.net wrote: On Wed, 2009-06-24 at 10:33 +0200, Michel Dänzer wrote: On Tue, 2009-06-23 at 15:06 -0700, Jesse Barnes wrote: @@ -2663,10 +2665,23 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
Thomas Hilber x...@toh.cx writes: I wonder what is the difference between the on-air frame rate and your card's (fixed) one? 100 ppm would need one second of additional ^^^ (initial) buffering for ca. 3

Re: xserver: Branch 'server-1.6-branch' - 10 commits

2009-06-24 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brice Goglin wrote: This backport breaks the ABI (somewhere between 4cb4c210 and 6be19e8f, I couldn't finish the bisect). The server reproducibly freezes a couple seconds after Gnome startup with Intel 2.7.99.901, KMS and 2.6.30 on i945.

Re: RFC: Xv field order

2009-06-24 Thread Thomas Hilber
On Wed, Jun 24, 2009 at 07:33:47PM +0200, Krzysztof Halasa wrote: I already wrote about the difference and not about a card only, right? The broadcast is the most accurate and stable (at least here), almost always at 50 Hz +- maybe 10 ppm, maybe less than that. finally it does not matter how

RHDDRIVersionCheck: drmOpen(radeon, pci:0000:01:00.0) failed.

2009-06-24 Thread Justin Mattock
How do I fix this issue: drmOpenDevice: node name is /dev/dri/card12 drmOpenDevice: node name is /dev/dri/card13 drmOpenDevice: node name is /dev/dri/card14 (EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen(radeon, pci::01:00.0) failed. (WW) RADEONHD(0): RHDDRIPreInit: Version check failed.

X server segfaults, locks the console with kernel mode-setting on Intel 945GME

2009-06-24 Thread Marek Szuba
Hello, I have been trying to enable kernel mode-setting on my EeePC 901 (Intel 945GME), with the X server version 1.5.3 and a very recent Intel video driver. Unfortunately, there have been problems: - if launched by xdm (wdm, to be precise), the login screen looks normal but the session freezes

TV-in support

2009-06-24 Thread Marek Szuba
Hello, Is there any documentation available for TV-in support in X.org, in particular a listing of supported video cards? All I have been able to find on-line is the Web site of the GATOS project, which seems greatly outdated (and ATI-specific, which however is not a problem for me as I do have a

Re: xserver: Branch 'server-1.6-branch' - 10 commits

2009-06-24 Thread Brice Goglin
Ian Romanick wrote: Brice Goglin wrote: This backport breaks the ABI (somewhere between 4cb4c210 and 6be19e8f, I couldn't finish the bisect). The server reproducibly freezes a couple seconds after Gnome startup with Intel 2.7.99.901, KMS and 2.6.30 on i945. Rebuildind the Intel driver

Re: Applying patch for bug 22383

2009-06-24 Thread Sergio Monteiro Basto
http://bugs.freedesktop.org/show_bug.cgi?id=22383#c28 Fix pushed On Mon, 2009-06-22 at 12:50 -0700, John Ettedgui wrote: Depending on the patch you may need to recompile Xorg, or not. And I do not think you want to recompile Xorg... What is this patch? On Mon, Jun 22, 2009 at 12:46 PM,

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
Thomas Hilber x...@toh.cx writes: finally it does not matter how stable the broadcast itself is. Rather how this stability is realized by the decoder. No. What is important is maximum shift in time between the broadcast and playback. It has to stay within buffering capability. It's that