debian/changelog | 7 +++++++ debian/patches/02_nouveau_bgnr | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 32 insertions(+)
New commits: commit cba7bbd75f458ec24589b20ebc3d040ed00e0419 Author: Christopher James Halse Rogers <r...@ubuntu.com> Date: Fri Feb 26 15:50:47 2010 +1100 Import bg none support patch from Fedora package to enable smooth Plymoth->GDM transition diff --git a/debian/changelog b/debian/changelog index 688e3b9..0419b68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-nouveau (1:0.0.15+git20100219+9b4118d-0ubuntu3) UNRELEASED; urgency=low + + * debian/patches/02_nouveau_bgnr + + Add patch from Fedora package enabling smooth Plymouth->GDM transition. + + -- Christopher James Halse Rogers <r...@ubuntu.com> Fri, 26 Feb 2010 15:49:20 +1100 + xserver-xorg-video-nouveau (1:0.0.15+git20100219+9b4118d-0ubuntu2) lucid; urgency=low * debian/control diff --git a/debian/patches/02_nouveau_bgnr b/debian/patches/02_nouveau_bgnr new file mode 100644 index 0000000..a53d99e --- /dev/null +++ b/debian/patches/02_nouveau_bgnr @@ -0,0 +1,24 @@ +From 5428142140f578a0a73f288fdf821ace9fea6a60 Mon Sep 17 00:00:00 2001 +From: Ben Skeggs <bske...@redhat.com> +Date: Mon, 8 Feb 2010 12:51:47 +1000 +Subject: [PATCH 2/2] set canDoBGNoneRoot + +--- + src/nv_driver.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/src/nv_driver.c b/src/nv_driver.c +index 248a151..b5bc0a7 100644 +--- a/src/nv_driver.c ++++ b/src/nv_driver.c +@@ -673,6 +673,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) + + /* Set pScrn->monitor */ + pScrn->monitor = pScrn->confScreen->monitor; ++ pScrn->canDoBGNoneRoot = 1; + + /* + * The first thing we should figure out is the depth, bpp, etc. +-- +1.6.6.1 + diff --git a/debian/patches/series b/debian/patches/series index ee1bce7..033393a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01_include_snapshot_date +02_nouveau_bgnr -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1nksac-0008fk...@alioth.debian.org