PDA

View Full Version : how to activate fast writes and SBA


cyzz
10-07-02, 02:13 PM
not sure to activate this options
im using redhat 7.3 and geforce4
an entry in my modules.conf dose not work :\
any help will be great

mfg

mtrr
10-07-02, 02:29 PM
can only be activated if the bios supports that.


please post the relevant part of /etc/modules.conf


cheers

cyzz
10-07-02, 02:35 PM
alias parport_lowlevel parport_pc
alias eth0 8139too
alias eth1 8139too
alias usb-controller usb-uhci
alias sound-slot-0 emu10k1
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias char-major-195 NVdriver (know i have to edit this line)
------------------------------
im using a P4-1800@P4T-E
think so,, my system is supporting this options

mfg

TheOneKEA
10-07-02, 03:57 PM
How do you enable Fast Writes in the driver? I have it enabled in the BIOS but /proc/driver/nvidia/agp/status shows that Fast Writes are disabled. Which kernel module option do I need?

mtrr
10-07-02, 04:10 PM
modinfo NVdriver should give you an idea :)

options NVdriver NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1

man modules.conf may help you also.


cheers

TheOneKEA
10-08-02, 05:59 AM
OK, I'll try that.

cyzz
10-08-02, 06:36 AM
it works great and stable.
thx alot !!
modinfo NVdriver gives out many other options ill have to test ;)

mfg

mtrr
10-08-02, 06:38 AM
it's been a pleasure :)


cheers