Startx can not run in framebuffer mode please specify busIDs and X server error

I found something fishy in managing the situation
when I run pciconf -lv
I see
vgapci0@pci0:0:2:0: class=0x030000 card=0x20728086 chip=0x31858086 rev=0x03 hdr=0x00
but within
/usr/local/etc/X11/xorg.conf.d/driver-intel.conf

Section "Device"
Identifier "Card0"
Driver "intel"
# BusID "PCI:1:0:0"
EndSection

the default BusID does not correspond to that of the actual drive
 
As far as I understand the system does not identifies the graphics card rather than it does not support the device. Because the Xorg system clearly says
No devices detected.
In addition other linux distros(such as debian with gnome sets to work with xorg) clearly and smoothly works with device. I think the issue is with detecting the device(although not sure)
 
vgapci0@pci0:0:2:0: class=0x030000 card=0x20728086 chip=0x31858086 rev=0x03 hdr=0x00
vendor = ' Intel Conrporationy
device = 'UHD Graphics 605'
class = 'display'
subclass = VGA

What does the 'VGA' mean??
 
BREAKING NEWS(hopefully for me)

xorg log file from debian linux
[ 493.966] (II) Loading sub module "glamoregl"
[ 493.966] (II) LoadModule: "glamoregl"
[ 493.966] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 493.974] (II) Module glamoregl: vendor="X.Org Foundation"
[ 493.974] compiled for 1.20.4, module version = 1.0.1
[ 493.974] ABI class: X.Org ANSI C Emulation, version 0.4
[ 494.001] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 600 (Geminilake 2x6)
[ 494.001] (II) modeset(0): glamor initialized
how to download the module?
 
NEWS: I bumped into the official product of what my PC characteristics are and found that my Graphic card is misspelled.
It is UHD Graphics 600 not UHD Graphocs 605. Could it be the reason OS does not identify the device?
 
Back
Top