pop-os / pop

A project for managing all Pop!_OS sources

Home Page:https://system76.com/pop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

booting to black screen unless radeon.modeset=0 on an igpu+dgpu laptop

juanmiag opened this issue · comments

Distribution (run cat /etc/os-release):
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os

Issue/Bug Description:
Pop!_OS 22.04 boot to black screen unless radeon.modeset=0 is set on GRUB_CMDLINE_LINUX_DEFAULT. If I boot with radeon.modeset=0 system loads to the desktop using iGPU but I cant use the dGPU.

Expected behavior:
It should boot OK using the iGPU and keep the dGPU ready to use.

Other Notes:
CPU: i7 2630qm
GPU: amd hd6770m
Pop!_OS 22.04 LTS
kernel 6.6.10-76060610-generic

lspci -k | grep -A3 VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family Integrated Graphics Controller
        Kernel driver in use: i915
        Kernel modules: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT]
        Subsystem: Hewlett-Packard Company Radeon HD 6770M
        Kernel modules: radeon, amdgpu

I don't know if this is the right place to report it, if it is not, I hope you can guide me.

Thanks