<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Time to do the Happy Dance! :)<br>
<br>
Jordan Crouse wrote:
<blockquote cite="mid20071219193229.GD23287@cosmic.amd.com" type="cite">
  <pre wrap="">On 19/12/07 10:28 -0800, Larry Maloney wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Jordan,

So I take it your the engineer at AMD responsible for the GEODE video 
drivers?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, I'm responsible for the Linux driver.  Feel free to direct any threats,
knives or mail bombs in my direction.

  </pre>
</blockquote>
<br>
Hehe, no you won't get such pleasures from me!<br>
<br>
Anybody who provides Open Source contributions deserves an exceeding
amount of respect.<br>
<br>
<br>
<blockquote cite="mid20071219193229.GD23287@cosmic.amd.com" type="cite">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Indeed.  Most of the users of the drivers are very Linux centric, and I
apologize for being so selfish. :)
  
      </pre>
    </blockquote>
    <pre wrap="">So,  does this mean the makefiles are setup specifically for Linux?  No 
other platform makes are available?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This means only Linux has been tested.  its the nature of the configure
scripts that they should work on BSD, but until you came along, nobody
has actually tried it (to the best of my knowledge).

  </pre>
</blockquote>
<br>
OK, good! I have a starting point.<br>
<br>
Is it safe to assume that I can post reasonable questions about the
Makefile dependencies as I go along, if necessary?<br>
<br>
I will do my own research, but I think I will have a few questions
along the way.<br>
<br>
<br>
<blockquote cite="mid20071219193229.GD23287@cosmic.amd.com" type="cite">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <pre wrap="">Do I need any other information to build a configure script for BSD?  Is 
there any information about dependencies, and libraries that might
be committed from the current build / configure scripts?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In that regard, we are just as responsible as any other X driver - we don't
have any requirements for additional libraries and dependencies beyond what
is needed for a generic X driver.  In fact, if you know of a X driver that
_does_ build on BSD, then you should be able to bring those scripts over
easily.  In a perfect world, everything would work everywhere.
  </pre>
</blockquote>
<br>
Good idea.&nbsp; Very good idea.&nbsp; I will start with an existing driver make
and compare it with GEODE.<br>
<blockquote cite="mid20071219193229.GD23287@cosmic.amd.com" type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">One other question.  What is the true amount of memory available in the 
hardware for the graphics?  Is it 256K ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This is a UMA architecture, so the amount of memory available for graphics
is specified at boot time by the BIOS or firmware.  256K is very low,
8M is typical for minimal systems, and move up to 16M and beyond for
more aggressive systems, depending on the maximum resolution you need and
how much buffer space you want to leave for X.

As a reference, the largest visible framebuffer that LX supports is
1920x1440 which consumes at most 11.5M with all the bells and whistles
turned on.   How much buffer space you should have depends on what you want
to do (i.e. if you want rotation, you'll need room for an entire shadow
framebuffer, if you want video you'll need room for the video buffers, etc,
etc).

Jordan

  </pre>
</blockquote>
<br>
<br>
Cool, makes perfect sense.&nbsp; Obviously I haven't read all 1000 pages of
the GEODE handbook. :)&nbsp; Also<br>
my board mfg didn't provide this little detail.&nbsp; Thank you! :)<br>
<br>
Larry<br>
<blockquote cite="mid20071219193229.GD23287@cosmic.amd.com" type="cite">
  <pre wrap="">


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
==============================
Larry P. Maloney
CEO/CTO SoftNet Solutions

Phone: 650-669-1942
  Web: <a class="moz-txt-link-abbreviated" href="http://www.softnetsolution.com">www.softnetsolution.com</a></pre>
</body>
</html>