- 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:
parent
15b5ec8542
commit
e34e00b2c5
@ -19,7 +19,7 @@ Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
|
||||
+ case 0x8109: case 0x8108: case 0x4102:
|
||||
+ driverList[0] = "psb"; driverList[1] = "psb_drv"; break;
|
||||
+ default:
|
||||
+ driverList[0] = "intel"; driverList[1] = "intellegacy"; break;
|
||||
+ driverList[0] = "intel"; break;
|
||||
}
|
||||
break;
|
||||
case 0x102b: driverList[0] = "mga"; break;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user