Computer has become slower in writing text in terminal. Characters are not rendered anymore as in the following image:
It looks like that the graphics driver does not work anymore. The OS version is
As AI assisted, command
The computer has:
Intel Skylake i915 computers have had graphics driver support from graphics/drm-next-kmod as in URL . It has been important in what order the kernel modules were loaded. A good order was for example:
This module seems to be outdated today and at least the handbook instructs to:
This leads to the previously mentioned problem.
A working solution previously before update to 14.4 and 14.5-RC1 was to just:
I've updated the
How to fix the Intel i5-6200U graphics driver?
Interesting how
escape
Some other intertesting links:
https://www.gaelanlloyd.com/blog/fix-freebsd-lag-issues-intel-i915/
https://[do not visit]_www_freebsdsoftware_org_[do not visit ]/graphics/gpu-firmware-intel-kmod-skylake/
(Forum adds the "do not visit" automatically - why, not known)
It looks like that the graphics driver does not work anymore. The OS version is
14.5-RC1.As AI assisted, command
glxinfo -B prints "llvmpipe" and "Accelerated: no" :
Bash:
...
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 19.1.7, 256 bits) (0xffffffff)
Version: 26.1.3
Accelerated: no
...
The computer has:
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz (2400.00-MHz K8-class CPU) as in dmesg(). Text "Intel Skylake" prints in multiple locations.Intel Skylake i915 computers have had graphics driver support from graphics/drm-next-kmod as in URL . It has been important in what order the kernel modules were loaded. A good order was for example:
kldload /boot/modules/i915kms.ko
kldload /boot/modules/drm.ko
kldload /boot/kernel/iic.ko
kldload /boot/kernel/linuxkpi_hdmi.ko
kldload /boot/modules/dmabuf.ko
kldload /boot/kernel/lindebugfs.ko
kldload /boot/modules/ttm.koThis module seems to be outdated today and at least the handbook instructs to:
pkg install drm-kmod
sysrc kld_list+=i915kmsThis leads to the previously mentioned problem.
A working solution previously before update to 14.4 and 14.5-RC1 was to just:
cd /usr/ports/graphics/drm-515-kmod
make reinstallI've updated the
ports -tree to the 14.5-RC1 and reinstalled the graphics/drm-515-kmod and graphics/drm-kmod and graphics/gpu-firmware-intel-kmod separately testing them after a reboot without good results, then run pkg update; pkg upgradewithout any significant change. The graphics/gpu-firmware-intel-kmod updated a new version of some firmware. It did not fix the problem. As in the link after the post, "Panel Shift Refresh" setting did not change anything either.How to fix the Intel i5-6200U graphics driver?
Interesting how
/boot/defaults/loader.conf has module_blacklist="drm drm2 radeonkms i915kms amdgpu if_iwlwifi if_rtw88 if_rtw89" in it.escape
Some other intertesting links:
https://www.gaelanlloyd.com/blog/fix-freebsd-lag-issues-intel-i915/
https://[do not visit]_www_freebsdsoftware_org_[do not visit ]/graphics/gpu-firmware-intel-kmod-skylake/
(Forum adds the "do not visit" automatically - why, not known)
