It's an iMac, but it's been running ubuntu for maybe 5 years without serious issue. Not my computer, so I don't know how this problem started. With some web searching and guesses at where I should look, I found this info:
$ uname -r
4.15.0-54-generic
$ lspci |grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610/M74 [Mobility Radeon HD 2400 XT]
$ dmesg | egrep 'drm|radeon'
[ 4.932133] [drm] VGACON disable radeon kernel modesetting.
[ 4.932180] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
So I looked at https://help.ubuntu.com/community/RadeonDriver
Do I need to enable kernel modesetting? How do I do that?
I looked at https://wiki.debian.org/KernelModesetting but I don't have an /etc/modprobe.d/radeon-kms.conf
file.
I'm looking at combining https://unix.stackexchange.com/questions/273471/how-to-solve-drmradeon-init-radeon-error-no-ums-support-in-radeon-module and https://ubuntuforums.org/showthread.php?t=1631395
No, I'm going to try this: https://answers.launchpad.net/ubuntu/+source/linux/+question/660199
Currently editing /etc/default/grub
to set GRUB_CMDLINE_LINUX="radeon.modeset=1"