PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 9500pro und Suse8.2


RLZ
2003-07-26, 01:26:07
So also mal ne Zusammenfassung was ich schon gemacht hab:
1. Suse neu installiert (mit Kernelsource natürlich :) )
2. Neuste NForce2 Treiber installiert
3. FireGL-Treiber gedownloadet und versucht zu installieren ;)
4. ganzen Tag damit rumgeärgert

So nun bin ich soweit, dass er die Treiber installiert hat und laut lsmod läuft das ganze sogar (ich denk mal fglrx dürft das entsprechende Modul sein)

Nur mein XFree86 meint nun so schön beim starten:


XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: SuSE Linux [ELF] SuSE
Build Date: 17 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Jul 25 23:17:09 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
(EE) fglrx(0): cannot init AGP

*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.

Fatal server error:
Caught signal 11. Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to http:/www.suse.de/feedback.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

....

so als "Gegenmassnahme hab ich schon versucht in die XF86Config eine 2. Karte mit entsprechenden 2. ID reinzuflicken.
Allerdings ohne Erfolg :/
agpgart wollt ich auch starten, aber mein Rechner meint lieber: no such device

ActionNews
2003-07-26, 09:03:57
Soweit ich weiß funzt der nVidia nForce2 Linux AGPGart Treiber NUR mit Nvidia-Grafiktreibern :(! Naja typisch Nvidia halt :(! Nvidia benutzt ja nicht den allgemeinen Standard von XFree sondern irgendwas eigenes.

Aber vielleicht gibt es ja eine Lösung von der ich nix weiß ?

CU ActionNews

(del676)
2003-07-26, 09:37:49
Original geschrieben von ActionNews
Soweit ich weiß funzt der nVidia nForce2 Linux AGPGart Treiber NUR mit Nvidia-Grafiktreibern :(! Naja typisch Nvidia halt :(! Nvidia benutzt ja nicht den allgemeinen Standard von XFree sondern irgendwas eigenes.

Aber vielleicht gibt es ja eine Lösung von der ich nix weiß ?

CU ActionNews

gibts schon lang

http://forums.gentoo.org/viewtopic.php?t=59574&highlight=radeon+nforce2

RLZ
2003-07-26, 10:18:24
ähm ja
Also das hier scheint mir das Wichtige zu sein aus dem Thread:

I did a stage 1 install, went through the typical installation, emerging gentoo-sources as the kernel. Before compiling the kernel for the first time, I grabbed NVIDIA_nforce-1.0-0261.tar.gz from nVidia through Lynx, untarred it to /root. Then, I copied the linux-2.4.20-agpgart.diff patch to /usr/src. Patched linux-2.4.20-0gentoo-r5, then continued with the regular gentoo install. This way, the agpgart is compiled directly into the kernel right from the getgo.


Den Kram runterladen und den AGP-Patch in src Verzeichnis kopieren. Aber wie patche ich dann? (sorry bin kein so Linuxexperte :( )


After compiling and booting into the kernel, head to /root/nforce and run make, then make install to install the audio/nvnet modules, and edit nvnet into /etc/modules.autoload. Reboot if necessary to load the network drivers, then emerge Xfree.

Das ist nur für die Netzwerk und Soundtreiber oder?
Die gehen ja schon glücklicherweise bei mir...


Once Xfree is emerged, emerge ati-drivers. Once emerged, run insmod fglrx to make sure the modules will load. Then run fglrxconfig, configure your settings, but make sure that you ARE using the external AGP gart when it asks. Reboot and make sure to disable AGP 8x support in the bios, for as many have said before, it will only disable 8x support, but should stil operate at 4x.

mhh ok das wär klar

Also wie krieg ich nun den AGP-Patch rein?

Harleckin
2003-07-26, 10:32:06
Kernelpatch für den 2.4.21 gibt es unter [1].

'cd /usr/src/linux'
'patch -Np1 < ../linux-2.4.21-agpdiff.diff'

[1] http://www.nforcershq.com/forum/viewtopic.php?t=22114


MfG