All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xf86-video-intel 2.13.0
@ 2010-09-30 15:50 Carl Worth
  2010-09-30 18:22 ` Robby Workman
  0 siblings, 1 reply; 12+ messages in thread
From: Carl Worth @ 2010-09-30 15:50 UTC (permalink / raw)
  To: xorg-announce; +Cc: intel-gfx, xorg


[-- Attachment #1.1: Type: text/plain, Size: 8213 bytes --]

We are pleased to announce this major release of the xf86-video-intel
driver, on schedule at 3 months since 2.12.0. With the many bug fixes
in this release, we encourage everyone using 2.12 to upgrade to 2.13.

[This release is functionally identical to the earlier 2.12.902
release candidate.]

-Carl

Where to obtain xf86-video-intel 2.13.0
---------------------------------------
git tag: 2.13.0

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.13.0.tar.bz2
MD5:  de2f8a5836d90c71f3175dcd46d03ec0  xf86-video-intel-2.13.0.tar.bz2
SHA1: 1b2aebd444bcfc371a55af8910eb4d5928eab5c9  xf86-video-intel-2.13.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.13.0.tar.gz
MD5:  df7e3644a34e97ead09f083ab48d4457  xf86-video-intel-2.13.0.tar.gz
SHA1: 280599540b3fecdac45a1c37ec5116e922ce698e  xf86-video-intel-2.13.0.tar.gz

New requirements compared to 2.12
---------------------------------
 * Librdrm >= 2.4.22

Notable bug fixes
-----------------
 * Attempt to fix infinite MI_WAIT_FOR_EVENT while watching video
   https://bugs.freedesktop.org/show_bug.cgi?id=28964

   [Various new checks have been added to the video code here, but the
   bug fix hasn't yet been verified by the original reporter.]

 * Fix buffer-object leak
   https://bugs.freedesktop.org/show_bug.cgi?id=26946

 * Fix memory leak on server reset

 * Fix crash due to unchecked pixmap allocation
   https://bugs.freedesktop.org/show_bug.cgi?id=29187

 * Fix for video artifacts when using dualscreen
   https://bugs.freedesktop.org/show_bug.cgi?id=29213

 * Fix for incorrect characters in gnome-terminal when using compiz
   https://bugs.freedesktop.org/show_bug.cgi?id=28438

 * Fix for hanging, full-screen applications, (flash, compiz, etc.)
   https://bugs.freedesktop.org/show_bug.cgi?id=29584

 * Fix selection of backlight device on multi-GPU systems
   https://bugs.freedesktop.org/show_bug.cgi?id=29273

 * Fix to avoid crash with extremely large glyphs
   https://bugs.freedesktop.org/show_bug.cgi?id=29430

 * Fix for eDP panels incorrectly being given only a single, valid mode
   https://bugs.freedesktop.org/show_bug.cgi?id=30069

 * Fix GPU hang involving clipped SRC copies
   https://bugs.freedesktop.org/show_bug.cgi?id=30120

 * Fix to compile for 1.6 series X server.

 * Fix to retry framebuffer allocation after an initial failure.

 * Fix to disable dri2 after fallbacks are forced on.

All changes from 2.12.0 to 2.13.0
---------------------------------
Carl Worth (7):
      NEWS: Add notes for the 2.12.901 snapshot
      Bump version to 2.12.901
      Fix to depend on the (just-released) libdrm >= 2.4.22
      Add release notes for the 2.12.902 snapshot.
      Increment version to 2.12.902
      Add release notes for the 2.13.0 release.
      Increment version to 2.13.0

Chris Wilson (57):
      Remove unused configure option: --enable-video-debug
      i810: Move into a legacy directory.
      Rename common infrastructure to the intel namespace.
      configure: Remove unused checks for xext
      configure: Remove check for unused function, mprotect
      Remove unused inclusion of <sys/mman.h>
      Repair the damage to 'make distcheck' after splitting out i810
      dri: Handle errors during GetBuffers() gracefully.
      drmmode: Use a copy of the converted mode on resize
      drmmode: Add missing newlines at the end of log messages.
      Reduce front buffer stride prior to rejection
      video: apply the crtc box checks from dri.
      video: forgotten amendment to previous commit.
      Add support for I854.
      drmmode: Destroy Crtc on screen shutdown
      drmmode: Destroy the output on shutdown
      video: Copy DummyEncoding into each adapter.
      video: Apply overlay stride errata for i830 and i845
      modes: There may be more than one crtc and output... DESTROY THEM ALL!
      Remove the duplicate drmmode prototypes.
      Teardown the bufmgr on shutdown as well.
      Workaround a broken container_of define in list.h
      video: Reuse the old buffers.
      video: Free the buffers immediately after turning off.
      uxa: Check for failed pixmap allocation
      video/i915: ValidateGC after setting clip.
      drmmode: Only treat a backlight as connected if it has a non-zero max
      Rename drmmode_display to intel_display
      intel_display: Miscellaneous tidy
      Remove the final references to the drmmode prefix
      display: Check for buffer overrun in output name lookup.
      display: Tidy backlight initialisation
      display: Handle cursor error paths.
      display: Embed the lvds size into the connector
      display: Cache whether we have probed for an EDID
      Revert "display: Cache whether we have probed for an EDID"
      display: Refactor EDID attachment to output.
      display: Minor cleanup for adding extra LVDS modes
      display: outputs are enabled automatically by KMS
      Move registration of vsync fd from pre-init to screen-init
      Open-code DRICreatePCIBusID()
      Remove accel_pitch_alignment
      display: Use the native intel backlight controller
      Leave adjustment of backlight to the driver.
      uxa: Fallback if faced with large A1 glyphs.
      Revert "Leave adjustment of backlight to the driver."
      Force use of GTT and fence registers for mapping tiled objects
      display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDs
      display: Query current level after finding max value.
      Enable a shadow buffer and disable GPU acceleration.
      display: Free the EDID blob after we copy it to the output, not before.
      shadow: Simply modify the Screen pixmap header
      uxa: Apply source clipping to blits
      Add alternate pci-id for B43
      display: Refactor is_panel()
      Disable dri2 after forcing fallbacks
      Retry framebuffer allocation if first attempt fails.

Daniel Vetter (2):
      video: kernel overlay needs triple buffering
      video: kill do { ... } while (ret != -EINTR) loops

Dave Airlie (4):
      uxa: don't compare planemask with FB_ALLONES.
      uxa: oops typo in previous commit
      intel: respect tiling disable.
      intel: add output names for later additions to kernel

Evan McClain (1):
      Add mbp_backlight support.

Fernando Carrijo (1):
      Purge macro NEED_EVENTS

Gaetan Nadon (11):
      config: upgrade to util-macros 1.8 for additional man page support
      config: update AC_PREREQ statement to 2.60
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_HEADER_STDC
      config: remove unrequired AC_SUBST([DRI_CFLAGS])
      config: complete AC_INIT m4 quoting
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: add comments for main statements
      simplify Makefile as per-target compilation flags are not needed

Jesse Barnes (6):
      add cscope files to gitignore
      configure.ac: add xi and gl requirements
      Revert "configure.ac: add xi and gl requirements"
      KMS: add fake EDID on eDP too
      KMS: rename LVDS fields to reflect actual usage
      KMS: initialize backlight support for eDP panels too

Keith Packard (1):
      Destroy screen pixmap on screen close.

Kristian Høgsberg (4):
      Drop use of GL types in the driver
      legacy: Remove long gone use of GlxSetVisualConfigs()
      Submit batch buffers from flush callback chain
      Remove explicit batchbuffer submit in DRI2 copyregion

Krzysztof Halasa (1):
      Allow interlaced modes.

Matt Turner (2):
      Use ALIGN macro instead of open coding it.
      Replace ROUND_* macros with ALIGN.

Matthias Hopf (1):
      Make driver compile for 1.6 Xserver series again.

Zhenyu Wang (3):
      Add sandybridge D0 support
      Add more sandybridge graphics device ids
      Disable swap buffer wait on Sandybridge

-- 
carl.d.worth@intel.com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 15:50 [ANNOUNCE] xf86-video-intel 2.13.0 Carl Worth
@ 2010-09-30 18:22 ` Robby Workman
  2010-09-30 18:39   ` Chris Wilson
                     ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Robby Workman @ 2010-09-30 18:22 UTC (permalink / raw)
  To: Carl Worth; +Cc: intel-gfx, xorg-announce, xorg


[-- Attachment #1.1: Type: text/plain, Size: 1195 bytes --]

On Thu, 30 Sep 2010 08:50:54 -0700
Carl Worth <cworth@cworth.org> wrote:

> We are pleased to announce this major release of the xf86-video-intel
> driver, on schedule at 3 months since 2.12.0. With the many bug fixes
> in this release, we encourage everyone using 2.12 to upgrade to 2.13.


Hi Carl,

I hate to dredge up what might be an old discussion by now, but
kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
unless I disable compositing entirely.  This is with latest
stable releases of everything in ftp.x.org/pub/individual/*/, 
to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
  Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller

I'm not interested in who's to blame and who isn't, but I *am*
interested in what's wrong and how to fix it.  Here's a link
to the blog post from one of the kde guys - it has a bit of
discussion about what's wrong (from their POV).  As a distro
packager guy, I couldn't care less about who's wrong and who's
right - I just want to be able to ship a set of packages that
play nicely together.  Any thoughts from you?  :-)

-RW

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 250 bytes --]

_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:22 ` Robby Workman
@ 2010-09-30 18:39   ` Chris Wilson
  2010-09-30 19:42     ` Robby Workman
  2010-09-30 23:54     ` Christopher James Halse Rogers
  2010-09-30 18:49   ` Julien Cristau
  2010-09-30 18:52   ` Arkadiusz Miskiewicz
  2 siblings, 2 replies; 12+ messages in thread
From: Chris Wilson @ 2010-09-30 18:39 UTC (permalink / raw)
  To: Robby Workman; +Cc: intel-gfx, xorg

On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman <rw@rlworkman.net> wrote:
> I hate to dredge up what might be an old discussion by now, but
> kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> unless I disable compositing entirely.  This is with latest
> stable releases of everything in ftp.x.org/pub/individual/*/, 
> to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
>   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller

Where's the crash? If you could file a bug on fd.o then it will get fixed.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:22 ` Robby Workman
  2010-09-30 18:39   ` Chris Wilson
@ 2010-09-30 18:49   ` Julien Cristau
  2010-09-30 19:18     ` Kai-Uwe Behrmann
  2010-09-30 19:36     ` Robby Workman
  2010-09-30 18:52   ` Arkadiusz Miskiewicz
  2 siblings, 2 replies; 12+ messages in thread
From: Julien Cristau @ 2010-09-30 18:49 UTC (permalink / raw)
  To: Robby Workman; +Cc: intel-gfx, xorg

On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:

> I'm not interested in who's to blame and who isn't, but I *am*
> interested in what's wrong and how to fix it.  Here's a link
> to the blog post from one of the kde guys - it has a bit of

I didn't see a link in your message?

> discussion about what's wrong (from their POV).  As a distro
> packager guy, I couldn't care less about who's wrong and who's
> right - I just want to be able to ship a set of packages that
> play nicely together.  Any thoughts from you?  :-)
> 
I'd suggest to ship gnome.

Cheers,
Julien
_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:22 ` Robby Workman
  2010-09-30 18:39   ` Chris Wilson
  2010-09-30 18:49   ` Julien Cristau
