From cd1acc378c11c550203cb24c3e01c9546d90de9fd9ce864c73ab751adc9896e2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 26 Jan 2017 15:31:33 +0000 Subject: [PATCH] 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 --- N_driver-autoconfig.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/N_driver-autoconfig.diff b/N_driver-autoconfig.diff index fa0e00a..65deab7 100644 --- a/N_driver-autoconfig.diff +++ b/N_driver-autoconfig.diff @@ -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: