1
0

Accepting request 452559 from home:pontostroy:branches:X11:XOrg

FGLRX does not support new x-server

This change fix bad behavior(with empty config) when radeon ddx loaded with amdgpu kernel module on SI and CIK cards, and x-server can not start.
Radeon ddx with radeon kernel module loaded without any  problem.

OBS-URL: https://build.opensuse.org/request/show/452559
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=650
This commit is contained in:
Stefan Dirsch 2017-01-26 15:31:33 +00:00 committed by Git OBS Bridge
parent 2e523247eb
commit cd1acc378c

View File

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