My computer boots to a black screen after I upgraded from Ubuntu 15.04 to 16.04 LTS. Every time, I need to open and close the lid to get to the screen.
My machine is a HP Pavilion g6 with AMD Quad-Core A6-3420M with Radeon 6520G graphics card.
I tried different options, but none seem to work.
- Used different GRUB parameters to boot. I currently have
splash radeon.dpm=1
. In addition, I triedquiet splash radeon.dpm=1
, justradeon.dpm=1
andno splash radeon.dpm=1
. Then I triedacpi_osi=Linux
with some of these combinations, but to no avail. I picked up suggestions for parameters from here and here. If I use
nomodeset
orradeon.modeset=0
, then the computer boots correctly - or seems to. However, the radeon driver does not load up: runningglxinfo
gives, among other thingsOpenGL vendor string: VMware, Inc. OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
Also:
thomas@localhost:~$ dmesg | egrep 'drm|radeon'
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic root=UUID=c6ef3987-05d3-4213-92ed-49442645ebaa ro quiet splash nomodeset radeon.dpm=1 acpi_sleep=nonvs vt.handoff=7
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic root=UUID=c6ef3987-05d3-4213-92ed-49442645ebaa ro quiet splash nomodeset radeon.dpm=1 acpi_sleep=nonvs vt.handoff=7
[ 3.217595] [drm] Initialized drm 1.1.0 20060810
[ 3.269065] [drm] VGACON disable radeon kernel modesetting.
[ 3.269092] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[ 3.309976] [drm] VGACON disable radeon kernel modesetting.
[ 3.310007] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[ 16.994342] [drm] VGACON disable radeon kernel modesetting.
[ 16.994387] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
Further, heating is intense, Suspend does not work on closing the lid, can't project from the laptop...the list goes on.
Without nomodeset, after the lid opening and closing sequenceglxinfo
gives
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD SUMO (DRM 2.43.0, LLVM 3.8.0)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
And other things also look fine.
- When booting without
nomodeset
on battery, a certain combination ofenter
andspacebar
immediately after selecting Ubuntu from the Grub menu and before the black screen appears, results in a normal boot after a black screen for a brief period. I have not yet figured out the right combination of key presses or timing that could consistently boot me up, so my problem remains.
Graphics card details:
thomas@localhost:~$ lspci -nn | grep VGA
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] [1002:9647]
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] [1002:6760] (rev ff)
Any help would be appreciated!