[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 debian/changelog                           |    4 ++--
 debian/patches/178_nvidia_autodetect.patch |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit e9616674a53e670b05dbed5c6bd52e7f6abd4988
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Thu Jul 2 14:05:54 2009 -0700

    Updated patch fixing some syntax errors

diff --git a/debian/changelog b/debian/changelog
index 56b4a9e..c4eefdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xorg-server (2:1.6.1.901-2ubuntu3) karmic; urgency=low
+xorg-server (2:1.6.1.901-2ubuntu3) UNRELEASED; urgency=low
 
   * Add 178_nvidia_autodetect.patch - Automatically detect and use -nvidia
     or -nouveau instead of -nv if installed.  Thanks Sarvatt!
 
- -- Bryce Harrington <bryce@ubuntu.com>  Thu, 02 Jul 2009 13:28:42 -0700
+ -- Bryce Harrington <bryce@ubuntu.com>  Thu, 02 Jul 2009 14:05:40 -0700
 
 xorg-server (2:1.6.1.901-2ubuntu2) karmic; urgency=low
 
diff --git a/debian/patches/178_nvidia_autodetect.patch b/debian/patches/178_nvidia_autodetect.patch
index fe2a769..483e22d 100644
--- a/debian/patches/178_nvidia_autodetect.patch
+++ b/debian/patches/178_nvidia_autodetect.patch
@@ -2,7 +2,7 @@ diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConf
 index 19c06c8..e40551e 100644
 --- a/hw/xfree86/common/xf86AutoConfig.c
 +++ b/hw/xfree86/common/xf86AutoConfig.c
- -181,7 +181,34 @@ videoPtrToDriverList(struct pci_device *dev,
+@@ -181,7 +181,34 @@ videoPtrToDriverList(struct pci_device *dev,
  	case 0x102b:		    driverList[0] = "mga";	break;
  	case 0x10c8:		    driverList[0] = "neomagic"; break;
  	case 0x105d:		    driverList[0] = "i128";	break;
@@ -37,4 +37,5 @@ index 19c06c8..e40551e 100644
 +	    }
  	case 0x1163:		    driverList[0] = "rendition"; break;
  	case 0x5333:
- 	    switch (dev->device_id)
\ No newline at end of file
+ 	    switch (dev->device_id)
+


Reply to: