I got a prompt to install the latest Ubuntu HWE (Hardware Enablement Stack):
Without thinking, I clicked Install. After rebooting, I noticed the following issues:
- My second monitor was black and would show only my mouse pointer but nothing else
- There was a lot of graphics flickering
I'm using an AMD graphics card:
$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos XTX [Radeon HD 8490 / R5 235X OEM]
This was the state of my machine after rebooting:
$ uname -r
4.4.0-38-generic
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
$ dpkg -l | egrep "utopic|vivid|wily|xenial"
ii linux-generic-lts-utopic 3.16.0.77.68 amd64 Complete Generic Linux kernel and headers
ii linux-generic-lts-xenial 4.4.0.38.28 amd64 Complete Generic Linux kernel and headers
ii linux-headers-generic-lts-utopic 3.16.0.77.68 amd64 Generic Linux kernel headers
ii linux-headers-generic-lts-xenial 4.4.0.38.28 amd64 Generic Linux kernel headers
ii linux-image-generic-lts-utopic 3.16.0.77.68 amd64 Generic Linux kernel image
ii linux-image-generic-lts-xenial 4.4.0.38.28 amd64 Generic Linux kernel image
$ dpkg -l | grep fglrx
ii fglrx-amdcccle-updates 2:15.201-0ubuntu0.14.04.1 amd64 Catalyst Control Center for the AMD graphics accelerators
ii fglrx-updates 2:15.201-0ubuntu0.14.04.1 amd64 Video driver for the AMD graphics accelerators
ii fglrx-updates-core 2:15.201-0ubuntu0.14.04.1 amd64 Minimal video driver for the AMD graphics accelerators
$ fglrxinfo
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 157 (ATIFGLEXTENSION)
Minor opcode of failed request: 66 ()
Serial number of failed request: 13
Current serial number in output stream: 13
sudo apt purge -- '^linux-.+-(3\.16|3\.19|4\.2)' '-(utopic|vivid|wily)(-|$)'
– jarno Aug 26 '19 at 06:33