Dear all:
thanks for your help . below was my device list .
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x0dec subvendor=0x1179 subdevice=0xfcd0
vendor = 'NVIDIA Corporation'
device = 'GF108M [GeForce GT 525M]'
class = display
subclass = VGA
rtwn0@pci0:9:0:0: class=0x028000 rev=0x01 hdr=0x00 vendor=0x10ec device=0x8176 subvendor=0x10ec subdevice=0x8181
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8188CE 802.11b/g/n WiFi Adapter'
class = network
alc0@pci0:10:0:0: class=0x020000 rev=0xc0 hdr=0x00 vendor=0x1969 device=0x1083 subvendor=0x1179 subdevice=0xfcd0
vendor = 'Qualcomm Atheros'
device = 'AR8151 v2.0 Gigabit Ethernet'
class = network
subclass = ethernet
game@dsa:~ $ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 16384 x 16384
VGA-0 disconnected primary (normal left inverted right x axis y axis)
LVDS-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1366x768 60.00*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
from the pciconf -lv command , that show me all devices has been know by freebsd14.2 . yeah, question. how to sure all devices driver correct ?
example . my graphic card was nvidia geforce GT 525m .. when i fresh install freebsd14.2 , the x11 will work normal. i don't install any driver..
from the pciconf -lv result. looks like this graphic card use the GF108M driver , right ? and i don't see any nvidia.ko load . when install nvidia-driver 390 for nvidia geforce GT525m , the nvidia.ko and nvidia-modeset.ko will be load in kernel.
maybe the pciconf -lv will show all known devices with some driver , right ? or not.. thanks