<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux graphic artifact IEGD 10.3 in Embedded Intel Atom® Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233595#M1687</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I've tried with 3 differents kernels (2.6.31.13; 2.6.33 and 2.6.34) and there is no difference.&lt;/P&gt;&lt;P&gt;I've also founded that you can start once the X server, and after killing it, you're not able to start it a second time.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2010 14:28:20 GMT</pubDate>
    <dc:creator>RHane</dc:creator>
    <dc:date>2010-05-20T14:28:20Z</dc:date>
    <item>
      <title>Linux graphic artifact IEGD 10.3</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233594#M1686</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I'm new to the community, and first, thank you to Intel to give us the helpfull IEGD tool.&lt;/P&gt;&lt;P&gt;But I have got a problem with IEGD 10.3.1.&lt;/P&gt;&lt;P&gt;When I switched from one virtual terminal to another (with CTRL+ALT+Fx), I have got graphical artifacts and freeze.&lt;/P&gt;&lt;P&gt;I'm working on a Intel Atom D510. Do you know if there is a solution to this problem?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2010 14:21:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233594#M1686</guid>
      <dc:creator>RHane</dc:creator>
      <dc:date>2010-05-19T14:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux graphic artifact IEGD 10.3</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233595#M1687</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I've tried with 3 differents kernels (2.6.31.13; 2.6.33 and 2.6.34) and there is no difference.&lt;/P&gt;&lt;P&gt;I've also founded that you can start once the X server, and after killing it, you're not able to start it a second time.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2010 14:28:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233595#M1687</guid>
      <dc:creator>RHane</dc:creator>
      <dc:date>2010-05-20T14:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linux graphic artifact IEGD 10.3</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233596#M1688</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rhanesse:&lt;/P&gt; &lt;P&gt; &lt;/P&gt; &lt;P&gt;I know that we have some Intel folks looking into your message so hopefully you will hear something soon.  In the meantime, any further details describing the failure you can provide might be helpful.&lt;/P&gt; &lt;P&gt; &lt;/P&gt; &lt;P&gt;Thanks for your patience&lt;/P&gt; &lt;P&gt; &lt;/P&gt; &lt;P&gt;Felix&lt;/P&gt; &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2010 14:39:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233596#M1688</guid>
      <dc:creator>FMcNu1</dc:creator>
      <dc:date>2010-05-20T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linux graphic artifact IEGD 10.3</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233597#M1689</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to have the same problem, but it  works well with kernel 2.6.34 now,  I think you need a patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- agp/drv_cmn.c       2010-06-29 11:26:51.568770776 +0800+++ ../../iegd_10.3.1/agp/drv_cmn.c      2009-12-02 01:32:55.000000000 +0800@@ -506,9 +506,7 @@ static AGP_MEM_TYPE i8xx_alloc_pages(size_t pg_count, unsigned int order) {        struct page * page;-# if LINUX_VERSION_CODE &amp;gt;= KERNEL_VERSION(2,6,31)-       int i = 0;-# endif+        AGN_DEBUG("Enter");        page = alloc_pages(GFP_KERNEL, order);@@ -532,13 +530,7 @@         * because of the changes in page fault handler in the kernel.         */        AGP_LOCK_PAGE(page);-# if LINUX_VERSION_CODE &amp;gt;= KERNEL_VERSION(2,6,31)-        for (i = 0; i &amp;lt; pg_count; i++) {-# endif        atomic_inc(&amp;amp;agp_bridge-&amp;gt;current_memory_agp);-# if LINUX_VERSION_CODE &amp;gt;= KERNEL_VERSION(2,6,31)-       }-# endif        return PAGE_ADDRESS(page); //returns page or addr depending on kernel        AGN_DEBUG("Exit");@@ -567,6 +559,7 @@         free_pages((unsigned long)addr, order);         atomic_dec(&amp;amp;agp_bridge-&amp;gt;current_memory_agp);&lt;/P&gt;&lt;P&gt;         AGN_DEBUG("Exit"); }&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2010 07:09:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Linux-graphic-artifact-IEGD-10-3/m-p/233597#M1689</guid>
      <dc:creator>szhuo</dc:creator>
      <dc:date>2010-06-29T07:09:04Z</dc:date>
    </item>
  </channel>
</rss>

