You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linaro rootfs has xf86-video-modesetting xorg ddx driver preinstalled. It gets automatically loaded, tries to use mali, but fails and takes down the X server.
This is due to the horrorshow that is drm, and the idiocy of simply mashing everything into one. kms should've been separated out from the getgo.
While the "modesetting" driver should be smart enough to notice that there is no kms, it apparently isn't, and it apparently crashes the Xserver. Someone did not implement Probe properly.
Only proper solution is to use an xorg.conf, to explicitly load fbdev or fbturbo driver. The fbturbo packages at packages.linux-sunxi.org provide this.
Linaro rootfs has xf86-video-modesetting xorg ddx driver preinstalled. It gets automatically loaded, tries to use mali, but fails and takes down the X server.
http://irclog.whitequark.org/linux-sunxi/2013-03-24#3345058;
http://irclog.whitequark.org/linux-sunxi/2013-03-24#3345226;
sunxi-bsp hwpack installs /etc/modules
The text was updated successfully, but these errors were encountered: