<div dir="ltr"><div class="gmail_quote">On Sat, Aug 22, 2009 at 1:28 PM, Matthew Saltzman <span dir="ltr"><<a href="mailto:mjs@clemson.edu">mjs@clemson.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, 2009-08-22 at 03:06 -0400, William Case wrote:<br>
> Hi;<br>
<div class="im"><br>
> If it is any consolation to you, I am having exactly the same problem<br>
> with the 2.6.29.6-217.2.8.fc11.x86_64 kernel.<br>
> akmod-nividia-185.18.14-1.fc11.x86_64 doesn't work and<br>
> kmod-nvidia-2.6.29.6-217.2.7.fc11.x86_64-185.18.14-1.fc11.5.x86_64q is<br>
> the last nvidia module I have received.<br>
<br>
</div>In what sense does akmod "not work"?  Do you get messages at boot, in<br>
dmesg, or in /var/log/messages?<br>
<br>
What happens if you run akmods --force from the command line (as root)?<br>
(If you aren't running the kernel you want to build for, add --kernels<br>
<kernel-version>.)<br>
<br>
FWIW, aknod worked smooth as silk here (Quadro NVS 140M<br>
2.6.29.6-217.2.8.fc11.x86_64) and even with legacy drivers (GeForce FX<br>
5400 2.6.29.6-217.2.8.fc11.i686.PAE).<br></blockquote></div><br>I'm using the akmod for a while now (on 4 different machines) and they seem to work just fine.<br>However, make sure you:<br><br>1. Install the required packages: (64bit with multi-lib in this case)<br>
xorg-x11-drv-nvidia-libs.i586<br>akmod-nvidia.x86_64<br>xorg-x11-drv-nvidia-libs.x86_64<br>xorg-x11-drv-nvidia.86_64<br><br>2. Build the required modules:<br>/etc/init.d/akmods restart<br>/etc/init.d/nvidia restart<br><br>
3. Add the missing module configurations in xorg.conf<br>Section "Files"<br>    ModulePath      "/usr/lib64/xorg/modules/extensions/nvidia/"<br>    ModulePath      "/usr/lib64/xorg/drivers"<br>
    ModulePath      "/usr/lib64/xorg/modules"<br>EndSection<br><br>4. Restart X.<br><br>Hope it helps,<br>- Gilboa<br></div>