1
0

- xorg-detect-psb.patch

* remove again "intellegacy" from driver autoconfiguration; that
    reverts previous change (bnc #608315)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=263
This commit is contained in:
Stefan Dirsch 2010-05-28 23:11:47 +00:00 committed by Git OBS Bridge
parent 15b5ec8542
commit e34e00b2c5
2 changed files with 8 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
+ case 0x8109: case 0x8108: case 0x4102: + case 0x8109: case 0x8108: case 0x4102:
+ driverList[0] = "psb"; driverList[1] = "psb_drv"; break; + driverList[0] = "psb"; driverList[1] = "psb_drv"; break;
+ default: + default:
+ driverList[0] = "intel"; driverList[1] = "intellegacy"; break; + driverList[0] = "intel"; break;
} }
break; break;
case 0x102b: driverList[0] = "mga"; break; case 0x102b: driverList[0] = "mga"; break;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 29 01:04:47 CEST 2010 - sndirsch@suse.de
- xorg-detect-psb.patch
* remove again "intellegacy" from driver autoconfiguration; that
reverts previous change (bnc #608315)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 9 03:27:39 CEST 2010 - sndirsch@suse.de Sun May 9 03:27:39 CEST 2010 - sndirsch@suse.de