Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4737284b1060a5d559707a11b566f0cb > files > 1

xorg-x11-drv-nouveau-0.0.16-8.20100423git13c1043.fc13.src.rpm

From e01ff1ac70ad8094cbad61c309c35a51827a80d0 Mon Sep 17 00:00:00 2001
From: Ben Skeggs <bskeggs@redhat.com>
Date: Mon, 8 Feb 2010 12:51:47 +1000
Subject: [PATCH] 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 795859f..ca2c669 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -654,6 +654,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.7.0.1