Output of lsmod;<br><br>Module                  Size  Used by<br>8192cu                509365  0 <br>mali_drm                1954  0 <br>mali                  131234  0 <br>hdmi                   15253  0 <br>lcd                     2706  0 <br>
disp                  218686  3 hdmi,lcd<br>ump                    42518  2 mali,disp<br><br><br>My xorg.conf;<br><br># X.Org X server configuration file for xfree86-video-mali<br><br>Section &quot;Device&quot;<br>    Identifier &quot;Mali FBDEV&quot;<br>
    Driver    &quot;mali&quot;<br>    Option    &quot;fbdev&quot;            &quot;/dev/fb0&quot;<br>    Option    &quot;DRI2&quot;             &quot;true&quot;<br>    Option    &quot;DRI2&quot;             &quot;true&quot;<br>
    Option    &quot;DRI2_PAGE_FLIP&quot;   &quot;true&quot;<br>    Option    &quot;DRI2_WAIT_VSYNC&quot;  &quot;false&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier     &quot;Mali Screen&quot;<br>
    Device         &quot;Mali FBDEV&quot;<br>    DefaultDepth     24<br>EndSection<br><br>Section &quot;DRI&quot;<br>    Mode 0666<br>EndSection<br><br>Section &quot;Serverflags&quot;<br>        Option  &quot;AIGLX&quot; &quot;false&quot;<br>
EndSection<br><br>Section &quot;Module&quot;<br>        Disable &quot;dri&quot;<br>        Disable &quot;glx&quot;<br>EndSection<br><br><br>Full output of dmesg;<br><a href="http://pastebin.com/0iQY7Mky">http://pastebin.com/0iQY7Mky</a><br>
(spawn error are another bug because of the lack of initrd)<br><br><br>Modules loading order (/etc/modules)<br># /etc/modules: kernel modules to load at boot time.<br>#<br># This file contains the names of kernel modules that should be loaded<br>
# at boot time, one per line. Lines beginning with &quot;#&quot; are ignored.<br>lcd<br>hdmi<br>ump<br>disp<br>mali<br>mali_drm<br>8192cu<br><br><br><br><br>A lot of info, but I am lost. Don see why the DRI is not being created.<br>