I've seen this problem mentioned for Ubuntu 14.04, 16.04, and 17 but I have not found a solution for it. My monitor blacks out at random times, sometimes blinks black and then back, and sometimes does it for a minute or so before returning the desktop and windows that I was using.
I was running Ubuntu 14.04 LTS for a long time and, yesterday, installed Bionic Beaver in an empty partition. After installing Bionic Beaver, the screen blanking out issue started with 14.04 LTS and it is also occurring in the Bionic Beaver installation.
I also have a Debian 8 installation on this machine and that installation is not experiencing this problem. Here are two of the pages I found, but they did not help:
- https://ubuntuforums.org/archive/index.php/t-2246456.html
- External Monitor Issues With Ubuntu 16.04 and i915.
Here are some data about my system:
sdaddona@CLM1001-Ubuntu18:~$ uname -a
Linux CLM1001-Ubuntu18 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
sdaddona@CLM1001-Ubuntu18:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu Bionic Beaver (development branch)"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
root@CLM1001-Ubuntu18:/var/log# lsmod | grep drm
drm_kms_helper 167936 1 radeon
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 356352 27 radeon,ttm,drm_kms_helper
sdaddona@CLM1001-Ubuntu18:~$ lshw -c video
root@CLM1001-Ubuntu18:/home/sdaddona# lshw -c video
*-display
description: VGA compatible controller
product: RS880 [Radeon HD 4250]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 5
bus info: pci@0000:01:05.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:18 memory:d0000000-dfffffff ioport:c000(size=256) memory:fe9f0000-fe9fffff memory:fe800000-fe8fffff memory:c0000-dffff
root@CLM1001-Ubuntu18:/var/log# dmesg | grep drm
[ 2.715941] [drm] radeon kernel modesetting enabled.
[ 2.723264] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1043:0x843E 0x00).
[ 2.723837] [drm] Detected VRAM RAM=368M, BAR=256M
[ 2.723837] [drm] RAM width 32bits DDR
[ 2.723936] [drm] radeon: 368M of VRAM memory ready
[ 2.723937] [drm] radeon: 512M of GTT memory ready.
[ 2.723946] [drm] Loading RS780 Microcode
[ 2.724005] [drm] radeon: power management initialized
[ 2.724059] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 2.734213] [drm] PCIE GART of 512M enabled (table at 0x00000000C0146000).
[ 2.736451] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.736451] [drm] Driver supports precise vblank timestamp query.
[ 2.736464] [drm] radeon: irq initialized.
[ 2.768297] [drm] ring test on 0 succeeded in 1 usecs
[ 2.942973] [drm] ring test on 5 succeeded in 0 usecs
[ 2.942989] [drm] UVD initialized successfully.
[ 2.943068] [drm] ib test on ring 0 succeeded in 0 usecs
[ 3.616060] [drm] ib test on ring 5 succeeded
[ 3.616430] [drm] Radeon Display Connectors
[ 3.616430] [drm] Connector 0:
[ 3.616431] [drm] VGA-1
[ 3.616432] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 3.616432] [drm] Encoders:
[ 3.616433] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 3.616433] [drm] Connector 1:
[ 3.616433] [drm] DVI-D-1
[ 3.616434] [drm] HPD1
[ 3.616434] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[ 3.616435] [drm] Encoders:
[ 3.616435] [drm] DFP3: INTERNAL_KLDSCP_LVTMA
[ 3.681096] [drm] fb mappable at 0xD0247000
[ 3.681096] [drm] vram apper at 0xD0000000
[ 3.681097] [drm] size 9216000
[ 3.681097] [drm] fb depth is 24
[ 3.681097] [drm] pitch is 7680
[ 3.681167] fbcon: radeondrmfb (fb0) is primary device
[ 3.755104] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[ 3.776117] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:05.0 on minor 0
I also noticed the video blanking and flashing behavior during bootup before the kernel was loaded and also when I ran 18 Bionic Beaver from the installation DVD. I looked on AMD's web site a day or so ago for a driver for the RS880 [Radeon HD 4250] but didn't find one.
I noticed that, when I am booted to the most recent Ubuntu 14.04 - with kernel 4.4... that my wine applications no longer will launch. I saw an error message during update that mentioned wine.hq (?) not being found, or something to that effect. I will investigate updating wine or reinstalling wine on that version.
– Jan 16 '18 at 16:54