View previous topic :: View next topic |
Author |
Message |
galay2 Apprentice
Joined: 02 Feb 2004 Posts: 208
|
Posted: Tue Oct 05, 2004 2:10 pm Post subject: Cant enable Fast Write |
|
|
Ive changed the value in /etc/modules.d/nvidia, and rebooted (reload the module), but when I cat /proc/driver/nvidia/agp/status, it shows fast write as disabled. How to enable it exactly? I have a FX5700 and fast write works fine in windows, so I want to enable it for sure. |
|
Back to top |
|
|
marcuse n00b
Joined: 17 Jan 2003 Posts: 25
|
Posted: Wed Oct 06, 2004 6:05 pm Post subject: |
|
|
Hello,
I have experienced the same issue.
Quick fix: Add
Code: |
nvidia NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1
|
to /etc/modules.autoload.d/kernel-2.6
Greetings, marcuse _________________ windows -- from people who brought you edlin ... |
|
Back to top |
|
|
Xe.Qon n00b
Joined: 26 Nov 2003 Posts: 43 Location: Eugene, OR, USA
|
Posted: Wed Oct 06, 2004 10:07 pm Post subject: |
|
|
Run modules-update and update-modules (I forget which one actually does the thing you care about), which will propogate your changes from /etc/modules.d/nvidia to /etc/modules.conf. /etc/modules.d/nvidia is ignored by modprobe itself. |
|
Back to top |
|
|
|