- Edited
Hello to everyone.
I'm a new net-bsd user. I'm learning and trying this OS. The first step is to configure correctly the resolution of my screen. On my PC I have 3 graphic cards :
1) 000:02:0: Intel UHD Graphics 630 (VGA display, revision 0x02)
2) 001:00:0: NVIDIA product 1e04 (VGA display, revision 0xa1) : (NVIDIA RTX 2080ti)
3) 002:00:0: NVIDIA GeForce GTX 1060 3GB (VGA display, revision 0xa1)
Good. On the BIOS I have configured the Intel UHD Graphics 630 as primary GPU device. In addition I have installed XFCE4. The problem that I have is that I can't increase the default resolution that have been chosen automatically,that's 1024x768. Probably I haven't installed the correct driver,I don't know. Below u can see all the hardware specs of my PC :
netbsd-marietto# pcictl pci0 list
000:00:0: Intel Xeon E (S, Desktop) Host Bridge, DRAM (host bridge, revision 0x0d)
000:01:0: Intel Core 6G PCIe x16 (PCI bridge, revision 0x0d)
000:01:1: Intel Core 6G PCIe x8 (PCI bridge, revision 0x0d)
000:02:0: Intel UHD Graphics 630 (VGA display, revision 0x02)
000:18:0: Intel 300 Series Thermal (miscellaneous DASP, revision 0x10)
000:20:0: Intel 300 Series USB 3.1 xHCI (USB serial bus, xHCI, revision 0x10)
000:20:2: Intel 300 Series Shared SRAM (RAM memory, revision 0x10)
000:22:0: Intel 300 Series MEI (miscellaneous communications, revision 0x10)
000:23:0: Intel 300 Series SATA (AHCI) desktop (SATA mass storage, AHCI 1.0, revision 0x10)
000:27:0: Intel 300 Series PCIe (PCI bridge, revision 0xf0)
000:28:0: Intel 300 Series PCIe (PCI bridge, revision 0xf0)
000:28:5: Intel 300 Series PCIe (PCI bridge, revision 0xf0)
000:29:0: Intel 300 Series PCIe (PCI bridge, revision 0xf0)
000:31:0: Intel Z390 LPC (ISA bridge, revision 0x10)
000:31:3: Intel 300 Series cAVS (mixed mode multimedia, revision 0x10)
000:31:4: Intel 300 Series SMBus (SMBus serial bus, revision 0x10)
000:31:5: Intel 300 Series SPI (FLASH) (miscellaneous serial bus, revision 0x10)
000:31:6: Intel I219-V Ethernet Connection (ethernet network, revision 0x10)
001:00:0: NVIDIA product 1e04 (VGA display, revision 0xa1)
001:00:1: NVIDIA product 10f7 (mixed mode multimedia, revision 0xa1)
001:00:2: NVIDIA product 1ad6 (USB serial bus, xHCI, revision 0xa1)
001:00:3: NVIDIA product 1ad7 (miscellaneous serial bus, revision 0xa1)
002:00:0: NVIDIA GeForce GTX 1060 3GB (VGA display, revision 0xa1)
002:00:1: NVIDIA product 10f1 (mixed mode multimedia, revision 0xa1)
003:00:0: Micron/Crucial Technology product 5403 (Flash mass storage, NVMe, revision 0x03)
005:00:0: Renesas Technologies uPD720201 USB 3.0 Host Controller (USB serial bus, xHCI, revision 0x03)
netbsd-marietto# dmesg
[ 15.871239] wsdisplay0: screen 1 added (default, vt100 emulation)
[ 15.871239] wsdisplay0: screen 2 added (default, vt100 emulation)
[ 15.871239] wsdisplay0: screen 3 added (default, vt100 emulation)
[ 15.871239] wsdisplay0: screen 4 added (default, vt100 emulation)
I've installed this server Xorg :
modular-xorg-server-1.20.11 Modular X11 server from modular X.org
At the moment I've installed these drivers with the command pkgin install : (please be patient if I made some mistake,I'm experimenting / learning)
**intel-vaapi-driver-2.4.0 VA-API user mode driver for Intel GEN Graphics family
xf86-video-intel-2.99.917.20200515 Modular Xorg Intel video driver**
Probably one some of them shouldn't be installed ?
And I'm not using any xorg.conf file because the one that I have generated with the command : Xorg -configure does not work at all,so I have removed it. I mean the one that u see below :
https://pastebin.ubuntu.com/p/9bSCXjnZZm/
Below u can read the Xorg log file :
https://pastebin.ubuntu.com/p/9PnxYmkqxH/
It's all. I would like to understand how to configure correctly my Intel graphic integrated chipset. Very thanks.