@ 2010-09-30 18:52   ` Arkadiusz Miskiewicz
  2 siblings, 0 replies; 12+ messages in thread
From: Arkadiusz Miskiewicz @ 2010-09-30 18:52 UTC (permalink / raw)
  To: xorg; +Cc: Robby Workman, intel-gfx

On Thursday 30 of September 2010, Robby Workman wrote:
> On Thu, 30 Sep 2010 08:50:54 -0700
> 
> Carl Worth <cworth@cworth.org> wrote:
> > We are pleased to announce this major release of the xf86-video-intel
> > driver, on schedule at 3 months since 2.12.0. With the many bug fixes
> > in this release, we encourage everyone using 2.12 to upgrade to 2.13.
> 
> Hi Carl,
> 
> I hate to dredge up what might be an old discussion by now, but
> kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> unless I disable compositing entirely.  This is with latest
> stable releases of everything in ftp.x.org/pub/individual/*/,
> to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> xf86-video-intel-2.13.0 on a Lenovo T400 with this:
>   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller

Maybe it's:
  https://bugs.freedesktop.org/show_bug.cgi?id=29091

-- 
Arkadiusz Miśkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:49   ` Julien Cristau
@ 2010-09-30 19:18     ` Kai-Uwe Behrmann
  2010-09-30 19:30       ` Alex Deucher
  2010-09-30 19:36     ` Robby Workman
  1 sibling, 1 reply; 12+ messages in thread
From: Kai-Uwe Behrmann @ 2010-09-30 19:18 UTC (permalink / raw)
  To: Julien Cristau; +Cc: Robby Workman, intel-gfx, xorg

Am 30.09.10, 20:49 +0200 schrieb Julien Cristau:
> On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:
>> discussion about what's wrong (from their POV).  As a distro
>> packager guy, I couldn't care less about who's wrong and who's
>> right - I just want to be able to ship a set of packages that
>> play nicely together.  Any thoughts from you?  :-)
>>
> I'd suggest to ship gnome.

Does gnome even consider to add compositing to their default window 
manager (metacity)? I thought they completely rely on compiz to have 
compositing effects.

kind regards
Kai-Uwe Behrmann
-- 
developing for colour management 
www.behrmann.name + www.oyranos.org

_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 19:18     ` Kai-Uwe Behrmann
@ 2010-09-30 19:30       ` Alex Deucher
  2010-10-01 10:54         ` Kai-Uwe Behrmann
  0 siblings, 1 reply; 12+ messages in thread
From: Alex Deucher @ 2010-09-30 19:30 UTC (permalink / raw)
  To: Kai-Uwe Behrmann; +Cc: Robby Workman, intel-gfx, xorg, Julien Cristau

On Thu, Sep 30, 2010 at 3:18 PM, Kai-Uwe Behrmann <ku.b@gmx.de> wrote:
> Am 30.09.10, 20:49 +0200 schrieb Julien Cristau:
>>
>> On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:
>>>
>>> discussion about what's wrong (from their POV).  As a distro
>>> packager guy, I couldn't care less about who's wrong and who's
>>> right - I just want to be able to ship a set of packages that
>>> play nicely together.  Any thoughts from you?  :-)
>>>
>> I'd suggest to ship gnome.
>
> Does gnome even consider to add compositing to their default window manager
> (metacity)? I thought they completely rely on compiz to have compositing
> effects.

Yes, metacity support compositing effects.

Alex

>
> kind regards
> Kai-Uwe Behrmann
> --
> developing for colour management www.behrmann.name + www.oyranos.org
>
> _______________________________________________
> xorg@lists.freedesktop.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: http://lists.freedesktop.org/mailman/listinfo/xorg
> Your subscription address: alexdeucher@gmail.com
>
_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:49   ` Julien Cristau
  2010-09-30 19:18     ` Kai-Uwe Behrmann
@ 2010-09-30 19:36     ` Robby Workman
  1 sibling, 0 replies; 12+ messages in thread
From: Robby Workman @ 2010-09-30 19:36 UTC (permalink / raw)
  To: Julien Cristau; +Cc: intel-gfx, xorg

On Thu, 30 Sep 2010 20:49:56 +0200
Julien Cristau <jcristau@debian.org> wrote:

> On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:
> 
> > I'm not interested in who's to blame and who isn't, but I *am*
> > interested in what's wrong and how to fix it.  Here's a link
> > to the blog post from one of the kde guys - it has a bit of
> 
> I didn't see a link in your message?


Oh, darn, here it is:

http://blog.martin-graesslin.com/blog/2010/09/driver-dilemma-in-kde-workspaces-4-5/


> > discussion about what's wrong (from their POV).  As a distro
> > packager guy, I couldn't care less about who's wrong and who's
> > right - I just want to be able to ship a set of packages that
> > play nicely together.  Any thoughts from you?  :-)
> > 
> I'd suggest to ship gnome.


Well, that's easier said than done.  Even if we do, KDE will
still be there, and this will still be a problem.

-RW
_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:39   ` Chris Wilson
@ 2010-09-30 19:42     ` Robby Workman
  2010-09-30 23:54     ` Christopher James Halse Rogers
  1 sibling, 0 replies; 12+ messages in thread
