Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia Prob !
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
gabelhonz
Apprentice
Apprentice


Joined: 30 Aug 2004
Posts: 222
Location: 10010100111110011

PostPosted: Fri Apr 22, 2005 1:40 pm    Post subject: Nvidia Prob ! Reply with quote

Hi Leute,

ich habe mal zu Versuchszwecken bei meiner Nvidia GeForceFX5200 SBA(SideBandAdressing) eingeschalten sowie Fast Writes.
Jetzt kann ich es nicht mehr abstellen.
Code:
g4beLhoNz root # cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled


habe die Treiber komplette gelöscht und die neusten installiert. Davor habe ich alles was mit Nvidia zu tun hatte gelöscht, wie Environment, Module usw...
Ich habe keine Ahnung mehr wie ich das wegbekomm, denn mein PC hängt sich nach einer Weile deswegen immer schön weg.
Weis einer Rat ??

gruß
Back to top
View user's profile Send private message
TilianGemini
Tux's lil' helper
Tux's lil' helper


Joined: 12 Apr 2005
Posts: 83
Location: Deutschland

PostPosted: Fri Apr 22, 2005 5:55 pm    Post subject: Reply with quote

Das sind doch Optionen die du in deiner Xorg bzw in der /etc/modules.autoload.d/kernel-X.Y/nvidia Moduldatei umstellen kannst.
_________________
System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB
Back to top
View user's profile Send private message
TilianGemini
Tux's lil' helper
Tux's lil' helper


Joined: 12 Apr 2005
Posts: 83
Location: Deutschland

PostPosted: Fri Apr 22, 2005 5:56 pm    Post subject: Reply with quote

Das sind doch Optionen die du in deiner Xorg bzw in der /etc/modules.autoload.d/kernel-X.Y/nvidia Moduldatei umstellen kannst.

Wie hast du es denn eingeschaltet???
_________________
System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Fri Apr 22, 2005 6:02 pm    Post subject: Reply with quote

Diese beiden Optionen werden in /etc/modules.d/nvidia aktiviert bzw. deaktiviert.
Entferne aus der letzten Zeile dieser Datei das Kommentarzeichen '#'.
Dann noch
Code:
$ modules-update
ausgeführen.

Laut deinem Post ist aber Fast Writes deaktiviert :wink:
Besser ist es, wenn sowohl SBA als auch FW aktiviert sind.
Auf was man aber derzeit noch verzichten sollte, ist
Code:
Option "RenderAccel" "true"
in der xorg.conf.

Sollten nach der Aktivierung dieser beiden Optionen Probleme auftreten, kann man sie ja wieder auskommentieren.
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
gabelhonz
Apprentice
Apprentice


Joined: 30 Aug 2004
Posts: 222
Location: 10010100111110011

PostPosted: Fri Apr 22, 2005 6:54 pm    Post subject: Reply with quote

Mein Problem ist das ich SBA nicht mehr abstellen kann !
Natürlich ist es im Modul nicht aktiviert, das ist ja das komische ! Fast Writes aus und ein schalten kein problem ! Aber SBA kann ich nicht mehr deaktivieren ! Was soll das ??

gruß
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Fri Apr 22, 2005 8:00 pm    Post subject: Reply with quote

Warum willst du es denn abstellen? Auf diese Weise kann deine Graphikkarte schneller arbeiten.

Aber wenn du es unbedingt langsamer haben willst:
/etc/modules.d/nvidia
Code:
options nvidia NVreg_EnableAGPSBA=0
sollte es bewirken.
Code:
$ modules-update
nicht vergessen.
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
gabelhonz
Apprentice
Apprentice


Joined: 30 Aug 2004
Posts: 222
Location: 10010100111110011

PostPosted: Sat Apr 23, 2005 8:55 am    Post subject: Reply with quote

Lieber LinuxPeter,

les mal meinen Post richtig !

Ich kann es nicht mehr deaktivieren ! Das muss aber gehen !
Und damit es keine Missverständnisse gibt hier:
Code:
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195

# To tweak the driver the following options can be used, note that
# you should be careful, as it could cause instability!! For more
# option see /usr/share/doc/nvidia-kernel-1.0.7174/README.gz
#
#   To enable Side Band Adressing:  NVreg_EnableAGPSBA=1
#
#   To enable Fast Writes: NVreg_EnableAGPFW=1
#
# To enable both for instance, uncomment following line:
#
#options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1



auch das bringt nix:

Code:
options nvidia NVreg_EnableAGPSBA=0


gruß
Back to top
View user's profile Send private message
TilianGemini
Tux's lil' helper
Tux's lil' helper


Joined: 12 Apr 2005
Posts: 83
Location: Deutschland

PostPosted: Sat Apr 23, 2005 10:15 am    Post subject: Reply with quote

Quote:
Das sind doch Optionen die du in deiner Xorg bzw in der /etc/modules.autoload.d/kernel-X.Y/nvidia Moduldatei umstellen kannst.


Hoppla... ich meinte natürlich die /etc/modules.d/nvidia *peinlich*

Klappt es denn mittlerweile?
_________________
System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB
Back to top
View user's profile Send private message
gabelhonz
Apprentice
Apprentice


Joined: 30 Aug 2004
Posts: 222
Location: 10010100111110011

PostPosted: Sun Apr 24, 2005 8:32 pm    Post subject: Reply with quote

ahhhhh. Hilfe... ich kann es nicht mehr deaktivieren.
Ich hab jetzt alles mögliche probiert, geht gar nix. Ich vermute ein Hardware Problem.
Kann mir keiner helfen ???

gruß
Back to top
View user's profile Send private message
reptile
Guru
Guru


Joined: 19 Nov 2002
Posts: 363

PostPosted: Mon Apr 25, 2005 5:45 am    Post subject: Reply with quote

in manchen bios' kann man das abstellen. wobei aber immer noch die frage bleibt, warum. ich weiss, das ist keine antwort, aber nach nem hardware-fehler siehts ja eher nicht aus.
Back to top
View user's profile Send private message
gabelhonz
Apprentice
Apprentice


Joined: 30 Aug 2004
Posts: 222
Location: 10010100111110011

PostPosted: Mon Apr 25, 2005 8:06 am    Post subject: Reply with quote

Hi,

also ich hab in diversen Foren gesucht und die Antwort gefunden:

Quote:
You cant disable SBA on an 8x card, its a hard wired part of AGP 8x spec.



gruß
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum