Hello,<br>I compiled xorg from git on scratchbox intending to run it on small LX800 Geode computer.<br>(lspci -v on the computer:  <a href="http://pastebin.com/m54c286ec">http://pastebin.com/m54c286ec</a>)<br><br><br>Running X with -configure created config:<br>

./X -config xorg.conf.new<br>(xorg.conf.new: <a href="http://pastebin.com/m775e0862">http://pastebin.com/m775e0862</a> ) <br><br>gives me errors like that:<br>Failed to find device matching 0:1:1<br>...<br>(full log: <a href="http://pastebin.com/m5e974c42">http://pastebin.com/m5e974c42</a> )<br>
<br><br>Setting driver to "geode" i.e.:<br><br>Section "Device"
<br>    Identifier    "geode"
<br>    Busid        "PCI:0:1:1"
<br>    Driver        "geode"
<br>EndSection<br><br>doesn't work either.<br>Gives error:  (EE) No devices detected.<br>(full log: <a href="http://pastebin.com/m289e41a6">http://pastebin.com/m289e41a6</a>)<br><br>--------<br>I am not an expert in X and I might have done something wrong while compiling.<br>
Anyway any help will be appreciated.<br><br>Best regards,<br>Mateusz<br>
<br><br>