Could you please help me to investigate what is causing frozen screen in Ubuntu 20.04? It automatically powers off the laptop in few minutes after it's hung. I'm a noob in Linux systems and I don't know how to solve it. The system allows me to login, loads fine the home screen and after several seconds it completely hangs. It's not possible to do anything, only hard power off helps.
When I load Ubuntu from the removable flash drive it works fine. For me it looks like some driver is causing this problem or hardware is broken.
When I run following command it shows information about my video adapters:
semshekh@semshekh:~$ sudo lshw -c video
[sudo] password for semshekh:
*-display UNCLAIMED
description: VGA compatible controller
product: Whistler [Radeon HD 6730M/6770M/7690M XT]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller cap_list
configuration: latency=0
resources: memory:a0000000-afffffff memory:c6500000-c651ffff ioport:5000(size=256) memory:c6520000-c653ffff
*-display UNCLAIMED
description: VGA compatible controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:6000(size=64) memory:c0000-dffff
After I've changed the graphics option to nomodeset
instead of quiet splash
it works but with very very poor graphics.