< lspci | grep VGA > 04:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 41) < lsmod | grep "kms\|drm" > drm_vram_helper 20480 1 ast ttm 102400 1 drm_vram_helper drm_kms_helper 188416 3 ast drm 491520 7 drm_kms_helper,drm_vram_helper,ast,ttm fb_sys_fops 16384 1 drm_kms_helper syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper < find /dev -group video > /dev/fb0 /dev/dri/card0 < cat /proc/cmdline > BOOT_IMAGE=/boot/vmlinuz-5.4.0-73-generic root=UUID=2fbaf4c8-f475-415f-aedb-321ef2e5078b ro quiet splash vt.handoff=1 < find /etc/modprobe.d/ > /etc/modprobe.d/ /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/blacklist-oss.conf /etc/modprobe.d/blacklist-framebuffer.conf /etc/modprobe.d/blacklist-modem.conf /etc/modprobe.d/blacklist-rare-network.conf /etc/modprobe.d/intel-microcode-blacklist.conf /etc/modprobe.d/amd64-microcode-blacklist.conf /etc/modprobe.d/blacklist-ath_pci.conf /etc/modprobe.d/iwlwifi.conf /etc/modprobe.d/blacklist-firewire.conf /etc/modprobe.d/blacklist.conf < cat /etc/modprobe.d/*kms* > cat: '/etc/modprobe.d/*kms*': No such file or directory < ls /etc/X11/xorg.conf > ls: cannot access '/etc/X11/xorg.conf': No such file or directory < glxinfo | grep -i "vendor\|rendering" > direct rendering: Yes server glx vendor string: SGI client glx vendor string: Mesa Project and SGI Vendor: VMware, Inc. (0xffffffff) OpenGL vendor string: VMware, Inc. < grep LoadModule /var/log/Xorg.0.log > grep: /var/log/Xorg.0.log: No such file or directory