You are not logged in.
Pages: 1
Topic closed
Hello I am on a 2 gpu system and after doing a gpu passthrough the my sddm refuses to load on boot.
I believe that it has to do with it trying to load on my NVIDIA gpu that is being passed since when I unplug it from my display the issue goes away however I do not know exactly what is causing it.
Here is my Xorg.0 log if its any help: https://pastebin.pl/view/da284972
Last edited by icefox99 (2023-05-25 21:50:30)
Offline
[ 32.643] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5c8bc13a-0060-4059-abad-6bbe6f702eb7 rw cryptdevice=UUID=f4f996ab-5071-4b02-b5fb-508213c21b3d:cryptlvm rootfstype=ext4 loglevel=3
iommu=pt amd_iommu=on vfio_pci.ids=10de:10f9,10de:1ada,10de:1adb,10de:1f08 vfio_pci.disable_vga=1[ 32.700] (--) PCI: (6@0:0:0) 1002:73df:1462:3980 rev 193, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc200000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[ 32.700] (--) PCI:*(9@0:0:0) 10de:1f08:1462:3752 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288Xorg still shows the nvidia GPU as primary device, not sure whether your passthrough actually works.
[ 32.790] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices1st off all, remove all xf86-video-* packages you installed, notably the -ati one.
Iff the problem remains, add
Section "Device"
Identifier "AMD"
Driver "modesetting"
BusID "PCI:6:0:0"
EndSectionas eg. /etc/X11/xorg.conf.d/amd-device.conf
Offline
Yeah that seemed to do it after adding
Section "Device"
Identifier "AMD"
Driver "modesetting"
BusID "PCI:6:0:0"
EndSection
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Amazing work @seth
I got to fix the same issue with a AMD dGPU and iGPU by switching the primary GPU.
Offline
Please don't necro-bump
Closing this old thread.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1
Topic closed