[gnome-session] data: Add regexps to blacklist pre-r300 radeon
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] data: Add regexps to blacklist pre-r300 radeon
- Date: Mon, 19 Dec 2011 09:51:31 +0000 (UTC)
commit 29eee98f67efded080f6fad238d63a13aadee92b
Author: Vincent Untz <vuntz gnome org>
Date: Mon Dec 19 10:49:00 2011 +0100
data: Add regexps to blacklist pre-r300 radeon
I didn't get the regexp when asking for it, but Fedora has a patch with
such a regexp... Since I don't know exactly how the renderer string is
built, and I don't want regexp that are not strict, we use two regexps
to make sure that something like "Mesa DRI R2000" would not be caught.
data/hardware-compatibility | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
index 5adc072..5ba8f57 100644
--- a/data/hardware-compatibility
+++ b/data/hardware-compatibility
@@ -15,6 +15,10 @@
# Intel 830-865
-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
+# Pre-R300 radeon
+-Mesa DRI R[12]00[^[:digit:]]
+-Mesa DRI R[12]00$
+
# Old Mesa software GL renderer
-software rasterizer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]