09-19-2021, 06:06 AM
(09-18-2021, 05:30 PM)acid andy Wrote: That's really interesting. Thanks for testing it out. The million dollar question is what driver was X11 using before you installed fbturbo? I'm guessing something like fbdev.I'm glad I could help.
My Xorg log (fbturbo uninstalled):
Code:
[…]
[ 1445.041] (==) Matched modesetting as autoconfigured driver 0
[ 1445.041] (==) Matched fbdev as autoconfigured driver 1
[ 1445.041] (==) Assigned the driver to the xf86ConfigLayout
[ 1445.041] (II) LoadModule: "modesetting"
[ 1445.041] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1445.044] (II) Module modesetting: vendor="X.Org Foundation"
[ 1445.044] compiled for 1.20.13, module version = 1.20.13
[ 1445.044] Module class: X.Org Video Driver
[ 1445.044] ABI class: X.Org Video Driver, version 24.1
[ 1445.044] (II) LoadModule: "fbdev"
[ 1445.044] (WW) Warning, couldn't open module fbdev
[ 1445.044] (EE) Failed to load module "fbdev" (module does not exist, 0)
[…]
So apparently it is using the "modesetting" driver, I also didn't have fbdev installed...
After installing fbdev it loads it as well, everything seems to work the same.
I can't really notice any performance changes, since most of what I do is in the terminal.