-
Notifications
You must be signed in to change notification settings - Fork 22
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
Segmentation Fault at ARMSOCEnterVT() #7
Comments
I solved the issue with set DefaultDepth of screen section to 16 instead of 24, after that the driver could load and xserver running. But i face another issue, mouse cursor move very slow, how i can fix that? |
Thanks for that tip @pebri86. Saved me a lengthy debugging session. Regarding slow cursor. I found this comment in a fork of xf86-video-armsoc when hunting for the DisplayInit solution: wens@77ef51b |
Thanks for pointing me out that fork, i'll try when i've free time.. Btw how did you get xserver running with depht 24 on 4.16 kernel ? |
I am not sure it really ran with depth 24, but it definitely needed DefaultDepth 24 set in the 20-armsoc.conf in order to start-up at all. Here is my "suffering" thread: mripard/sunxi-mali#38 (Currently playing with Yocto Sumo with meta-sunxi layer, but updating u-boot and kernel and using the bootlin allwinner mali-sunxi driver and blobs. I should probably upload it to GitHub at some point, but my bitbake recipes are probably pretty terrible.) |
Compile for Cubieboard 2 with Mainline Kernel 4.18.0 with Mali Kernel driver Installed
here Xorg.log.0
The text was updated successfully, but these errors were encountered: