I noticed that after adding the i915kms driver to /etc/rc.conf with
(specifying the path of the i915kms module didn't change behavior), my tty will lag.
When I press a key, hit enter or hit backspace, sometimes the screen will not change until I press another key (at which point both of them may show up). I don't think this is a keyboard issue since even in the tty when I use emacs, the minibuf will similarly momentarily fail to load until another key is pressed. I don't think this is a hardware/gpu issue since if I start a wayland session and type in the terminal emulator, I don't notice this issue. Also, this only happens when I load the graphics driver.
From what I understand, I am using the vt driver. I was wondering if anyone has seen this behavior or has any suggestions for leads to follow.
Here's some of my system info. Please let me know if there's any more information you need:
OS: FreeBSD 15.0-RELEASE-p5 amd61
GPU: Skylake GT2 (Intel HD Graphics 520)
Thank you!
EDIT:
The solution was to use an older version of the drm-kmod driver, specifically drm-515-kmod.
Code:
kld_list="i915kms"
When I press a key, hit enter or hit backspace, sometimes the screen will not change until I press another key (at which point both of them may show up). I don't think this is a keyboard issue since even in the tty when I use emacs, the minibuf will similarly momentarily fail to load until another key is pressed. I don't think this is a hardware/gpu issue since if I start a wayland session and type in the terminal emulator, I don't notice this issue. Also, this only happens when I load the graphics driver.
From what I understand, I am using the vt driver. I was wondering if anyone has seen this behavior or has any suggestions for leads to follow.
Here's some of my system info. Please let me know if there's any more information you need:
OS: FreeBSD 15.0-RELEASE-p5 amd61
GPU: Skylake GT2 (Intel HD Graphics 520)
Thank you!
EDIT:
The solution was to use an older version of the drm-kmod driver, specifically drm-515-kmod.