diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | tools/display_driver_helper | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ +- add info for amdgpu vs radeon conflicts - translation updates Version 1.31 - 04 January 2021 diff --git a/tools/display_driver_helper b/tools/display_driver_helper index 4e89229..b5ba56c 100644 --- a/tools/display_driver_helper +++ b/tools/display_driver_helper @@ -41,10 +41,10 @@ XORG_nouveau="nouveau" CONFLICTS_nouveau="nv nvidia" XORG_radeon="ati radeon" -CONFLICTS_radeon="fglrx" +CONFLICTS_radeon="fglrx amdgpu" XORG_amdgpu="amdgpu" -CONFLICTS_amdgpu="" +CONFLICTS_amdgpu="ati radeon" # Note: no /usr # See end of script for descriptions of global variables. |