View previous topic :: View next topic |
Author |
Message |
dede11 n00b

Joined: 11 Mar 2025 Posts: 5
|
Posted: Tue Mar 11, 2025 4:57 pm Post subject: integrated gpu not working |
|
|
solved
what I was trying to do is not supported
Last edited by dede11 on Thu May 01, 2025 4:31 pm; edited 2 times in total |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55212 Location: 56N 3W
|
Posted: Tue Mar 11, 2025 7:03 pm Post subject: |
|
|
dede11,
Welcome to Gentoo.
Your kernel command line bothers me dmesg: | kernel-6-6-74-gentoo.img root=/dev/mapper/vg0-root ro rd.driver.pre=vfio-pci rd.luks.uuid=c32b911d-4824-4e81-b7de-c6195bb56303 rd.luks rd.lvm rd.lvm.vg=vg0 rootfstype=ext4 nvidia_drm.fbdev=0 root=/dev/mapper/vg0-root amd_iommu=on iommu=pt amdgpu.dc=0 |
From modinfo amdgpu
Code: | ...
dc:Display Core driver (1 = enable, 0 = disable, -1 = auto (default)) (int)
... |
That means amdgpu.dc=0 turns off the amdgpu driver.
Take the amdgpu.dc=0 away from the kernel command line. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
dede11 n00b

Joined: 11 Mar 2025 Posts: 5
|
Posted: Tue Mar 11, 2025 8:35 pm Post subject: |
|
|
solved
Last edited by dede11 on Thu May 01, 2025 4:31 pm; edited 1 time in total |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55212 Location: 56N 3W
|
Posted: Tue Mar 11, 2025 9:05 pm Post subject: |
|
|
dede11,
Code: | [ 93.131520] amdgpu 0000:14:00.0: [drm] Cannot find any crtc or size |
The crtc is the Cathode Ray Tube Controller. It was named a long time ago. That's the bit of the GPU that drives the display.
Is unlikely to be a CRT today.
Sizes are usually provided bi the EDID data that is read from the display.
Pastebin all of dmesg please.
What display (make and model) is connected?
How is it connected?
== edit ==
Your 6.6 kernel predates your hardware but your IGPU has been around for a few years.
It won't do any harm to try the 6.12 kernel, which is the new stable.
== edit some more ==
Code: | CONFIG_VIDEO_NOMODESET=y | should be off. AMDGPU is a modesetting driver.
If you need to force that option for debug, there is a kernel command line option. From memory, nomodeset. It's only for debug as it prevents all the modestting drivers from working. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Banana Moderator


Joined: 21 May 2004 Posts: 2007 Location: Germany
|
Posted: Wed Mar 12, 2025 1:23 pm Post subject: |
|
|
The big time difference worries me
Code: | 3.455660] dracut: luksOpen /dev/sda4 luks-c32b911d-4824-4e81-b7de-c6195bb56303
[ 7.189990] (udev-worker) (544) used greatest stack depth: 13248 bytes left
[ 332.884673] kworker/dying (191) used greatest stack depth: 12872 bytes left
[ 332.884704] kworker/dying (302) used greatest stack depth: 12168 bytes left
[ 8964.895766] usb 2-4: USB disconnect, device number 2
[11976.049761] dracut: Scanning devices dm-0 for LVM logical volumes vg0/root
[11976.082754] dracut: vg0/root linear
[11976.120957] dracut: Scanning devices dm-0 for LVM volume groups vg0 |
Also there is nvdia mentioned
Code: | 11977.023845] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:15:00.6/sound/card1/input14
[11977.023892] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:15:00.6/sound/card1/input15
[11977.132444] nvidia: loading out-of-tree module taints kernel.
[11977.132448] nvidia: module license 'NVIDIA' taints kernel.
[11977.132450] Disabling lock debugging due to kernel taint
[11977.132451] nvidia: module license taints kernel.
[11977.147136] [drm] amdgpu kernel modesetting enabled.
[11977.147155] amdgpu: vga_switcheroo: detected switching method \ |
Is this a case of https://packages.gentoo.org/packages/sys-power/switcheroo-control , since you have the CPU and external one? _________________ Forum Guidelines
PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire |
|
Back to top |
|
 |
dede11 n00b

Joined: 11 Mar 2025 Posts: 5
|
Posted: Thu Mar 20, 2025 7:48 pm Post subject: |
|
|
solved
Last edited by dede11 on Thu May 01, 2025 4:31 pm; edited 1 time in total |
|
Back to top |
|
 |
dede11 n00b

Joined: 11 Mar 2025 Posts: 5
|
Posted: Wed Apr 16, 2025 6:40 am Post subject: |
|
|
solved
what i was trying to do is not supported |
|
Back to top |
|
 |
|