x windows doesn't work on an MSI E1584 & FreeBSD 14
Giorgio Bellavia <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <CABhskhjkCrA_pt7JYYO0tVQAB_mQZRyqxJ-5DiGAiBFfAHiX2Q@mail.gmail.com> |
Hi,
got a rather new MSI E1584 and tried to set up the xorg server, the laptop
has an alder lake-p integrated intel video card and an nvidia RTX 3050. The
error is “(EE) no devices detected … no screens found (EE)”. The
/usr/local/etc/X11/xorg.conf.d/20-drivers.conf” is:
Section “Device”
Identifier “Card0”
Driver “intel”
BusID “pci0:0:2:0”
EndSection
Section “Device”
Identifier “Card0”
Driver “nvidia”
BusID “pci0:1:0:0”
EndSection
the output to the command *pciconf -lv | grep -B3 display *
is vigapci1@pci0:0:2:0: class=0x030000 rev=0x0c hdr=0x00 vendor=0x8086
device=0x46a6 subvendor=0x1462 subdevice=0x1331
vendor = ‘Intel Corporation’
device = ‘Alder Lake-P Integrated Graphics Controller’
class = display
vgapci0@pci0:1:0:0: class:0x030200 rev=0xa1 hdr=0x00 vendor=0x10de
device=0x25a2 subvendor=0x1462 subdevice=0x135d
vendor = ’NVIDIA Corporation’
device = ‘GA107M [GeForce RTX 3050 Mobile]’
class = display
The operating system is FreeBSD 14.0-ALPHA1 amd64 1400094.
I used all the instructions in the chapter 5 of the freebsd handbook —>
https://docs.freebsd.org/en/books/handbook/x11/
Any tips?
Thanks
Giorgio