I get the following error when applying your patch via git-am,<br><br>shelnutt@Ubuntu32-L:~/wine$ git-am 0001-a-hack-to-make-Folding-Home-think-I-am-using-an-NVID.patch<br>cat: .dotest/next: No such file or directory<br>previous dotest directory .dotest still exists but mbox giv<br>
<br>I was able to apply it manually though using the patch command.<br><br>The only difference between your patch and mine was I also changed &quot;display&quot;, and I changed it to &quot;nv4_display.dll&quot;. I guess that doesn&#39;t work. It is compiling now, so thanks for the patch.<br>
<br>Also I wasn&#39;t aware of the change of name for Wine. I&#39;ll stop the all caps now ;).<br><br><br><div class="gmail_quote">On Sat, Jul 5, 2008 at 9:44 PM, Jeff Zaroyko &lt;<a href="mailto:jeffzaroyko@gmail.com">jeffzaroyko@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Sun, Jul 6, 2008 at 11:11 AM, Seth Shelnutt &lt;<a href="mailto:shelnutt2@gmail.com">shelnutt2@gmail.com</a>&gt; wrote:<br>

&gt; After replacing the driver &quot;Display&quot; with &quot;nv4_display.dll&quot; and desctiption<br>
&gt; with &quot;NVIDIA GeForce 8800&quot; I still get the same problem. It says the card is<br>
&gt; not supported.<br>
&gt;<br>
<br>
</div>Hi Seth<br>
<br>
I&#39;m not sure of your exact change, but I have attached a patch which<br>
succeeds for me.<br>
<br>
In your git directory, run<br>
<br>
git reset --hard # reverts all changes you have made<br>
git-am 0001-a-hack-to-make-Folding-Home-think-I-am-using-an-NVID.patch<br>
# applies my patch<br>
cd dlls/wined3d<br>
make<br>
<br>
now cd to the Folding@home install directory and run<br>
/path/to/git/wine/wine Folding@home.exe<br>
<br>
just on a side note, we say Wine, not WINE since the name changed some<br>
time ago <a href="http://wiki.winehq.org/FAQ#head-8b4fbbe473bd0d51d936bcf298f5b7f0e8d25f2e" target="_blank">http://wiki.winehq.org/FAQ#head-8b4fbbe473bd0d51d936bcf298f5b7f0e8d25f2e</a><br>
<br>
<br>
If you have any other questions, let me know.<br>
<font color="#888888"><br>
Jeff<br>
</font></blockquote></div><br>