1
0

Accepting request 40839 from X11:XOrg

Copy from X11:XOrg/xorg-x11-server based on submit request 40839 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/40839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=167
This commit is contained in:
OBS User autobuild 2010-05-30 22:40:31 +00:00 committed by Git OBS Bridge
commit 807b29fc36
3 changed files with 9 additions and 2 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:
+ 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;

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

View File

@ -32,7 +32,7 @@ BuildRequires: libjpeg-devel
%endif
Url: http://xorg.freedesktop.org/
Version: 7.5_%{dirsuffix}
Release: 7
Release: 8
License: GPLv2+ ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4