Change logs for xserver-xorg-video-intel source package in Jaunty

  • xserver-xorg-video-intel (2:2.6.3-0ubuntu9.4) jaunty-proposed; urgency=low
    
      * Add 122_dont_fixup_mtrrs_in_gem_config.patch:  Don't remove MTRRs
        that the kernel installed.
        (LP: #314928)
    
     -- Bryce Harrington <email address hidden>   Sat, 27 Jun 2009 00:27:22 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu9.3) jaunty-proposed; urgency=low
    
      * Add patch 121_reserve-unused-memory-at-end-of-aperture.patch. This
        reserves a block of unused memory between the exa offscreen buffer and
        end of aperture, to prevent freeze with EXA on GM965 cards
        (LP: #359392).
    
     -- Bryce Harrington <email address hidden>   Sun, 07 Jun 2009 11:34:02 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu9.2) jaunty-proposed; urgency=low
    
      * Update 121_i965_default_to_virtual_2048_2048.patch to check more
        thoroughly for user-supplied Virtual settings.  (Thanks kedazo)
        (LP: #370777, #371544)
    
     -- Bryce Harrington <email address hidden>   Mon, 04 May 2009 15:11:33 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu9.1) jaunty-proposed; urgency=low
    
      * Add 121_i965_default_to_virtual_2048_2048.patch, to force the default
        Virtual resolution on i965 to 2048x2048 if not otherwise specified in
        xorg.conf.  This works around freeze issues seen on this hardware.
        (LP: #359392)
    
     -- Bryce Harrington <email address hidden>   Wed, 29 Apr 2009 14:26:50 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu9) jaunty; urgency=low
    
      * Add 120_fix_vt_switch.patch: Fix null pointer deref in
        I830StopVideo(), which can lead to segfaults calling
        drm_intel_bo_unpin or drm_intel_bo_unreference when entering DPMS.
        Thanks to unggnu for shepherding this bug to solution!
        (LP: #345796)
    
     -- Bryce Harrington <email address hidden>   Wed, 08 Apr 2009 19:12:39 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu8) jaunty; urgency=low
    
      * Expand patch 116 and rename to 116_8xx_disable_dri.patch to
        fix freezing issue on i810 as well.
        (LP: #279835)
    
     -- Bryce Harrington <email address hidden>   Mon, 06 Apr 2009 18:18:46 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu7) jaunty; urgency=low
    
      * Add 119_drm_bo_unreference_needs_null.patch:
        - The first time through the Xv code, an allocated buffer is
          unreferenced but the pointer is not reset to NULL.  Thus, the next time
          a video is played, -intel thinks it has a valid buffer and crashes
          when it tries to access the freed memory.  Fixes a number of crashes
          reported since moving to the 2.6.3 driver.
        - Fixes crash on i945 with frame buffer width > 2048.  DRI is disabled
          on this chipset when the frame buffer exceeds this width.
          (LP: #354688)
        - Fixes crash on i865 where DRI is off because of patch 116
          (LP: #352760)
        - Fixes crash on i845 starting after 304871 was fixed
          (LP: #354889)
        - Fixes crash on i830 when manually disabling DRI
          (LP: #347527)
    
     -- Bryce Harrington <email address hidden>   Mon, 06 Apr 2009 14:28:29 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu5) jaunty; urgency=low
    
      * Disable 114_fix_xv_with_non_gem.patch: At the time we accepted it, it
        sounded a little risky, so I took it on the condition that it didn't
        cause regressions, which apparently we have proof that it does.
        (LP: #348428) (Reopen 344740)
    
     -- Bryce Harrington <email address hidden>   Fri, 03 Apr 2009 20:03:39 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu4) jaunty; urgency=low
    
      * Add 117_quirk_thinkpad_x30.patch:
        - Pipe-A quirk to fix lid close freeze on Thinkpad X30
          (LP: #304614)
      * Add 118_drop_legacy3d.patch:
        - Remove Legacy3D as a user-configurable option and force fallback to
          legacy fixed textures when GEM is not being used.  Fixes "couldn't
          bind memory for BO backbuffer" issue on at least i855 chipsets.
          (LP: #322646)
    
     -- Bryce Harrington <email address hidden>   Wed, 01 Apr 2009 00:25:55 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu3) jaunty; urgency=low
    
      * Add 116_865g_disable_dri.patch:
        - On 865G chipset, X freezes during boot with DRI enabled.  Disabling it
          as a workaround until a better fix is found.
          (LP: #317457)
      * Drop explicit dependency on libdrm-intel1, as libdrm now provides
        this properly (libdrm2 commit a87c1a081b77a29fe3430d).
    
     -- Bryce Harrington <email address hidden>   Tue, 31 Mar 2009 18:36:00 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu2) jaunty; urgency=low
    
      * Add 114_fix_xv_with_non_gem.patch, 115_fix_crash_xv_overlay.patch:
        - Fix green window when playing movies with Xv extension (LP: #344740)
    
     -- Bryce Harrington <email address hidden>   Wed, 18 Mar 2009 17:05:09 -0700
  • xserver-xorg-video-intel (2:2.6.3-0ubuntu1) jaunty; urgency=low
    
      * New upstream release:
        - Access the Xv buffer through the GTT for the non-KMS case.
        - Fix i915 textured video to work with the i830_memory -> bo change.
        - Make i830_allocate_memory take tiling parameters.
        - Fixup bogus VBT when detected.  Causes incorrect video modes for
          several Dell and Sony machines.
        - Various KMS, BOs, UXA, and DRI2 fixes
        - Various new hw quirks
      * Add ChangeLog not included in upstream tarball (else FTBS)
      * Add 112_num_used_fences.patch: Work around FTBS due to missing kernel
        header changes (from drm commit 0f973f27888e4664b253ab2cf69c67c2eb80ab1b)
      * debian/control:  Update libdrm2 dependency to 2.4.5
      * Drop patches applied upstream:
        - 104_i830-vbt-timing-hack.patch
        - 108_dont_disable_vga_centering_bit.patch
        - 111_quirks_march4_sync.patch (Fixes LP: #343577)
      * Refresh 107_remove_pageflipping.diff to apply
    
     -- Bryce Harrington <email address hidden>   Tue, 17 Mar 2009 13:34:59 -0700
  • xserver-xorg-video-intel (2:2.6.1-1ubuntu5) jaunty; urgency=low
    
      * Add 111_quirks_march4_sync.patch: Cherrypick from upstream's quirks
        - Fix LVDS issues on MSI IM-945GSE-A and all GM45 chips
        - Fix lid close issue on Mirrus Centrino laptop
        - Fix tv-out issue on HP Compaq nx6310 systems
    
     -- Bryce Harrington <email address hidden>   Wed, 04 Mar 2009 14:46:30 -0800
  • xserver-xorg-video-intel (2:2.6.1-1ubuntu4) jaunty; urgency=low
    
      * Add 110_quirk_hp_mini.patch: Pipe-A quirk for an HP Mini
      * Renumber patch 02_i830-fifo-watermark-conservative.patch to
        109_i830-fifo-watermark-conservative.patch
    
     -- Bryce Harrington <email address hidden>   Mon, 02 Mar 2009 21:52:04 -0800
  • xserver-xorg-video-intel (2:2.6.1-1ubuntu3) jaunty; urgency=low
    
      * Add 02_i830-fifo-watermark-conservative.patch: Avoid pipe underruns on
        high graphics activity, which caused flicker and sometimes complete screen
        corruption. (LP: #311895, fd.o #19304)
    
     -- Martin Pitt <email address hidden>   Wed, 25 Feb 2009 08:26:35 +0100
  • xserver-xorg-video-intel (2:2.6.1-1ubuntu2) jaunty; urgency=low
    
      * Add 108_dont_disable_vga_centering_bit.patch.  Cherry-pick from
        upstream commit 3aa8591abfbe8db0f13912910c850fdd748808df.
        Don't disable vga centering bit.  Causes failure to display
        lower resolutions on Eee PCs, etc.
        (LP: #324913)
    
     -- Bryce Harrington <email address hidden>   Mon, 09 Feb 2009 15:20:29 -0800
  • xserver-xorg-video-intel (2:2.6.1-1ubuntu1) jaunty; urgency=low
    
      * Merge with Debian experimental, remaining changes:
        - debian/control:
          + Add lpia to the list of architectures.
          + Drop Vcs-* as we're not using these repos for -intel.
        - debian/patches:
          + 103_quirk_intel_mb890.patch
            Add ignore lvds quirk for mb890 motherboards to fix issue where
            display shows all in one color. (LP: 305269)
          + 104_i830-vbt-timing-hack.patch
            Adjust h and vblank end to fix issue on Dell Studio 15 and
            other similar hardware. Fixes issue where X comes up with an
            unusable white screen on the LVDS. (LP: 297245)
      * Add 105_no_modesetting.diff
        - 2.6.28 doesn't ship drm headers that support modesetting, so
          disable it for the driver to build.
      * Add 106_remove_triple_buffering.diff
        - Obsolete code, prerequisite for the next patch.
      * Add 107_remove_pageflipping.diff
        - Remove pageflipping support. It never got in the kernel drm code,
          so without this the build fails.
    
    xserver-xorg-video-intel (2:2.6.1-1) experimental; urgency=low
    
      * New upstream release.
      * Build against xserver 1.6 rc1.
    
    xserver-xorg-video-intel (2:2.6.0-1) experimental; urgency=low
    
      * New upstream release.
    
    xserver-xorg-video-intel (2:2.5.99.2-1) experimental; urgency=low
    
      * New upstream release.
        + doesn't crash on EnterVT with libdrm 2.4.3 (closes: #511263)
      * Update libdrm-dev build-dep to 2.4.3.
    
     -- Timo Aaltonen <email address hidden>   Fri, 23 Jan 2009 10:41:27 +0200
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu9) jaunty; urgency=low
    
      * i830-vbt-timing-hack.patch: Adjust h and vblank end to fix issue on
        Dell Studio 15 and other similar hardware.  Fixes issue where X
        comes up with an unusable white screen on the LVDS.
        (LP: #297245)
    
     -- Bryce Harrington <email address hidden>   Tue, 13 Jan 2009 16:18:19 -0800
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu8) jaunty; urgency=low
    
      * 103_quirk_intel_mb890.patch: Add ignore lvds quirk for mb890
        motherboards to fix issue where display shows all in one color.
        (LP: #305269)
    
     -- Bryce Harrington <email address hidden>   Tue, 13 Jan 2009 00:01:48 -0800
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu7) jaunty; urgency=low
    
      * Also add lpia in the Architecture list of the -dbg package to clear it off
        jaunty_outdate.txt (we have the -dbg on other arches anyway).
    
     -- Loic Minier <email address hidden>   Sat, 20 Dec 2008 21:38:09 +0100
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu6) jaunty; urgency=low
    
      * Rebuild against the new xserver
    
     -- Timo Aaltonen <email address hidden>   Mon, 15 Dec 2008 10:19:55 +0200
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu5) jaunty; urgency=low
    
      * Add explicit Depends for libdrm-intel1 (LP: #303177)
    
     -- Bryce Harrington <email address hidden>   Fri, 05 Dec 2008 20:03:20 +0000
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu4) jaunty; urgency=low
    
      * Drop 111_textured_video_option.patch.  XvPreferOverlay (commit
        24c34f02) now provides an equivalent capability for turning textured
        video off, making this patch redundant.
    
     -- Bryce Harrington <email address hidden>   Tue, 02 Dec 2008 12:47:10 -0800
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu3) jaunty; urgency=low
    
      * 102_quirk_hp_2730p.patch: pipea quirk for hp 2730p (LP: #291555)
    
     -- Bryce Harrington <email address hidden>   Tue, 02 Dec 2008 11:47:28 -0800
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu2) jaunty; urgency=low
    
      * Drop 128_stolen_memory_counting_g4x.patch (already upstream)
      * Refresh and re-enable 111_textured_video_option.patch
    
     -- Bryce Harrington <email address hidden>   Tue, 02 Dec 2008 09:13:34 -0800
  • xserver-xorg-video-intel (2:2.5.1-1ubuntu1) jaunty; urgency=low
    
      * Merge with debian experimental.  Remaining changes:
        - debian/control:
          + Change the maintainer address.
          + Add lpia to the list of architectures.
          + Drop Vcs-* as we're not using these repos for -intel.
        - debian/patches:
          + Renumber Ubuntu patches +100
          + 101_quirk_quanta_w251u.patch
          + 111_textured_video_option.patch
          + 128_stolen_memory_counting_g4x.patch
      * Drop 01_fix_compiz_video.diff.  Was already disabled in Ubuntu previously
      * Drop 05_intel_exa_force_greedy.patch.  Should no longer be necessary.
      * Drop patches already upstream:
        - 20_thinkpad_g40_quirk.patch
        - 21_quirk_lenovo.patch
        - 22_no_pipe_for_hotplug_detection.patch
        - 23_quirks_studiohybrid_eeepc_and_w251u.patch
        - 24_no_render_suspend
        - 25_quirk_nc6110.patch
        - 26_i830-use-lfp-data-ptrs.patch
        - 27_disable_fbc_on_965.patch
    
    xserver-xorg-video-intel (2:2.5.1-1) experimental; urgency=low
    
      * New upstream release.
      * Wrap build-deps in debian/control.
      * Build depend on libdrm-dev on all archs, since it's now required, and bump
        the build dep to 2.4.1.
    
    xserver-xorg-video-intel (2:2.4.2-1) experimental; urgency=low
    
      * Drop the xserver-xorg-video-i810 transitional package.
      * Build against xorg-server 1.5.
      * New upstream release (no changes from the previous snapshot other than the
        version number).
    
     -- Bryce Harrington <email address hidden>   Thu, 27 Nov 2008 10:46:18 -0800
  • xserver-xorg-video-intel (2:2.4.1-1ubuntu11) jaunty; urgency=low
    
      * Re-enable 11_textured_video_option.patch, but change logic so it is
        enabled by default.  This allows people seeing issues with it to
        turn it off if they wish.  (LP: #278318)
    
     -- Bryce Harrington <email address hidden>   Fri, 14 Nov 2008 14:55:33 -0800
  • xserver-xorg-video-intel (2:2.4.1-1ubuntu10) intrepid; urgency=low
    
      * 28_stolen_memory_counting_g4x.patch:
        - Fixes freeze on login for G45 hardware when X.org runs in EXA mode.
          Issue was fixed upstream in both the kernel and x driver.  This
          patch is also in Debian.
          (LP: #285572)
    
     -- Bryce Harrington <email address hidden>   Tue, 21 Oct 2008 11:35:13 -0700