Hello,
I have a problem with my X.org and intel kmod driver. No matter what I try, I still experience screentearing. When I scroll in ffox, I see a horizontal line, where the screen is unsychronized. When I watch video in mpv, it's almost unwatchable, because it is lagging all over the place.
>
I followed this advice #1 and tried all three methods, nothing solved the issue. (not to mention, that when I put the Driver "intel" line Xorg fails and ends with "EE: No Screens found", so I tried it by commenting the "Driver" line out and leaving the other options as they are).
I have xf86-video-intel installed:
and also drm-kmod installed.
I also tried advice #2 , again, I must leave the Driver "intel" section commented out, otherwise it does not start.
I have the relevant entry in my rc.conf
According to some source, I cannot remember now (maybe the handbook?) the best I could do for my old hw is just do to kld_list=/boot/modules/i915kms.ko and configure nothing else, and everything should be running like a breeze, no xorg.conf, nothing. That is however not the case. Maybe I'm just missing something fundamental. My CPU is i5-4xxx and this is a desktop computer.
I have a problem with my X.org and intel kmod driver. No matter what I try, I still experience screentearing. When I scroll in ffox, I see a horizontal line, where the screen is unsychronized. When I watch video in mpv, it's almost unwatchable, because it is lagging all over the place.
>
I followed this advice #1 and tried all three methods, nothing solved the issue. (not to mention, that when I put the Driver "intel" line Xorg fails and ends with "EE: No Screens found", so I tried it by commenting the "Driver" line out and leaving the other options as they are).
I have xf86-video-intel installed:
Code:
~> pkg info | grep xf86-video-int
xf86-video-intel-2.99.917.909,1 X.Org legacy driver for Intel integrated graphics chipsets
and also drm-kmod installed.
Code:
~> pkg info | grep drm
drm-fbsd12.0-kmod-4.16.g20200221 DRM modules for the linuxkpi-based KMS components
drm-kmod-g20190710 Metaport of DRM modules for the linuxkpi-based KMS componentslib
drm-2.4.102,1 Userspace interface to kernel Direct Rendering Module services
I also tried advice #2 , again, I must leave the Driver "intel" section commented out, otherwise it does not start.
I have the relevant entry in my rc.conf
Code:
~> cat /etc/rc.conf | grep kms
kld_list="/boot/modules/i915kms.ko cuse"
According to some source, I cannot remember now (maybe the handbook?) the best I could do for my old hw is just do to kld_list=/boot/modules/i915kms.ko and configure nothing else, and everything should be running like a breeze, no xorg.conf, nothing. That is however not the case. Maybe I'm just missing something fundamental. My CPU is i5-4xxx and this is a desktop computer.