Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 88

Thread: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

  1. #61
    Join Date
    Dec 2006
    Location
    Romania
    Beans
    34
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    I'm trying to DISABLE SBA but this guide won't work for me..
    So, the system is an AMD64 on VIA KT800 chipset, GF 6600GT AGP and Kubuntu Feisty and nvidia 1.0-9755

    Code:
    cat /proc/driver/nvidia/agp/*
    
    Fast Writes:     Supported
    SBA:             Supported
    AGP Rates:       8x 4x
    Registers:       0xff000e1b:0x1f000302
    Host Bridge:     PCI device 1106:0204
    Fast Writes:     Supported
    SBA:             Supported
    AGP Rates:       8x 4x
    Registers:       0x1f000a1b:0x00000b02
    Status:          Enabled
    Driver:          AGPGART
    AGP Rate:        8x
    Fast Writes:     Disabled
    SBA:             Enabled
    So SBA/FW are supported, FW is Disabled and SBA enabled. I should mention that i also tried this with the NVIDIA AGP driver instead of the default one.

    Code:
    cat /proc/driver/nvidia/registry | grep AGP
    
    EnableALiAGP: 0
    NvAGP: 3
    ReqAGPRate: 15
    EnableAGPSBA: 0
    EnableAGPFW: 0
    Judging by the nvidia registry values, SBA should also be disabled. Also, setting these values to 1 doesn't enable FW.. It's pretty clear that they are ignored.

    Help?

    Edit:
    I found out why the options defined in nvidia-kernel-nkc didn't stick.
    I had to comment out the lines in this file

    Code:
    cat /etc/modprobe.d/lrm-video
    # Make nvidia/nvidia_legacy and fglrx use /sbin/lrm-video to load
    install fglrx /sbin/lrm-video fglrx $CMDLINE_OPTS
    install nvidia /sbin/lrm-video nvidia $CMDLINE_OPTS
    install nvidia_legacy /sbin/lrm-video nvidia_legacy $CMDLINE_OPTS
    install nvidia_new /sbin/lrm-video nvidia_new $CMDLINE_OPTS
    Still, the options have no effect on the AGP driver
    Last edited by gribelu; May 7th, 2007 at 02:41 PM.

  2. #62
    Join Date
    May 2006
    Beans
    1

    Angry Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    I followed the tutorial and fast Write remains desactive.

    its did my PC function under edgy.

    supports it http://paste.ubuntu-nl.org/20586/ ?

    I am feisty with the last drivers of nvidia

    thank you
    Last edited by KEVIN06; May 13th, 2007 at 02:13 PM.

  3. #63
    Join Date
    Dec 2006
    Location
    Romania
    Beans
    34
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    I tried everything. It appears that with the latest kernels (?) this trick doesn't work anymore.
    Anyone have a workaround? I need to disable SBA as i have stability problems with it on

  4. #64
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    Add the following line to your /etc/modprobe.d/nvidia-kernel-nkc :
    Code:
    options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1

  5. #65
    Join Date
    Dec 2006
    Location
    Romania
    Beans
    34
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    you didn't understand my problem

    options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1

    Code:
    $ cat /proc/driver/nvidia/agp/status
    
    Status:          Enabled
    Driver:          AGPGART
    AGP Rate:        8x
    Fast Writes:     Disabled
    SBA:             Enabled
    
    $ cat /proc/driver/nvidia/registry | grep AGP
    
    EnableALiAGP: 0
    NvAGP: 3
    ReqAGPRate: 15
    EnableAGPSBA: 1
    EnableAGPFW: 1
    options nvidia NVreg_EnableAGPSBA=0 NVreg_EnableAGPFW=0

    Code:
    $ cat /proc/driver/nvidia/agp/status
    
    Status:          Enabled
    Driver:          AGPGART
    AGP Rate:        8x
    Fast Writes:     Disabled
    SBA:             Enabled
    
    $ cat /proc/driver/nvidia/registry | grep AGP
    
    EnableALiAGP: 0
    NvAGP: 3
    ReqAGPRate: 15
    EnableAGPSBA: 0
    EnableAGPFW: 0
    Whatever the EnableAGPSBA and EnableAGPFW values are, FW and SBA stay at the default values.
    I think there's a problem in Feisty or the 2.6.20 kernel that makes these options obsolete

    As i mentioned earlier, this is also the case with the NVIDIA agp driver. I guess the problem is with the AGPGART from the kernel...

  6. #66
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    Quote Originally Posted by tseliot View Post
    Add the following line to your /etc/modprobe.d/nvidia-kernel-nkc :
    Code:
    options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
    It doesn't work with nvidia-glx-new. However it works with nvidia-glx but linux-lowatency require last version of nvidia driver.

  7. #67
    Join Date
    Jun 2005
    Beans
    137

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    So, there is NO way to make SBA and FW work with nvidia-glx-new? That would suck...

  8. #68
    Join Date
    Jun 2005
    Beans
    117

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    I added the following to my nvidia-kernel-nkc and got much better performance after rebooting, my card is a FX5700 128MB

    gksudo gedit /etc/modprobe.d/nvidia-kernel-nkc


    options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 NVreg_EnableBrightnessControl=1 NVreg_DevicesConnected=1 NVreg_VbiosFromROM=1 NVreg_SaveVBios=1 NVreg_SoftEDIDs=0 NVreg_VideoMemoryTypeOverride=0 NVreg_NvAGP=3 NVreg_ReqAGPRate=8 #(8=for 8X AGP, 4=for 4X AGP)

  9. #69
    Join Date
    Jun 2005
    Beans
    137

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    Aha.. and where did you find these things?
    Other people posted that EnableAGPSBA=1 and EnableAGPFW=1 did nothing for them.

    What does
    Code:
    cat /proc/driver/nvidia/registry
    show for you?

    Edit:
    I did the same thing and none of that seems to have and kind of effect, at least according to /proc/driver/nvidia/registry.
    For instance, Enable brightnesscontroll still says "0", just like SaveBios does...
    Last edited by thom_raindog; June 8th, 2007 at 04:50 PM.

  10. #70
    Join Date
    Feb 2007
    Beans
    7

    Re: HOWTO:Nvidia AGP FastWrites and Side Band Addressing

    Quote Originally Posted by thom_raindog View Post
    So, there is NO way to make SBA and FW work with nvidia-glx-new? That would suck...
    Checked it out myself..dosen't work with the new 'nvidia-glx-new' drivers.

    Solution..Anyone?

Page 7 of 9 FirstFirst ... 56789 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •