[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fastwrite



jens wrote:
hallo liste
bekomme einfach das fastwrite für die grafikkarte nicht aktiviert.
habe folgendes probiert.

in /etc/modules.conf
alias char-major-195 nvidia
option nvidia (NVdriver) NVreg_EnableAGP=1 NVreg_EnableAGP=1

habe beides getestes nvidia sowie NVdriver.

cat /proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86 NVIDIA Kernel Module 1.0-7167 Fri Feb 25 09:08:22 PST 2005
GCC version:  gcc-Version 3.3.5 (Debian 1:3.3.5-12)

cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        4x
Fast Writes:     Disabled
SBA:             Disabled

cat /proc/driver/nvidia/agp/card
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000217:0x1f000104


cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000217:0x00000104

im bios ist fastwrite aktiviert.
nun weiss ich nicht weiter und google bringt auch nicht mehr hilfe.
mfg
jens kasten


Schau mal hier:

# zless /usr/share/doc/nvidia-glx/README.gz

speziell im Kapitel:
APPENDIX O: PROC INTERFACE
Please note that several factors decide if support for either will be enabled. First of all, both the AGP card and the host bridge must support the feature. Even if both do support it, the driver may decide not to use it in favor of system stability. This is particularly true of AGP Fast Writes.

Vielleicht kannst Du noch den Kernel-AGP-Treiber (AGPGART) ausprobieren. Kannst Du in der XF86Config-4 einstellen.

Hier ein Auszug aus meiner XF86Config-4:
Section "Device"
        Identifier      "Nvidia GF4 TI 4200"
        Driver          "nvidia"
# NVAGP oder Kernel-AGP:
# 0     kein AGP Support
# 1     NvAGP benutzen, wenn möglich
# 2     AGPgart (Kernel AGP) benutzen, wenn möglich
# 3     AGPgart versuchen, bei Fehlschlag NVAGP nehmen

        Option          "NvAgp" "3"

EndSection

Gruß Manfred



Reply to: