| Line 3: | Line 3: | ||
When adding a new line, please include OS version, graphics chipset, and image date (e.g. Fedora 12, NVidia graphics, Netbook image 07-21-2010) | When adding a new line, please include OS version, graphics chipset, and image date (e.g. Fedora 12, NVidia graphics, Netbook image 07-21-2010) | ||
| - | == General SDK == | + | == General SDK Errors == |
<table border='1' cellpadding='3px' style="padding: 0em"> | <table border='1' cellpadding='3px' style="padding: 0em"> | ||
<tr><th>Error</th><th>Solution</th></tr> | <tr><th>Error</th><th>Solution</th></tr> | ||
| Line 15: | Line 15: | ||
</table> | </table> | ||
| - | == | + | == QEMU SDK Errors == |
<table border='1' cellpadding='3px' style="padding: 0em"> | <table border='1' cellpadding='3px' style="padding: 0em"> | ||
<tr><th>Error</th><th>Solution</th></tr> | <tr><th>Error</th><th>Solution</th></tr> | ||
| Line 36: | Line 36: | ||
</table> | </table> | ||
| - | == | + | == Xephyr SDK Errors == |
<table border='1' cellpadding='3px' style="padding: 0em"> | <table border='1' cellpadding='3px' style="padding: 0em"> | ||
<tr><th>Error</th><th>Solution</th></tr> | <tr><th>Error</th><th>Solution</th></tr> | ||
Please contribute to this page, especially when you find solutions.
When adding a new line, please include OS version, graphics chipset, and image date (e.g. Fedora 12, NVidia graphics, Netbook image 07-21-2010)
| Error | Solution |
|---|---|
| Downloading or unpacking an image gives errors. | Ensure that the MD5SUM matches:
$ md5sum <image file> The images are large so you might try a download program that handles connection interrupts, such as wget: $ wget --continue <link to file> |
| Error | Solution |
|---|---|
(Step 5) Launching QEMU gives error: Could not access KVM kernel module: No such file or directory failed to initialize KVM |
Your system must have VT support and have the KVM modules loaded. Check the QEMU enabling page for details. |
| Launching QEMU just shows a black window. No MeeGo UI appears | Unknown |
| Performance of MeeGo OS in QEMU is slow. Animations and screen changes is slow (3-5 seconds for each action) | Check that the host machine has enabled hardware graphic acceleration. Check the QEMU enabling page for details. |
| Error | Solution |
|---|---|
| Example problem | Example solution |