Accepting request 452723 from X11:XOrg

- N_driver-autoconfig.diff:
  FGLRX does not support new x-server. This change fixes bad 
  behavior(with empty config) when radeon ddx loads with amdgpu
  kernel module on SI and CIK cards, and x-server cannot start.
  Radeon ddx with radeon kernel module loads without any problem.

OBS-URL: https://build.opensuse.org/request/show/452723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=338
This commit is contained in:
Dominique Leuenberger 2017-01-31 11:34:27 +00:00 committed by Git OBS Bridge
commit 4e16659fca
3 changed files with 11 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Index: hw/xfree86/common/xf86pciBus.c
break;
case 0x1002:
- driverList[0] = "ati";
+ driverList[0] = "fglrx";
+ driverList[0] = "amdgpu";
+ driverList[1] = "ati";
break;
case 0x102c:

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 26 15:34:57 UTC 2017 - sndirsch@suse.com
- N_driver-autoconfig.diff:
FGLRX does not support new x-server. This change fixes bad
behavior(with empty config) when radeon ddx loads with amdgpu
kernel module on SI and CIK cards, and x-server cannot start.
Radeon ddx with radeon kernel module loads without any problem.
-------------------------------------------------------------------
Thu Jan 12 20:22:08 UTC 2017 - tobias.johannes.klausmann@mni.thm.de

View File

@ -47,9 +47,9 @@ Url: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: X
# Source URL: http://xorg.freedesktop.org/archive/individual/xserver/
License: MIT
Group: System/X11/Servers/XF86_4
# Source URL: http://xorg.freedesktop.org/archive/individual/xserver/
Source0: xorg-server-%{version}.tar.bz2
Source1: sysconfig.displaymanager.template
Source2: README.updates