firefox crashes Xorg

I Have another update
I installed package libva-intel-driver.
I noticed that system is not crashing but is very sluggish. I checked another configuration with removed drm2.ko from kld_list
My system is running FreeBSD 12.1-RELEASE-p6
I have Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz (2494.28-MHz K8-class CPU)
and Intel Haswell-ULT Integrated Graphics Controller.

Finally the solution is :
1. Install package drm-kmod and package drm-legacy-kmod was automatically removed.
2. Install package libva-intel-driver
3. Set kld_list in /etc/rc.conf :
Code:
kld_list="/boot/modules/i915kms.ko fuse"
 
Back
Top