intel i915 from 12.1 on 13

BTW, because Xorg detected 2 Cards, you have to specify one per BusID as the log told you.
I wil try to reproduce this on supported 14-RELEASE because CURRENT is not the best bet here.

- I did try to use busId on intel driver and I get device not found, modesetting doesn't work too.

Something is wrong with pci/bus ids detection on this laptop booted as "Dynamic Graphics".

intel:
PCI: (0@0:2:0) 8086 <== vgapci1@pci0:0:2:0: class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086
nvidia:
PCI: (1@0:0:0) 10de <== vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de
Code:
[ 44070.133] (--) PCI: (0@0:2:0) 8086:9bc4:17aa:3fa5 rev 5, Mem @ 0xc2000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/65536
[ 44070.133] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3fa5 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/65536


vgapci1@pci0:0:2:0:     class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086 device=0x9bc4 subvendor=0x17aa subdevice=0x3fa5
vgapci0@pci0:1:0:0:     class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1f99 subvendor=0x17aa subdevice=0x3fa5


vgapci1@pci0:0:2:0:     class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086 device=0x9bc4 subvendor=0x17aa subdevice=0x3fa5
    vendor     = 'Intel Corporation'
    device     = 'CometLake-H GT2 [UHD Graphics]'
    class      = display
    subclass   = VGA
vgapci0@pci0:1:0:0:     class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1f99 subvendor=0x17aa subdevice=0x3fa5
    vendor     = 'NVIDIA Corporation'
    device     = 'TU117M [GeForce GTX 1650 Mobile / Max-Q]'
    class      = display
    subclass   = VGA

I will come back later when I have a 14-RELEASE running.

Thanks
 
Last edited by a moderator:
BTW, because Xorg detected 2 Cards, you have to specify one per BusID as the log told you.
I wil try to reproduce this on supported 14-RELEASE because CURRENT is not the best bet here.

- I did try to use busId on intel driver and I get device not found, modesetting doesn't work too.

Something is wrong with pci/bus ids detection on this laptop booted as "Dynamic Graphics".

intel:
PCI: (0@0:2:0) 8086 <== vgapci1@pci0:0:2:0: class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086
nvidia:
PCI: (1@0:0:0) 10de <== vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de

Code:
[ 44070.133] (--) PCI: (0@0:2:0) 8086:9bc4:17aa:3fa5 rev 5, Mem @ 0xc2000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/65536
[ 44070.133] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3fa5 rev 161, Mem @ 0xc4000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/65536


vgapci1@pci0:0:2:0:     class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086 device=0x9bc4 subvendor=0x17aa subdevice=0x3fa5
vgapci0@pci0:1:0:0:     class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1f99 subvendor=0x17aa subdevice=0x3fa5


vgapci1@pci0:0:2:0:     class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086 device=0x9bc4 subvendor=0x17aa subdevice=0x3fa5
    vendor     = 'Intel Corporation'
    device     = 'CometLake-H GT2 [UHD Graphics]'
    class      = display
    subclass   = VGA
vgapci0@pci0:1:0:0:     class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1f99 subvendor=0x17aa subdevice=0x3fa5
    vendor     = 'NVIDIA Corporation'
    device     = 'TU117M [GeForce GTX 1650 Mobile / Max-Q]'
    class      = display
    subclass   = VGA

I will come back laters when I have a 14-RELEASE running.

Thanks
 
Last edited by a moderator:
Thanks.

Opening poster eaosfu has not been seen since April 2022, and Security Officer support for stable/12 has ended, so I guess, we can treat this topic as solved :)
 
Back
Top