open-src/xserver/xorg/nvidia-autoconfig.patch
changeset 606 068c11b419c9
parent 412 ac5d422c36fa
child 705 24ca414edbff
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
    24 # Except as contained in this notice, the name of a copyright holder
    24 # Except as contained in this notice, the name of a copyright holder
    25 # shall not be used in advertising or otherwise to promote the sale, use
    25 # shall not be used in advertising or otherwise to promote the sale, use
    26 # or other dealings in this Software without prior written authorization
    26 # or other dealings in this Software without prior written authorization
    27 # of the copyright holder.
    27 # of the copyright holder.
    28 
    28 
    29 --- hw/xfree86/common/xf86Config.c	2006-12-06 22:08:26.479334000 -0800
    29 diff -urp -x '*~' -x '*.orig' hw/xfree86/common/xf86Config.c hw/xfree86/common/xf86Config.c
    30 +++ hw/xfree86/common/xf86Config.c	2006-12-07 15:31:59.400139000 -0800
    30 --- hw/xfree86/common/xf86Config.c	2008-09-24 20:22:56.371591000 -0700
    31 @@ -513,11 +513,30 @@
    31 +++ hw/xfree86/common/xf86Config.c	2008-09-24 20:23:15.204372000 -0700
       
    32 @@ -563,11 +563,30 @@ fixup_video_driver_list(char **drivers)
    32                  if (!strcmp(*drv, "ati")) {
    33                  if (!strcmp(*drv, "ati")) {
    33                      ati = drv;
    34                      ati = drv;
    34                      x = *ati; *ati = *atimisc; *atimisc = x;
    35                      x = *ati; *ati = *atimisc; *atimisc = x;
    35 -                    return;
    36 -                    return;
    36 +		    break;
    37 +		    break;