From: Robby Workman @ 2010-09-30 19:42 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx, xorg

On Thu, 30 Sep 2010 19:39:41 +0100
Chris Wilson <chris@chris-wilson.co.uk> wrote:

> On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman <rw@rlworkman.net>
> wrote:
> > I hate to dredge up what might be an old discussion by now, but
> > kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> > unless I disable compositing entirely.  This is with latest
> > stable releases of everything in ftp.x.org/pub/individual/*/, 
> > to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> > xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
> >   Intel Corporation Mobile 4 Series Chipset Integrated Graphics
> > Controller
> 
> Where's the crash? If you could file a bug on fd.o then it will get
> fixed. -Chris


As soon as I have time :/ to get enough info for that, I will.  
This is all I have at the moment - I'm not in a situation to
get more information:

  Backtrace:
  0: /usr/bin/X (xorg_backtrace+0x28) [0x466738]
  1: /usr/bin/X (0x400000+0x62a49) [0x462a49]
  2: /lib64/libc.so.6 (0x7f7530d25000+0x33620) [0x7f7530d58620]
  3: /usr/lib64/xorg/modules/dri/i965_dri.so (0x7f752e5e6000+0x28848) [0x7f752e60e848]
  4: /usr/lib64/xorg/modules/extensions/libdri2.so (0x7f752f3a8000+0x2242) [0x7f752f3aa242]
  5: /usr/lib64/xorg/modules/extensions/libdri2.so (DRI2SwapBuffers+0x301) [0x7f752f3ab251]
  6: /usr/lib64/xorg/modules/extensions/libdri2.so (0x7f752f3a8000+0x4279) [0x7f752f3ac279]
  7: /usr/bin/X (0x400000+0x2a139) [0x42a139]
  8: /usr/bin/X (0x400000+0x21f0b) [0x421f0b]
  9: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7f7530d43b6d]
  10: /usr/bin/X (0x400000+0x21aa9) [0x421aa9]
  Segmentation fault at address 0x18159
  
  Fatal server error:
  Caught signal 11 (Segmentation fault). Server aborting


This only happens with KDE here, but the only other compositing
window manager I've tested is xfwm (Xfce).

-RW
_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 18:39   ` Chris Wilson
  2010-09-30 19:42     ` Robby Workman
@ 2010-09-30 23:54     ` Christopher James Halse Rogers
  2010-10-01  3:42       ` [Intel-gfx] " Robby Workman
  1 sibling, 1 reply; 12+ messages in thread
From: Christopher James Halse Rogers @ 2010-09-30 23:54 UTC (permalink / raw)
  To: Chris Wilson; +Cc: Robby Workman, intel-gfx, xorg


[-- Attachment #1.1: Type: text/plain, Size: 878 bytes --]

On Thu, 2010-09-30 at 19:39 +0100, Chris Wilson wrote:
> On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman <rw@rlworkman.net> wrote:
> > I hate to dredge up what might be an old discussion by now, but
> > kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> > unless I disable compositing entirely.  This is with latest
> > stable releases of everything in ftp.x.org/pub/individual/*/, 
> > to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> > xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
> >   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller
> 

For Ubuntu we've been tracking mesa 7.9; that's fixed a *lot* of bugs
that KDE hits.  I'd try building mesa from the 7.9 release branch - it's
likely to fix what you're hitting.

It's also the recommended mesa for the Intel Q3 release, for what it's
worth.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 23:54     ` Christopher James Halse Rogers
@ 2010-10-01  3:42       ` Robby Workman
  0 siblings, 0 replies; 12+ messages in thread
From: Robby Workman @ 2010-10-01  3:42 UTC (permalink / raw)
  To: Christopher James Halse Rogers; +Cc: intel-gfx, xorg, Chris Wilson


[-- Attachment #1.1: Type: text/plain, Size: 1156 bytes --]

On Fri, 01 Oct 2010 09:54:48 +1000
Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
wrote:

> On Thu, 2010-09-30 at 19:39 +0100, Chris Wilson wrote:
> > On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman
> > <rw@rlworkman.net> wrote:
> > > I hate to dredge up what might be an old discussion by now, but
> > > kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> > > unless I disable compositing entirely.  This is with latest
> > > stable releases of everything in ftp.x.org/pub/individual/*/, 
> > > to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> > > xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
> > >   Intel Corporation Mobile 4 Series Chipset Integrated Graphics
> > > Controller
> > 
> 
> For Ubuntu we've been tracking mesa 7.9; that's fixed a *lot* of bugs
> that KDE hits.  I'd try building mesa from the 7.9 release branch -
> it's likely to fix what you're hitting.
> 
> It's also the recommended mesa for the Intel Q3 release, for what it's
> worth.


Yep, 7.9rc2 seems great here.  Thanks to you and everyone else
for the push in that direction.  :-)

-RW

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 250 bytes --]

_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ANNOUNCE] xf86-video-intel 2.13.0
  2010-09-30 19:30       ` Alex Deucher
@ 2010-10-01 10:54         ` Kai-Uwe Behrmann
  0 siblings, 0 replies; 12+ messages in thread
From: Kai-Uwe Behrmann @ 2010-10-01 10:54 UTC (permalink / raw)
  To: Alex Deucher; +Cc: intel-gfx, xorg

Am 30.09.10, 15:30 -0400 schrieb Alex Deucher:
> On Thu, Sep 30, 2010 at 3:18 PM, Kai-Uwe Behrmann <ku.b@gmx.de> wrote:
>> Does gnome even consider to add compositing to their default window manager
>> (metacity)? I thought they completely rely on compiz to have compositing
>> effects.
>
> Yes, metacity support compositing effects.

Is it using the same technology - GLSL?

I remember Tomas had to convert the colour conversion shader from a clear 
C-like syntax to assembler for Compiz.

kind regards
Kai-Uwe Behrmann
-- 
developing for colour management 
www.behrmann.name + www.oyranos.org

_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: gcfx-xorg-2@m.gmane.org

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-10-01 10:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 15:50 [ANNOUNCE] xf86-video-intel 2.13.0 Carl Worth
2010-09-30 18:22 ` Robby Workman
2010-09-30 18:39   ` Chris Wilson
2010-09-30 19:42     ` Robby Workman
2010-09-30 23:54     ` Christopher James Halse Rogers
2010-10-01  3:42       ` [Intel-gfx] " Robby Workman
2010-09-30 18:49   ` Julien Cristau
2010-09-30 19:18     ` Kai-Uwe Behrmann
2010-09-30 19:30       ` Alex Deucher
2010-10-01 10:54         ` Kai-Uwe Behrmann
2010-09-30 19:36     ` Robby Workman
2010-09-30 18:52   ` Arkadiusz Miskiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.