modesetting vs intel driver?

Hi.

I am using a laptop with intel graphic card.

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

Above handbook section explains that to set intel driver in xorg.conf,
but when I tried to 'X -configure', the xorg.conf file is generated with modesetting driver (not with intel driver) automatically.

So which driver between intel and modesetting should I use? or which one do you recommend?
Is there any performance differences?

I tested both of them drivers and both are working generally good.
 
Generally you do not need an xorg.conf unless you need special settings. I personally use the xf86-video-intel driver with good results. The generic modesetting driver (which is built into recent X server versions and doesn't need an external X driver) is *unaccelerated*, so you won't get as good performance as with the Intel driver. But it may be worth a try if you have problems using the Intel driver. In any case, use the Intel driver unless you have problems with it.

If you do want to use the modesetting driver, you still shouldn't need to edit xorg.conf. Simply remove xf86-video-intel, and the X server will automatically attempt to use it. You can verify this by checking /var/log/Xorg.0.log
 
Back
Top