~ubuntu-branches/ubuntu/jaunty/compiz/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/028_compiz_manager_blacklist

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-10-28 11:08:00 UTC
  • Revision ID: james.westby@ubuntu.com-20081028110800-1gkc1mnnxbyih9qb
Tags: 1:0.7.8-0ubuntu4.1
* debian/patches/028_compiz_manager_blacklist:
  - add i830MG and i845G chips to the blacklist (LP: #259385)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: ubuntu/debian/compiz-manager
2
2
===================================================================
3
 
--- ubuntu.orig/debian/compiz-manager   2008-09-26 21:00:45.000000000 +0200
4
 
+++ ubuntu/debian/compiz-manager        2008-09-26 21:02:05.000000000 +0200
5
 
@@ -51,13 +51,15 @@
 
3
--- ubuntu.orig/debian/compiz-manager   2008-10-07 12:14:54.000000000 +0200
 
4
+++ ubuntu/debian/compiz-manager        2008-10-28 11:26:57.000000000 +0100
 
5
@@ -51,13 +51,16 @@
6
6
 FALLBACKWM_OPTIONS="--replace $@"
7
7
 
8
8
 # Driver whitelist
19
19
+#T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700
20
20
+T="8086:1132"   # intel i815 (LP: #221920)
21
21
+T="$T 8086:2e02 " # Intel Eaglelake
 
22
+T="$T 8086:3577 8086:2562" # Intel 830MG, 845G (LP: #259385)
22
23
 BLACKLIST_PCIIDS="$T"
23
24
 unset T
24
25