Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loaded mali kernel modules + xf86-video-modesetting from linaro rootfs = X server fails to start #5

Open
ssvb opened this issue Mar 24, 2013 · 2 comments

Comments

@ssvb
Copy link

ssvb commented Mar 24, 2013

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

@rzk
Copy link
Member

rzk commented Mar 25, 2013

I confirm this. Linaro 13.* needs to be told to load fbdev for no accel. or it will try to use modesetting and fail.

@libv
Copy link

libv commented Oct 23, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants