Lately on some websites I've been getting very choppy scrolling, so I ran inxi -G and here's the output:
The part that concerns me is "driver: X: loaded: modesetting." I seem to recall something not good about modesetting. Am I correct? I researched how to prevent modesetting from loading and found this:
Should I do this? I'm afraid if I do, I'll boot to a black screen.
Code:
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
driver: i915 v: kernel
Display: x11 server: X.Org v: 21.1.16 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: crocus,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 25.0.7-2
renderer: Mesa Intel HD Graphics (HSW GT1)
Info: Tools: api: eglinfo,glxinfo x11: xdriinfo, xdpyinfo, xprop, xrandr
The part that concerns me is "driver: X: loaded: modesetting." I seem to recall something not good about modesetting. Am I correct? I researched how to prevent modesetting from loading and found this:
Code:
For Intel Graphics
Edit GRUB Configuration:
Open as superuser /etc/default/grub and edit the GRUB configuration file.
Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT.
Add i915.modeset=0 to this line. It should look something like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=0"
Update GRUB
Should I do this? I'm afraid if I do, I'll boot to a black screen.
Last edited:

