<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XBMC &#8211; BeatificaBytes</title>
	<atom:link href="https://www.BeatificaBytes.be/tag/xbmc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.BeatificaBytes.be</link>
	<description>The Joys of Computing</description>
	<lastBuildDate>Tue, 06 Aug 2013 21:27:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>XBMC on Raspberry Pi: get Sound but no Video</title>
		<link>https://www.BeatificaBytes.be/xbmc-on-raspberry-pi-get-sound-but-no-video/</link>
					<comments>https://www.BeatificaBytes.be/xbmc-on-raspberry-pi-get-sound-but-no-video/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Tue, 06 Aug 2013 21:27:54 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[XBMC]]></category>
		<guid isPermaLink="false">/wordpress/?p=1119</guid>

					<description><![CDATA[It&#8217;s well known that when a video does not play on a Raspberry Pi, it&#8217;s usually due to a codec issue. But in my case, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">It&#8217;s well known that when a video does not play on a Raspberry Pi, it&#8217;s usually due to a codec issue. But in my case, I was able to play video from the &#8220;Movies&#8221; menu but not from a &#8220;Smart Playlist&#8221;. The problem was due to the amount of ram assigned to the GPU. It seems that there was no free resource anymore to play video once a &#8220;Smart Playlist&#8221; opened.</p>
<p style="text-align: justify;"><span class="collapseomatic " id="id69b2764a13d61"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b2764a13d61'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b2764a13d61" class="collapseomatic_content ">
<p style="text-align: justify;">I have a Raspberry Pi model b with 512 Mb Ram.</p>
<ol style="text-align: justify;">
<li>In order to find the reason of the problem, I have activated the logging on XBMC: In  Settings -&gt; System -&gt; Debugging, toggle the Enable debug logging setting.</li>
<li>I have opened a Smart Playlist and started a movie. I only got the sound but no video.</li>
<li>I have looked into the log file, whose path depend on the distribution:
<ul>
<li>OpenELEC: /storage/.xbmc/temp/xbmc.log</li>
<li>Raspbmc: /home/pi/.xbmc/temp/xbmc.log</li>
<li>XBian: /home/xbian/.xbmc/temp/xbmc.log</li>
</ul>
</li>
<li>In that log I found this:</li>
</ol>
<div class="callout" style="text-align: justify;">
<p>DEBUG: JSONRPC: Calling player.getactiveplayers<br />
ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.video_decode &#8211; OMX_ErrorInsufficientResources, insufficient resources<br />
ERROR: OMXPlayerVideo : Error open video output<br />
DEBUG: JSONRPC: Calling application.getproperties</p>
</div>
<p style="text-align: justify;">The problem was &#8220;Insufficient Resources&#8221;. Googling on that I found a simple solution: add more ram for the GPU.</p>
<ol style="text-align: justify;">
<li><span style="line-height: 15px;">Open a telnet session to the Raspberry Pi and log (user: pi, password raspberry on RaspBMC)</span></li>
<li>Edit the config.txt file which is located in /boot.</li>
<li>Set gpu_mem_512=256 (instead of the current value 128)</li>
<li>Restart the Rasberry Pi using the command: sudo reboot</li>
</ol>
<p style="text-align: justify;">If editing the config.txt file using &#8220;telnet&#8221; is not easy, possibly &#8220;ftp&#8221; the Raspberry to &#8220;get&#8221; the file, edit this one on Windows and &#8220;put&#8221; it back.</p>
<p style="text-align: justify;">Regarding the codec problem that can occur, it&#8217;s usually for mpeg2 video as one has to purchase the mpeg2 license and configured the raspberry pi. See <a href="http://htpcbuild.com/hardware/standalone-htpc-build/raspberry-pi-htpc/raspberry-pi-codec-license-install/" target="_blank" rel="noopener noreferrer">this blog</a> for details.</p>
<p style="text-align: justify;">About logging: <a href="http://wiki.xbmc.org/index.php?title=Log_file/Easy">http://wiki.xbmc.org/index.php?title=Log_file/Easy</a></p>
<p style="text-align: justify;">About Raspberry pi : <a href="http://wiki.xbmc.org/?title=Raspberry_Pi/FAQ">http://wiki.xbmc.org/?title=Raspberry_Pi/FAQ</a></p>
<p style="text-align: justify;"></div>
<p style="text-align: justify;">More about Ram usage and split between CPU and GPU (from <a href="http://k.japko.eu/" target="_blank" rel="noopener noreferrer">Krzysztof Adamski</a>)</p>
<p style="text-align: justify;"><span class="collapseomatic " id="id69b2764a13e00"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b2764a13e00'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b2764a13e00" class="collapseomatic_content ">
<h2 style="text-align: justify;">256MB version</h2>
<p style="text-align: justify;">For older RaspberryPi, with 256 MB of RAM, 4 splits are available:</p>
<ul style="text-align: justify;">
<li><strong>240/16</strong> &#8211; The most RAM size ARM can get (240MB) with mimial GPU memory. It&#8217;s the best for general computing when you don&#8217;t need 3D graphics or hardware video acceleration. It has enough memory to handle 1920x1200x16bpp framebuffer resolution. While 32bpp is also working, it&#8217;s not recommended since it leaves very small amount of free memory for GPU.</li>
<li><strong>224/32</strong> &#8211; This one is deprecated in favor of 240/16 split. It has 3D and hardware video decoding build in but since there is not enough memory to actually use it, there&#8217;s little point in using it. Unless you have some problems with 240/16 split or want to use 32bpp framebuffer at highest resolution. It is possible it will be deleted in the future.</li>
<li><strong>192/64</strong> &#8211; You need at least 64MB of GPU split to use hardware video acceleration or 3D graphics. It may not be enough GPU memory for hardware accelerated video playback at highest resolution or if you need a lot of GPU memory for things like textures.</li>
<li><strong>128/128</strong> &#8211; The most RAM GPU can get. Use it when you need a lot of memory for 3D graphic card and hardware accelerated video playback in high resolution. This split is needed for RaspBMC to work properly or to play fullHD video content with omxplayer without problems.</li>
</ul>
<h2 style="text-align: justify;">512MB version</h2>
<p style="text-align: justify;">New versions of RaspberryPi has 512 MB of RAM. You have 4 additional splits designed for this version:</p>
<ul style="text-align: justify;">
<li><strong>496/16</strong> and <strong>448/64</strong> &#8211; like <code>240/16</code> and <code>192/64</code> split for 256MB respectively but with 256MB more RAM available for ARM. Since GPU has only 16 MB/64MB or RAM, all the limitations from<code>240/16</code>/<code>192/64</code> still apply.</li>
<li><strong>384/128</strong> &#8211; Similar to <strong>128/128</strong> split for 256MB &#8211; you should get all the graphic chip features but with reasonable amount of ARM memory. This will probably be the most universal split right now.</li>
<li><strong>256/256</strong> &#8211; Some bonus graphic card memory if you really need it, like for big textures and similar things. While 256MB of ARM memory is bigger than you could possibly have in older RaspberryPis, I don&#8217;t think this one will be used on many occasions.</li>
</ul>
<p style="text-align: justify;"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_1119" class="pvc_stats total_only  " data-element-id="1119" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/xbmc-on-raspberry-pi-get-sound-but-no-video/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>A HTPC for 35€: Raspberry Pi + XBMC</title>
		<link>https://www.BeatificaBytes.be/a-htpc-for-35e-raspberry-pi-xbmc/</link>
					<comments>https://www.BeatificaBytes.be/a-htpc-for-35e-raspberry-pi-xbmc/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 14:59:03 +0000</pubDate>
				<category><![CDATA[Hardwares]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[Synology]]></category>
		<category><![CDATA[XBMC]]></category>
		<guid isPermaLink="false">/wordpress/?p=1024</guid>

					<description><![CDATA[I have just received the &#8220;Raspberry Pi Model B&#8221; I ordered two weeks ago on &#8220;RS Components&#8221; website. It rocks !!! Within 30 minutes, I [&#8230;]]]></description>
										<content:encoded><![CDATA[<figure id="attachment_1025" aria-describedby="caption-attachment-1025" style="width: 300px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="size-medium wp-image-1025" src="https://www.beatificabytes.be/wp-content/uploads/2013/03/Raspberry-pi-300x250.jpg" alt="" width="300" height="250" /><figcaption id="caption-attachment-1025" class="wp-caption-text">Raspberry Pi Model B</figcaption></figure>
<p style="text-align: justify;">I have just received the &#8220;Raspberry Pi Model B&#8221; I ordered two weeks ago on &#8220;RS Components&#8221; website. It rocks !!!</p>
<p style="text-align: justify;">Within 30 minutes, I was watching on my HD TV a 1080p movies streamed from my NAS :p</p>
<p style="text-align: justify;"><span class="collapseomatic " id="id69b2764a164ca"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b2764a164ca'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b2764a164ca" class="collapseomatic_content ">
<p style="text-align: justify;">Mine is in a black case bought from RS components. I also bought there a power supply and a HDMI cable. The big advantage of using a Raspberry pi is that</p>
<ul style="text-align: justify;">
<li>It has a very low power consumption (<strong>about 1-2 watts at idle</strong>)</li>
<li>It is really small 85.60mm x 53.98mm x 17mm (<strong>invisible behind the TV</strong>)</li>
<li>It has a HDMI with Audio with CEC support (<strong>you can pilot XBMC on the Raspberry Pi with the TV remote control</strong>)</li>
<li>It comes with codec license for MPEG4 &amp; H.264 (<strong>hardware accelerated</strong>)</li>
<li>Licenses can also be bought <a href="http://www.raspberrypi.com/" target="_blank" rel="noopener noreferrer">here</a> to play back MPEG2 or VC1.</li>
<li>The Model B comes with 512MB Ram (Only 256 on the Model A)</li>
<li>It boots a Linux from a SD card (= silent) in about 50 seconds (depending on the distribution). <strong>There are 3 distributions of Linux with XBMC </strong>targeting the Raspberry Pi (see the wiki <a href="http://wiki.xbmc.org/index.php?title=Raspberry_Pi" target="_blank" rel="noopener noreferrer">here</a>). Some Install Guides:
<ul>
<li><a href="http://htpcbuild.com/htpc-software/raspberry-pi-raspbmc/">Raspbmc</a> (The one I am using)</li>
<li><a href="http://htpcbuild.com/htpc-software/raspberry-pi-openelec/">OpenElec</a></li>
<li><a href="http://htpcbuild.com/htpc-software/raspberry-pi-xbian/">XBian</a></li>
<li>Look at this <a href="/download/archives/RaspBMCvsOpenELECvsXBian.pdf" target="_blank" rel="noopener noreferrer">comparison</a> (and read also its <a href="/download/archives/RaspberryPiXBMCShootout.pdf" target="_blank" rel="noopener noreferrer">previous version</a>)</li>
</ul>
</li>
<li>A 2GB SD is enough, but I use a 16GB class 6, the only SD I had</li>
<li>There are 2 USB slots that I use for a keyboard and a mouse. That can be expanded with a USB hub (There is only one USB port on the Model A). A USB HDD can be plugged to add extra storage if required.</li>
<li>There is a 10/100Gbs Ethernet Port (No Ethernet port on the Model A) with supports of various power management wakeup features, including Magic Packet<img src="https://s.w.org/images/core/emoji/15.1.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />, Wake-on LAN (WOL) and Link Status Change. UNFORTUNATELY, albeit Pi&#8217;s Lan chipset does support WOL, the Pi&#8217;s lack of power management (ACPI) means it doesn&#8217;t support this Lan chipset features <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
<li>It does not need a fan cooler (= silent)</li>
<li>The Model B uses a standard power supply capable of supplying 5V 700ma (the Model A requires 5V 300ma)</li>
<li>The GPU is capable of 1Gpixel/s</li>
<li>It can be easily overclocked (and <a href="https://www.raspberrypi.org/archives/tag/overvolting" target="_blank" rel="noopener noreferrer">overvolted</a> to increase stability) up to 1000MHz (without making the warranty void !). By default the Raspberry Pi runs as 700Mhz and is overclocked at 800Mhz by RaspBmc&#8230;</li>
<li>Overall real world performance is something like a 300MHz Pentium 2 with great graphic performances.</li>
</ul>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">As mentioned, I decided to install RaspBmc. It&#8217;s really straightforward [EDIT: RapsBmc is now deprecated and replaced by <a href="https://osmc.tv/" target="_blank" rel="noopener noreferrer">Osmc</a>).</div>
<div style="text-align: justify;">
<ol>
<li>Plug the SD card in a PC (I am using Windows 8 )</li>
<li>Format the SD card, e.g. using a tools dedicated to SD/SDHC/SDXC like &#8220;<a href="https://www.sdcard.org/downloads/formatter/index.html" target="_blank" rel="noopener noreferrer">SD Formatter</a>&#8220;.</li>
<li>Download the raspbmc installer (<em>Not available anymore on the official webstite</em>) and &#8220;run As Administrator&#8221; the setup.exe . It will automatically download an image and copy it to the SD card.</li>
<li>Plug next the SD card in the Raspberry Pi, plug the HDMI cable on the TV (I didn&#8217;t test the RCA/Audio output), plug an Ethernet cable and plug the power supply. Select the right HDMI input on your TV and you should see the Raspberry PI display. It will configure itself (get an IP address from DHCP server, download the latest release/updates, etc&#8230;) and after about 20 minutes, it should start XBMC.</li>
<li>In XBMC, go to the main menu &gt; System &gt; Lower submenu &gt; System info and take note for your URL. You can also get there the MAC Address if you prefer like me to configure your DHCP server to assign a fix IP to the Raspberry PI (recommended to remote control XBMC or configure NFS access to Synology &#8211; reboot required).</li>
<li>On your PC, run a Browser and type the IP address of the Raspberry PI to get access to the XBMC web control UI (on the port 80 configured by default in Raspbmc). It can be used to remote control XBMC.</li>
<li>On your Android Phone, install the XBMC official Remote Control (<em>Not available anymore</em>) and configure it with the IP address of the Raspberry Pi with port 80 (this is the default of RaspBmc). There is neither a username nor a password defined by default in RaspBmc for accessing the Web Control UI (Another good remote for Android is <a href="https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetfree" target="_blank" rel="noopener noreferrer">Yatse Widget</a>).</li>
<li>On Synology, enable the &#8220;guest&#8221; account and grant read access on the shared folders &#8220;music&#8221;, &#8220;video&#8221; and &#8220;photo&#8221; (I still have to find where I can configure a username in raspbmc to access smb/nfs &#8211; I know I could at least do it on the smb/nfs sources configured in XBMC: protocol://user:pass@synoIP/sharename)
<ul>
<li>The default username is &#8220;pi&#8221; and the default password is &#8220;raspberry&#8221;, but for some reasons, adding such a user on the Synology with adhoc rights on the shares does not grant raspbmc access on those ?!</li>
</ul>
</li>
<li>On XBMC, add video, music and photo sources. I am not using &#8220;uPnP&#8221; as it does not support use of metadata stored next to the media files. Instead I am currently using smb.</li>
<li>On XBMC, you can go to the menu &#8220;Programs&#8221; to get access to the RaspBmc settings.</li>
</ol>
<div>The Android Remote Control for XBMC works really fine, as well as controlling XBMC with the TV Remote, which makes this HTPC from far the greatest for that price: ~35€!</div>
<div></div>
</div>
<div style="text-align: justify;">A few notes:</div>
<div style="text-align: justify;">
<ul>
<li>WOL does not work because the lack for &#8220;power management&#8221; on Raspberry Pi. The only other way to &#8220;power on&#8221; the device remotely is to plug its power cable into a USB port on the TV (USB voltage is standardized at 5.0v, so you only have to check the max A supported by your TV). When you turn on the TV the pi powers on too. However, the Pi draws less power when turned on then many Tvs do when off, so there is really no reason to ever turn it off. Turning it off would not significantly reduce power consumption unless it is also unplugged.
<ul>
<li>So, don&#8217;t ever use the &#8220;Power Off&#8221; button of XBMC. The only way to restart the Raspberry Pi would be to unplug and plug back in the power supply.</li>
<li>Power over Ethernet (PoE) is not yet supported. Maybe in a future version of the Raspberry Pi.</li>
</ul>
</li>
<li>In XBMC, go to the main menu &gt; System &gt; Lower submenu &gt; Settings &gt; Apparence &gt; Region. Set e.g. the &#8220;Langue of the interface&#8221; or your language as &#8220;Preferred Language for audio&#8221; although you like to watch the movies in O.V.</li>
<li>In XBMC, go to the main menu &gt; System &gt; Lower submenu &gt; Settings &gt; Services &gt; SMB Client. Change the name of the Workgroup to match your.</li>
<li>Login on the Raspberry Pi via SSH (using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank" rel="noopener noreferrer">Putty</a>, username &#8220;pi&#8221;, password &#8220;raspberry&#8221;. Note: &#8220;root&#8221; user is disabled by default on RaspBmc) and Raspbmc will prompt you to choose your keyboard layout &#8211; use the <span class="keyboard">space</span> bar to select a layout and <span class="keyboard">Tab</span> to move the cursor onto the Ok button. On the next screen, set your layout as the default one and wait until it&#8217;s &#8220;generated&#8221; (can be a long process). Continue the configuration with the selection of your region and country. Type &#8220;exit&#8221; to close the SSH session.</li>
<li>Raspbmc overclocks the Raspberry Pi to a safe clock frequency (from the default 700MHz to 800Mhz). Notice that a change of the clock frequency does not blow the OTP (Over Temperature Protection). It is overvolting that does this. Overclocking is therefore not making the warranty void while overvolting will permanently set a bit which invalidates the warranty. Overvolting will also reduce the lifespan.
<ul>
<li><a href="http://htpcbuild.com/htpc-software/raspberry-pi-raspbmc/raspbmc-overclocking/" target="_blank" rel="noopener noreferrer">Here</a> is a tutorial to overclock the Raspberry Pi with RaspBmc via SSH</li>
<li><a href="http://htpcbuild.com/htpc-software/raspberry-pi-raspbmc/raspbmc-overvolting-guide/" target="_blank" rel="noopener noreferrer">Here</a> is a tutorial to overvolt the Raspberry Pi with RaspBmc via SSH</li>
<li><a href="http://www.jeremymorgan.com/tutorials/raspberry-pi/how-to-overclock-raspberry-pi/" target="_blank" rel="noopener noreferrer">Here</a> is a tutorial to do the same with the Raspbery config tool (if not using RaspBmc</li>
<li>And <a href="https://web.archive.org/web/20140102085404/http://www.memetic.org/raspberry-pi-overclocking/" target="_blank" rel="noopener noreferrer">here</a> are more details on possible values for the overclocking/overvolting.</li>
</ul>
</li>
<li>With RaspBmc, there is no need to manually update the firmware (via SSH). This is done automatically by RaspBmc, insuring that the kernel is fully compatible.</li>
</ul>
</div>
<p style="text-align: justify;">site: http://www.raspberrypi.org (Look at the quick-start-guide and the FAQ)</p>
<p style="text-align: justify;">RaspBmc: http://www.raspbmc.com (Look at the FAQ)</p>
<p>XBMC for Raspberry: http://wiki.xbmc.org/index.php?title=Raspberry_Pi/FAQ</p>
<p>buy: http://raspberrypi.rsdelivers.com/default.aspx?cl=1</p>
</div>
<div class="pvc_clear"></div>
<p id="pvc_stats_1024" class="pvc_stats total_only  " data-element-id="1024" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/a-htpc-for-35e-raspberry-pi-xbmc/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Boot XMBCbuntu (XBMC Live) from a USB Key for testing purpose on Acer iDea 510</title>
		<link>https://www.BeatificaBytes.be/boot-xmbcbuntu-xbmc-live-from-a-usb-key-for-testing-purpose-on-acer-idea-510/</link>
					<comments>https://www.BeatificaBytes.be/boot-xmbcbuntu-xbmc-live-from-a-usb-key-for-testing-purpose-on-acer-idea-510/#comments</comments>
		
		<dc:creator><![CDATA[vletroye]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 23:12:38 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Acer iDea 510]]></category>
		<category><![CDATA[XBMC]]></category>
		<guid isPermaLink="false">/wordpress/?p=861</guid>

					<description><![CDATA[The purpose: try if XBMC is compatible with the hardware of a PC before doing a full installation. Tested on my Acer iDea 510 with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify">The purpose: try if XBMC is compatible with the hardware of a PC before doing a full installation.</p>
<p style="text-align: justify">Tested on my Acer iDea 510 with success. Works quite well and could replace Windows 8 Pro with the Media Center Pack !</p>
<p style="text-align: justify"><span class="collapseomatic " id="id69b2764a1cf4d"  tabindex="0" title="Click to Read More"    >Click to Read More</span><span id='swap-id69b2764a1cf4d'  class='colomat-swap' style='display:none;'>Click to Close</span><div id="target-id69b2764a1cf4d" class="collapseomatic_content ">
<ul style="text-align: justify">
<li>Download <a title="Linux Usb Live" href="http://www.linuxliveusb.com/en" target="_blank" rel="noopener">Linux Live USB Creator</a>, a.k.a. Lili, to create a bootable USB Key with a linux (Could also try <a title="USB Creator" href="http://unetbootin.sourceforge.net/" target="_blank" rel="noopener">Unetbootin USB Creator</a> ?&#8230;).</li>
<li>Download an ISO of <a title="XBMCbuntu" href="http://wiki.xbmc.org/index.php?title=XBMCbuntu" target="_blank" rel="noopener">XBMCbuntu</a> from <a title="download XBMC" href="http://xbmc.org/download/" target="_blank" rel="noopener">here</a>.
<ul>
<li>Version 12 RC 3 of XMBCbuntu is not yet supported by Lili. In addition this version does not include DXVA support yet&#8230;</li>
<li>To boot another linux, for any purpose, download <a title="Supported Linux for USB Live Creator" href="http://www.linuxliveusb.com/en/supported-linuxes" target="_blank" rel="noopener">an ISO for i386 compatible</a> with Lili (When using UNetbootin downloads itself the selected Linux image).</li>
</ul>
</li>
<li>Create the bootable USB Key following the <a title="create bootable linux usb key" href="http://www.linuxliveusb.com/en/help/guide/preparation" target="_blank" rel="noopener">how-to</a>.
<ol>
<li>Choose a USB flash drive in the dropdown list.</li>
<li>Select the ISO of XBMCbuntu downloaded previously.</li>
<li>Choose the size of persistent data (usually between 250 MB and 2 GB).</li>
<li>Check all the options.</li>
<li>Click the lightning button to start the creation.</li>
</ol>
</li>
</ul>
<p style="text-align: justify">Tested on an HTPC Acer iDea 510:</p>
<ul style="text-align: justify">
<li>First try failed. It stops with &#8220;load fallback graphics devices [Fail]&#8221;</li>
<li>Fix:
<ol>
<li>Open the file syslinux\txt.cfg</li>
<li>Search and Replace &#8220;quiet splash&#8221; with &#8220;quiet splash vmalloc=256M&#8221;</li>
</ol>
</li>
<li>Second try: great !!! There is much less &#8220;lag&#8221; than in Windows 8 Pro + Media Center Pack</li>
</ul>
<div style="text-align: justify"></div>
<ul style="text-align: justify">
<li>The remote control works fine so far. Including Shutdown (power-off).</li>
<li>Configuring the System to use Suspend instead of Shutdown works fine only once.
<ul>
<li>Suspend is really immediate (less than 1 sec).</li>
<li>However, I didn&#8217;t find yet how to configure the remote to wake-up the HTPC.</li>
<li>Pressing the power button on the HTPC wakes up XBMC is less than 2 sec</li>
<li>Trying again to Suspend the HTPC will result in a black screen with the cursor blinking&#8230; A hard reboot is required <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>
</ul>
</li>
<li>During the use of XBMC, I was able to play HD movies from a SMB Shared Folder of my Synology.</li>
<li>Sound plays in 2.0 (stereo), also for movies in 5.1 (with downmix), but default volume is really low compared to the default volume in Windows 8. Within XBMC, I have to boost the Volume Amplification. So it&#8217;s not the best possible sound.</li>
<li>Sound doesn&#8217;t play correctly at all in 5.1 (although I have a 5.1 system and the movie is in DTS 5.1) ?!</li>
<li>I didn&#8217;t succeed yet to view any movie using UPnP. I can configure such a source, but don&#8217;t see any list of movies in that source ? (To be investigated)</li>
<li>During the shutdown, I noticed an error &#8220;Killing all remaining process [Fail]&#8221;. When shutdown is initiated from the remote control, XMBCbuntu asks to press enter to power-off after the error message here above.</li>
</ul>
<div style="text-align: justify">I am not 100% convinced at all that it will be a good choice to run on the Acer iDea 510 instead of Windows 7 and MCE&#8230;</div>
<p style="text-align: justify"></div>
<div class="pvc_clear"></div>
<p id="pvc_stats_861" class="pvc_stats total_only  " data-element-id="861" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 502 315" preserveAspectRatio="xMidYMid meet"><g transform="translate(0,332) scale(0.1,-0.1)" fill="" stroke="none"><path d="M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z"/><path d="M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z"/><path d="M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z"/><path d="M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z"/><path d="M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z"/><path d="M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z"/><path d="M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z"/><path d="M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z"/><path d="M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z"/></g></svg></i> <img loading="lazy" decoding="async" width="16" height="16" alt="Loading" src="https://www.BeatificaBytes.be/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p>
<div class="pvc_clear"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.BeatificaBytes.be/boot-xmbcbuntu-xbmc-live-from-a-usb-key-for-testing-purpose-on-acer-idea-510/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
