<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments for drboblog</title>
	<atom:link href="http://tecnocode.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tecnocode.co.uk</link>
	<description>Ramblings on computers…</description>
	<lastBuildDate>Mon, 08 Apr 2013 19:38:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Marin Bobcat Trail bike maintenance by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2013/04/07/marin-bobcat-trail-bike-maintenance/comment-page-1/#comment-2884</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Mon, 08 Apr 2013 19:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=560#comment-2884</guid>
		<description><![CDATA[Thanks (both of you!) for the helpful responses. I’ve used both Sheldon Brown’s site and techdocs.shimano.com (which was invaluable when re-adjusting the rear derailleur). I’ll have to take a look at the books you recommend.

Unfortunately I couldn’t use the cable tie trick for the rear hub, as the balls were loose rather than in cages, and the rest of the rear hub was trivial to reassemble. Oh well.]]></description>
		<content:encoded><![CDATA[<p>Thanks (both of you!) for the helpful responses. I’ve used both Sheldon Brown’s site and techdocs.shimano.com (which was invaluable when re-adjusting the rear derailleur). I’ll have to take a look at the books you recommend.</p>
<p>Unfortunately I couldn’t use the cable tie trick for the rear hub, as the balls were loose rather than in cages, and the rest of the rear hub was trivial to reassemble. Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marin Bobcat Trail bike maintenance by Ross Burton</title>
		<link>http://tecnocode.co.uk/2013/04/07/marin-bobcat-trail-bike-maintenance/comment-page-1/#comment-2883</link>
		<dc:creator>Ross Burton</dc:creator>
		<pubDate>Mon, 08 Apr 2013 10:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=560#comment-2883</guid>
		<description><![CDATA[I&#039;ll repeat the endorsements for sheldonbrown.com and techdocs.shimano.com.  Also, the Park Big Blue Book is pretty good for general maintenance.

One tip I&#039;ve seen for dismantling hubs is to string the parts onto a cable tie as they come off, so you can put them back on again in the right order.  I may have spend two hours putting a hub back together because I managed to knock the tray holding the pieces.]]></description>
		<content:encoded><![CDATA[<p>I'll repeat the endorsements for sheldonbrown.com and techdocs.shimano.com.  Also, the Park Big Blue Book is pretty good for general maintenance.</p>
<p>One tip I've seen for dismantling hubs is to string the parts onto a cable tie as they come off, so you can put them back on again in the right order.  I may have spend two hours putting a hub back together because I managed to knock the tray holding the pieces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marin Bobcat Trail bike maintenance by Will Stephenson</title>
		<link>http://tecnocode.co.uk/2013/04/07/marin-bobcat-trail-bike-maintenance/comment-page-1/#comment-2881</link>
		<dc:creator>Will Stephenson</dc:creator>
		<pubDate>Sun, 07 Apr 2013 12:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=560#comment-2881</guid>
		<description><![CDATA[The Haynes Bike Book was a bit of a bible for this kind of thing.  For any Shimano parts you can get both assembly instructions and service guides with nice exploded diagrams for everything they have ever made from techdocs.shimano.com.  Looking at your (nice) diagrams even if the Marin has generic components, the design is the same as Shimano.  You don&#039;t need to record the exact cable outer lengths - the stock outers are usually generously proportioned (for ease of assembly, not optimal braking/shifting) anyway. I&#039;d use blue loctite on remounting the brake studs in the frame, you don&#039;t want those coming loose.  And I guess you&#039;ve already found sheldonbrown.com...  Sounds like you had fun doing this and learned a lot, keep it up!]]></description>
		<content:encoded><![CDATA[<p>The Haynes Bike Book was a bit of a bible for this kind of thing.  For any Shimano parts you can get both assembly instructions and service guides with nice exploded diagrams for everything they have ever made from techdocs.shimano.com.  Looking at your (nice) diagrams even if the Marin has generic components, the design is the same as Shimano.  You don't need to record the exact cable outer lengths - the stock outers are usually generously proportioned (for ease of assembly, not optimal braking/shifting) anyway. I'd use blue loctite on remounting the brake studs in the frame, you don't want those coming loose.  And I guess you've already found sheldonbrown.com...  Sounds like you had fun doing this and learned a lot, keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2855</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Tue, 05 Mar 2013 00:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2855</guid>
		<description><![CDATA[If your GPU can do OpenGL ES, and has DRM and GBM drivers, then you should use Weston’s DRM backend. The fbdev backend is only really intended for systems which don’t have hardware acceleration (or suitable drivers). The call to &lt;tt&gt;eglInitialize()&lt;/tt&gt; is in Weston’s DRM backend, not its fbdev backend. fbdev doesn’t use EGL at all.

You should probably visit #wayland on Freenode. There are people there far more knowledgeable than me about EGL.]]></description>
		<content:encoded><![CDATA[<p>If your GPU can do OpenGL ES, and has DRM and GBM drivers, then you should use Weston’s DRM backend. The fbdev backend is only really intended for systems which don’t have hardware acceleration (or suitable drivers). The call to <tt>eglInitialize()</tt> is in Weston’s DRM backend, not its fbdev backend. fbdev doesn’t use EGL at all.</p>
<p>You should probably visit #wayland on Freenode. There are people there far more knowledgeable than me about EGL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by Rune K. Svendsen</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2854</link>
		<dc:creator>Rune K. Svendsen</dc:creator>
		<pubDate>Mon, 04 Mar 2013 21:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2854</guid>
		<description><![CDATA[Hi Philip

What is the reason that this can&#039;t work with OpenGL ES? I have an ARM Chromebook from Samsung, and this has an fbdev driver. I&#039;d really like to run Weston on this thing with OpenGL ES acceleration. Would you happen to know what it would take to get this to happen?

I&#039;ve fiddled with it a bit, and I can see that it&#039;s the call to eglInitialize() that fails when it&#039;s run on a separate VT. As far as I can see the OpenGL ES library for the Mali T-604 supports EGL, the kernel has DRM, and I think it supports KMS as well (VT switching is fast, perhaps a 0.5 second delay).

Do you know why it doesn&#039;t work?]]></description>
		<content:encoded><![CDATA[<p>Hi Philip</p>
<p>What is the reason that this can't work with OpenGL ES? I have an ARM Chromebook from Samsung, and this has an fbdev driver. I'd really like to run Weston on this thing with OpenGL ES acceleration. Would you happen to know what it would take to get this to happen?</p>
<p>I've fiddled with it a bit, and I can see that it's the call to eglInitialize() that fails when it's run on a separate VT. As far as I can see the OpenGL ES library for the Mali T-604 supports EGL, the kernel has DRM, and I think it supports KMS as well (VT switching is fast, perhaps a 0.5 second delay).</p>
<p>Do you know why it doesn't work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2817</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 20 Feb 2013 00:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2817</guid>
		<description><![CDATA[It comes with Weston: http://cgit.freedesktop.org/wayland/weston/log/data/pattern.png]]></description>
		<content:encoded><![CDATA[<p>It comes with Weston: <a href="http://cgit.freedesktop.org/wayland/weston/log/data/pattern.png" rel="nofollow">http://cgit.freedesktop.org/wayland/weston/log/data/pattern.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by Philip Withnall</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2816</link>
		<dc:creator>Philip Withnall</dc:creator>
		<pubDate>Wed, 20 Feb 2013 00:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2816</guid>
		<description><![CDATA[Correct, the frame buffer backend uses pixman for rendering. Weston is fairly complete, but I don’t know if anyone’s using it as their main compositor at the moment.]]></description>
		<content:encoded><![CDATA[<p>Correct, the frame buffer backend uses pixman for rendering. Weston is fairly complete, but I don’t know if anyone’s using it as their main compositor at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by Alex</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2815</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 19 Feb 2013 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2815</guid>
		<description><![CDATA[With this Weston doesn&#039;t need hardware accel to work, right? Also, how complete is Weston at this point?]]></description>
		<content:encoded><![CDATA[<p>With this Weston doesn't need hardware accel to work, right? Also, how complete is Weston at this point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weston frame buffer backend by me</title>
		<link>http://tecnocode.co.uk/2013/02/18/weston-frame-buffer-backend/comment-page-1/#comment-2814</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 19 Feb 2013 17:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?p=548#comment-2814</guid>
		<description><![CDATA[Where can I get this wallpaper?]]></description>
		<content:encoded><![CDATA[<p>Where can I get this wallpaper?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Almanah Diary by A list of text applications that can be found in Linux Ubuntu – Part 2 &#187;</title>
		<link>http://tecnocode.co.uk/projects/almanah/comment-page-1/#comment-2800</link>
		<dc:creator>A list of text applications that can be found in Linux Ubuntu – Part 2 &#187;</dc:creator>
		<pubDate>Sat, 02 Feb 2013 18:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/?page_id=103#comment-2800</guid>
		<description><![CDATA[[...] Homepage: http://tecnocode.co.uk/projects/almanah/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Homepage: <a href="http://tecnocode.co.uk/projects/almanah/" rel="nofollow">http://tecnocode.co.uk/projects/almanah/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
