cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

AMD driver is not compatible with XServer 1.19.6_64a

The AMD Radeon R9 380X linux driver is not compatible with XServer 1.19.6_64a under Ubuntu 18.04.1 LTS. Do you have any plans to make the driver compatible with many linux distributions?

=====================================================================

AMD  Proprietary Driver Installer/Packager

=====================================================================

error: Detected X Server version 'XServer 1.19.6_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.19.6_64a:none:4.15.0-33-generic:)

Installation will not proceed.

0 Likes
1 Solution

This website looks like it may have the answer if you already hadn't done it: AMD drivers Linux :: Hardware and Operating Systems .

This is the link that says the OPS question was answered from the above link: AMD drivers Linux :: Hardware and Operating Systems

Also this website from Acer: https://community.acer.com/en/discussion/545064/amd-radeon-ubuntu-problem

You may want to post your Linux question here at Phoronix AMD Linux Forum: https://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/amd-linux

View solution in original post

3 Replies

This website looks like it may have the answer if you already hadn't done it: AMD drivers Linux :: Hardware and Operating Systems .

This is the link that says the OPS question was answered from the above link: AMD drivers Linux :: Hardware and Operating Systems

Also this website from Acer: https://community.acer.com/en/discussion/545064/amd-radeon-ubuntu-problem

You may want to post your Linux question here at Phoronix AMD Linux Forum: https://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/amd-linux

Your answer was really useful, and will work for almost everybody, but there's only one problem left:

libwayland-egl1-mesa : Collides with: libwayland-egl1

I think the apt system doesn't really want to upgrade some packages as you can see.

0 Likes

Solution for people with the same problem with dpkg.

  1. sudo mkdir /var/lib/dpkg/info/libwayland-egl1
  2. sudo mv /var/lib/dpkg/info/libwayland-egl1* /var/lib/dpkg/info/libwayland-egl1
  3. sudo apt-get update && sudo apt-get upgrade -y