<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Liberatine Containers - DosBox]]></title><description><![CDATA[<p dir="auto">Please forgive me if this is the wrong forum for this. On OTA-15 (BQ M10FHD) I am running OTR (On The Road) which appears to simply be a front-end for Liberatine. Thus far I have been able to create containers and use apt-get to install applications (both X11 based and command line). However when I attempt to install DosBox, when i execute from the command line a garbled screen appears and I have to forcibly reboot the tablet. Launching it from the home screen the full screen app launcher appears (black with DOSBOX icon) then immediately closes.</p>
<p dir="auto">I have seen on YouTube that this has ran at some point on Ubuntu Touch. I am curious if anyone has had any experience with getting this working or any advice (where to find the logs, etc..). Thanks for any help!</p>
<p dir="auto">Chris</p>
]]></description><link>https://forums.ubports.com/topic/721/liberatine-containers-dosbox</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 11:27:25 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/721.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Nov 2017 20:41:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Liberatine Containers - DosBox on Fri, 17 Nov 2017 04:58:17 GMT]]></title><description><![CDATA[<p dir="auto">[I was originally going to ask here if you had a UBports image or the original Canonical images installed, but after re-reading, I noticed that you had Canonical's image installed (since UBports is at OTA-3 now). So feel free to disregard this post, I'm not discarding it simply because it could be of use to other people further on.]</p>
<p dir="auto">If you were using a UBports image, you shouldn't have needed to reinstall the libertine and xmir components, as they appear to come installed by default. Libertine itself also has very little in the way of dependencies. [Like above, this was before I re-read the OP]</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ctyler1984" aria-label="Profile: ctyler1984">@<bdi>ctyler1984</bdi></a> Also, you should remove the libertine-scope package and install it from the Ubuntu Store. I'm not entirely sure if the scopes are the same version, but using the click is safer since it can receive upgrades. If you receive any OTAs from UBports or Canonical (I know, this one isn't happening), the OTA will overwrite dpkg's info files and cause the system to believe the libertine-scope package isn't actually installed, even though it is, which can cause issues when attempting to reinstall, remove or even upgrade it. (This isn't theoretical, it does actually happen, I've run into it multiple times while Canonical was still the development team since I use a modified kernel for the Nexus 7 so I can run QEMU-x86/WINE on the tablet.)</p>
<p dir="auto">Also for future reference, you can remount without making the whole image fully writable by using <code>sudo mount -o remount,rw /</code> from the normal terminal. I know this is all a moot point now since you've solved your own issue, but hopefully it will help someone else in the future.</p>
<p dir="auto">The TL;DR:</p>
<ul>
<li>
<p dir="auto">For new users to Ubuntu Touch: If you have installed from the UBports branch, libertine and it's components come installed and ready to use by default (except for the scope, you need to find that in the Ubuntu Store, or install libertine-scope using APT [Not recommended due to possible package management issues later on]</p>
</li>
<li>
<p dir="auto">You shouldn't install packages if you're expecting to be able to OTA update, it <strong>WILL</strong> cause issues with dpkg after an OTA, they might not be visible immediately, but it will definitely show up if you attempt to upgrade, reinstall or remove packages installed before the OTA that aren't a part of the default system. I'm not telling you not to do it (that would be major hypocrisy on my part), I'm just genuinely recommending that you don't.</p>
</li>
<li>
<p dir="auto">You don't need to permanently make the system writable (yes, it can be reversed by removing the .writable-image file under <code>/userdata</code> but that's more work than it needs to be, you can easily mount the rootfs read/write (and do it without rebooting, saving some time) by performing <code>sudo mount -o remount,rw /</code> from the terminal.</p>
</li>
</ul>
<p dir="auto">I know the post is long, that's why I did a TL;DR, sorry for the wall of text.</p>
]]></description><link>https://forums.ubports.com/post/5444</link><guid isPermaLink="true">https://forums.ubports.com/post/5444</guid><dc:creator><![CDATA[Tonoxis]]></dc:creator><pubDate>Fri, 17 Nov 2017 04:58:17 GMT</pubDate></item><item><title><![CDATA[Reply to Liberatine Containers - DosBox on Fri, 10 Nov 2017 00:07:35 GMT]]></title><description><![CDATA[<p dir="auto">I believe I have solved my own problem.</p>
<p dir="auto">I did not have a full libertine install done (no write access to the tablet) so chances are a lot of per-requisites were missing. I think OTR can handle libertine containers in addition to the other stuff that it does, but more was missing.</p>
<p dir="auto">Doing the following below, I was able to successfully install DOSBox on my BQ tablet. Couple of catches is from what little I have tested it can be sluggish (especially when multitasking with a background terminal session (from my computer), and the sound does have some remnants (distortion post making sound if that makes any sense). I was also able to mount my home directory (mount <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="C:" alt="😄" /> ~/Downloads/dosbox) and copy over my apps and games with no problem. I have only tested this with a bluetooth keyboard. There may be a much better way of doing this, however I have yet to see any info on doing this. I principally wanted to play some old dos games (and wordperfect lol).</p>
<p dir="auto">Steps to install DOSBox on Ubuntu Touch</p>
<p dir="auto">Computer Side</p>
<p dir="auto">I had magic-device-tool installed (for Phablet-tools and other pre-requisites)</p>
<p dir="auto">Ubuntu Touch Side</p>
<ol>
<li>
<p dir="auto">Enable read-write access to install libertine support (this will reboot tablet)<br />
phablet-config writable-image</p>
</li>
<li>
<p dir="auto">Install Libertine Software<br />
apt-get install libertine libertine-scope xmir python3-libertine-chroot</p>
</li>
<li>
<p dir="auto">Create libertine DOSBox container<br />
libertine-container-manager create -i dosbox -t chroot</p>
</li>
<li>
<p dir="auto">Install DOSBox in libertine container<br />
libertine-container-manager install-package -i dosbox -p dosbox</p>
</li>
<li>
<p dir="auto">Configure DOSBox preferences<br />
nano /home/phablet/.local/share/libertine-container/user-data/.dosbox/dosbox-0.74.conf</p>
</li>
</ol>
<p dir="auto">I changed the following settings (all under SDL)</p>
<p dir="auto">fullscreen=true<br />
fulldouble=true<br />
fullresolution=1920x1080<br />
output=overlay</p>
<ul>
<li>Setting the full screen resolution to the max (1920x1200) caused DOSBox to crash. I chose 1920x1080 to get the most coverage on screen (this can obviously be tweaked)</li>
</ul>
]]></description><link>https://forums.ubports.com/post/5328</link><guid isPermaLink="true">https://forums.ubports.com/post/5328</guid><dc:creator><![CDATA[ctyler1984]]></dc:creator><pubDate>Fri, 10 Nov 2017 00:07:35 GMT</pubDate></item><item><title><![CDATA[Reply to Liberatine Containers - DosBox on Wed, 08 Nov 2017 19:39:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ctyler1984" aria-label="Profile: ctyler1984">@<bdi>ctyler1984</bdi></a> said in <a href="/post/5320">Liberatine Containers - DosBox</a>:</p>
<blockquote>
<p dir="auto">On the road can be found here<br />
<a href="https://open.uappexplorer.com/app/ontheroad.emanuelesorce" target="_blank" rel="noopener noreferrer nofollow ugc">https://open.uappexplorer.com/app/ontheroad.emanuelesorce</a></p>
<p dir="auto">YouTube Reference<br />
<a href="https://www.youtube.com/watch?v=eOsUJHVaiUY" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=eOsUJHVaiUY</a></p>
<p dir="auto">I will check the logs and try to get some more information later today (work ATM).</p>
</blockquote>
<p dir="auto">Interesting. Thanks for the links!</p>
<p dir="auto">Though, I don't really get yet <em>what</em> exactly otr is, or how it ties with libertine....</p>
<p dir="auto">However, can you try <em>without</em> otr? Either way, I guess the logs are next.</p>
]]></description><link>https://forums.ubports.com/post/5322</link><guid isPermaLink="true">https://forums.ubports.com/post/5322</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Wed, 08 Nov 2017 19:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to Liberatine Containers - DosBox on Wed, 08 Nov 2017 17:15:45 GMT]]></title><description><![CDATA[<p dir="auto">On the road can be found here<br />
<a href="https://open.uappexplorer.com/app/ontheroad.emanuelesorce" target="_blank" rel="noopener noreferrer nofollow ugc">https://open.uappexplorer.com/app/ontheroad.emanuelesorce</a></p>
<p dir="auto">YouTube Reference<br />
<a href="https://www.youtube.com/watch?v=eOsUJHVaiUY" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=eOsUJHVaiUY</a></p>
<p dir="auto">I will check the logs and try to get some more information later today (work ATM).</p>
]]></description><link>https://forums.ubports.com/post/5320</link><guid isPermaLink="true">https://forums.ubports.com/post/5320</guid><dc:creator><![CDATA[ctyler1984]]></dc:creator><pubDate>Wed, 08 Nov 2017 17:15:45 GMT</pubDate></item><item><title><![CDATA[Reply to Liberatine Containers - DosBox on Wed, 08 Nov 2017 05:36:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ctyler1984" aria-label="Profile: ctyler1984">@<bdi>ctyler1984</bdi></a> said in <a href="/post/5312">Liberatine Containers - DosBox</a>:</p>
<blockquote>
<p dir="auto">Please forgive me if this is the wrong forum for this. On OTA-15 (BQ M10FHD) I am running OTR (On The Road) which appears to simply be a front-end for Liberatine.</p>
</blockquote>
<p dir="auto">Never heard of On The Road or any Libertine front-end. Do you have a reference to it?</p>
<blockquote>
<p dir="auto">Thus far I have been able to create containers and use apt-get to install applications (both X11 based and command line). However when I attempt to install DosBox, when i execute from the command line a garbled screen appears and I have to forcibly reboot the tablet. Launching it from the home screen the full screen app launcher appears (black with DOSBOX icon) then immediately closes.</p>
</blockquote>
<p dir="auto">Do you find related logfiles in <code>~/.cache/upstart</code> ?</p>
<blockquote>
<p dir="auto">I have seen on YouTube that this has ran at some point on Ubuntu Touch.</p>
</blockquote>
<p dir="auto">Link?</p>
<blockquote>
<p dir="auto">I am curious if anyone has had any experience with getting this working or any advice (where to find the logs, etc..). Thanks for any help!</p>
<p dir="auto">Chris</p>
</blockquote>
]]></description><link>https://forums.ubports.com/post/5319</link><guid isPermaLink="true">https://forums.ubports.com/post/5319</guid><dc:creator><![CDATA[doniks]]></dc:creator><pubDate>Wed, 08 Nov 2017 05:36:19 GMT</pubDate></item></channel></rss>