<?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>the blog of david dean &#187; opengl</title>
	<atom:link href="http://www.davidbdean.com/category/opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidbdean.com</link>
	<description>currently not blogging much at all</description>
	<lastBuildDate>Sat, 21 Jun 2008 15:30:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Matlab breaks OpenGL</title>
		<link>http://www.davidbdean.com/2006/09/14/matlab-breaks-opengl/</link>
		<comments>http://www.davidbdean.com/2006/09/14/matlab-breaks-opengl/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 10:02:25 +0000</pubDate>
		<dc:creator>David Dean</dc:creator>
				<category><![CDATA[matlab]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://www.cebidae.com/2006/09/14/matlab-breaks-opengl/</guid>
		<description><![CDATA[So a whilish back I was complaining about OpenGL not working properly on my HP TC1100 Tablet, and I never ended up solving it. Turns out it was MATLAB causing the problem, and you need to disable the MATLAB Server service from running (Why the hell was it running by default anyway). Details here.
]]></description>
			<content:encoded><![CDATA[<p><img style="float:right; padding-left:1em" id="image378" src="http://www.cebidae.com/wp-content/uploads/matlab.png" alt="MATLAB logo" />So a <a href="http://www.cebidae.com/2006/02/17/fixing-opengl-on-my-hp-tc1100/">whilish back</a> I was complaining about OpenGL not working properly on my HP TC1100 Tablet, and I never ended up solving it. Turns out it was <a href="http://www.mathworks.com/products/matlab/">MATLAB</a> causing the problem, and you need to disable the MATLAB Server service from running (Why the hell was it running by default anyway). <a href="http://www.mathworks.com/support/solutions/data/1-18IAM.html?solution=1-18IAM">Details here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidbdean.com/2006/09/14/matlab-breaks-opengl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing OpenGL on my HP TC1100</title>
		<link>http://www.davidbdean.com/2006/02/17/fixing-opengl-on-my-hp-tc1100/</link>
		<comments>http://www.davidbdean.com/2006/02/17/fixing-opengl-on-my-hp-tc1100/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 12:01:55 +0000</pubDate>
		<dc:creator>David Dean</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.cebidae.com/2006/02/17/fixing-opengl-on-my-hp-tc1100/</guid>
		<description><![CDATA[I&#8217;ve been having a bit of a problem getting OpenGL (in particular, second life) working on my HP TC1100 tablet. It used to work, but recently when I attempted anything that wanted to use OpenGL it would report &#8220;can&#8217;t create gl rendering context&#8221;.
I tried uninstalling my video drivers, and updating them from HP&#8217;s website but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a bit of a problem getting <a href="http://www.opengl.org/">OpenGL</a> (in particular, <a href="http://secondlife.com/">second life</a>) working on my HP TC1100 tablet. It used to work, but recently when I attempted anything that wanted to use OpenGL it would report &#8220;can&#8217;t create gl rendering context&#8221;.</p>
<p>I tried uninstalling my video drivers, and updating them from HP&#8217;s website but that didn&#8217;t fix the problem. My graphics card is a NVIDIA GeForce4 420 Go 32M, so I went to NVIDIA&#8217;s website, but it appears they basically leave it up to the OEM to supply the drivers.</p>
<p>Anyway, long story shorter, <a href="http://groups.google.com.au/group/uk.comp.homebuilt/msg/049672b2326f53ee?hl=en&#038;">this usenet post</a> (which I found by searching Google Groups for &#8220;<a href="http://groups.google.com.au/groups?q=NVIDIA+GeForce4+420+Go+opengl&#038;qt_s=Search">NVIDIA GeForce4 420 Go opengl</a>&#8220;) pointed me to <a href="http://www.omegadrivers.net/">Omega Drivers</a> who describe themselves (himself) thusly:</p>
<blockquote><p>The purpose of the Omega Drivers is to provide gamers with an alternate set               	of drivers, ones that have more options and features than the original               	sets.  The drivers contain optimizations, extra features (like               	OC capabilities), more resolutions and internal tweaks that can               	give them the edge in a gaming environment over the normal drivers,               	which are often tailored for synthetic benchmarks.</p></blockquote>
<p>They have custom drivers for <a href="http://www.omegadrivers.net/ati.php">ATI Radeon</a>, <a href="http://www.omegadrivers.net/nvidia.php">NVidia GeForce</a>, and <a href="http://www.omegadrivers.net/3dfx.php">3DFX</a> video cards in most windows flavours, so if you are having trouble with an OEM supplied driver like I did, you may get better results giving them a go.</p>
<p><strong>UPDATE</strong>: Unfortunately the Omega NVidia drivers didn&#8217;t support screen rotation, which is more important to me than being able to use OpenGL, so I have moved back to the crappy HP-supplied drivers.</p>
<p><strong>UPDATE II:</strong> <a href="http://www.cebidae.com/2006/09/14/matlab-breaks-opengl/">Turns out it was MATLAB&#8217;s fault</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidbdean.com/2006/02/17/fixing-opengl-on-my-hp-tc1100/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
