<?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/"
		>
<channel>
	<title>Comments on: Pre-release Program for Upcoming Patch Release</title>
	<atom:link href="http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/</link>
	<description>This is the official blog of Adobe (Acrobat) Reader for Unix Platforms. It attempts to bring the developers of Adobe Reader for Unix closer to the users. Stay tuned to this space for developer stories, release announcements, user experiences and more!</description>
	<lastBuildDate>Fri, 15 May 2009 02:22:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jim Dauven</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-296</link>
		<dc:creator>Jim Dauven</dc:creator>
		<pubDate>Fri, 12 Dec 2008 03:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-296</guid>
		<description><![CDATA[I have installed Adobe Reader version 7.0.9 on AIX 6.1 and have a working Firefox browser (using it for this message).  What I need now is a flash player.  A lot of web pages won&#039;t run corretly with out the flash player.

Are you guys working on Flash Player for AIX????
]]></description>
		<content:encoded><![CDATA[<p>I have installed Adobe Reader version 7.0.9 on AIX 6.1 and have a working Firefox browser (using it for this message).  What I need now is a flash player.  A lot of web pages won&#8217;t run corretly with out the flash player.</p>
<p>Are you guys working on Flash Player for AIX????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Jain</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-295</link>
		<dc:creator>Gaurav Jain</dc:creator>
		<pubDate>Sun, 03 Feb 2008 20:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-295</guid>
		<description><![CDATA[&lt;b&gt;&lt;i&gt;Re: GTK 2.4&lt;/i&gt;&lt;/b&gt;

&lt;b&gt;&lt;i&gt;Yes.  Adobe Reader 8.1.2 should work with GTK 2.4 on Solaris 10.  Look out for the release announcement, now just a few days away.&lt;/i&gt;&lt;/b&gt;

Gaurav
]]></description>
		<content:encoded><![CDATA[<p><b><i>Re: GTK 2.4</i></b></p>
<p><b><i>Yes.  Adobe Reader 8.1.2 should work with GTK 2.4 on Solaris 10.  Look out for the release announcement, now just a few days away.</i></b></p>
<p>Gaurav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shevet</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-294</link>
		<dc:creator>Chris Shevet</dc:creator>
		<pubDate>Mon, 28 Jan 2008 22:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-294</guid>
		<description><![CDATA[Can we get this release compiled with GTK 2.4
so that it will actually run on the Solaris 10
distribution? Please?

]]></description>
		<content:encoded><![CDATA[<p>Can we get this release compiled with GTK 2.4<br />
so that it will actually run on the Solaris 10<br />
distribution? Please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zbigniew Luszpinski</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-293</link>
		<dc:creator>Zbigniew Luszpinski</dc:creator>
		<pubDate>Wed, 05 Dec 2007 20:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-293</guid>
		<description><![CDATA[The most missing feature for me is &quot;2D GPU acceleration&quot;. I have Athlon64 3000+ and I&#039;m sure AR8 could be faster. There are some interfaces, APIs which may be useful for this purpose: OpenGL/GLX 2.1.2 or XRender acceleration. Nvidia, AMD (ATI) and Intel have very speedy OpenGL on Linux platform so why not use this GPU powerhouse for AR8 turbo mode. Adobe Flash Player 9,0,115 for Linux already uses OpenGL/GLX for video acceleration so this Linux API looks to be familiar to Adobe.

Also compiling AR8 binaries for i686 platform or higher could increase speed. The present AR8 i486 platform is a little bit funny and archaic when an user imagines how ill must be person trying to use AR8 on genuine Intel 486 CPU with few Megabytes of RAM.
Most Linux distributions are compiled nowadays for i686 so AR8 should also be on this level. This is not very hard to do: just add -march=i686 parameter to other gcc compilation options.
]]></description>
		<content:encoded><![CDATA[<p>The most missing feature for me is &#8220;2D GPU acceleration&#8221;. I have Athlon64 3000+ and I&#8217;m sure AR8 could be faster. There are some interfaces, APIs which may be useful for this purpose: OpenGL/GLX 2.1.2 or XRender acceleration. Nvidia, AMD (ATI) and Intel have very speedy OpenGL on Linux platform so why not use this GPU powerhouse for AR8 turbo mode. Adobe Flash Player 9,0,115 for Linux already uses OpenGL/GLX for video acceleration so this Linux API looks to be familiar to Adobe.</p>
<p>Also compiling AR8 binaries for i686 platform or higher could increase speed. The present AR8 i486 platform is a little bit funny and archaic when an user imagines how ill must be person trying to use AR8 on genuine Intel 486 CPU with few Megabytes of RAM.<br />
Most Linux distributions are compiled nowadays for i686 so AR8 should also be on this level. This is not very hard to do: just add -march=i686 parameter to other gcc compilation options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-292</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Wed, 05 Dec 2007 17:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-292</guid>
		<description><![CDATA[I&#039;ve not received a reply from Anupam after I sent him email that I want to participate. Is this a silent sign-up?
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve not received a reply from Anupam after I sent him email that I want to participate. Is this a silent sign-up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Laajanen</title>
		<link>http://blogs.adobe.com/acroread/2007/12/04/prerelease_program_for_upcomin/#comment-291</link>
		<dc:creator>Michael Laajanen</dc:creator>
		<pubDate>Tue, 04 Dec 2007 05:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/acroreaddev/2007/12/04/prerelease_program_for_upcomin/#comment-291</guid>
		<description><![CDATA[Hi there,

Great news, and we really hope that this patchrelease will include a Solaris 10 AMD port since we all that uses S10 on AMD are getting very sick of the Gnome clone.

Wr really need ad a real PDF reader on our new platform.

cheers

Michael Laajanen

IT manager 4Real AB

Embedded solutions


]]></description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Great news, and we really hope that this patchrelease will include a Solaris 10 AMD port since we all that uses S10 on AMD are getting very sick of the Gnome clone.</p>
<p>Wr really need ad a real PDF reader on our new platform.</p>
<p>cheers</p>
<p>Michael Laajanen</p>
<p>IT manager 4Real AB</p>
<p>Embedded solutions</p>
]]></content:encoded>
	</item>
</channel>
</rss>
