forked from pool/xorg-x11-server
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:
parent
2e523247eb
commit
cd1acc378c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user