PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ATI 9600XT bzw fglrx-4.3.0-3.11.1.i386.rpm



Sungod
24.08.04, 15:21
Hi

Ich habe da ein kleines problem mit diesem miststück Fedora 2.

Ich kann den treiber fglrx-4.3.0-3.11.1.i386.rpm nicht einmal installieren da er ein konflikt mit xorg-x11-Mesa-libGL-6.7.0-2 verursacht. Ich weiss inzwischen das Fedora mit xorg anstatt mit XFree86 arbeitet, doch es muss doch auch möglich sein diesen blöden Treiber auch Fedora u verklickern so das ich GL unterstüzung habe.

Ich habe es vorher mit RedHat versucht der aber hat einen 2.4 kernel und kann somit keine unterstüzug für AGP 3.0 (8x) aufbauen da er das device nicht finden kann <sagt zmindes agpgart>. Das war die erste Enteuschung und was hab ich jezt ein netes kleines fedora mit kernel 2.6 der die unterstüzung zwar kat aber mich nicht lässt den treiber zu installieren.

super oder??

falls jemannd ne Antwort auf dieses Problem weiss were ich dankbar es auch zu erfahren.

THX im voraus

Sungod
24.08.04, 15:58
hab hier was gefunden.

Und probiers grade aus vieleicht hilft es

http://fedorafaq.org/#radeon

Sungod
24.08.04, 22:34
So kinder ich habe mein problem gelöst :p

für alle die es auch wissen wollen wie hier die erklerung.

Zuerst den Treiber fglrx-4.4.0-3.9.0.i386.rpm und
fglrx-3.9.0-fc2-2.6.6.patch runterladen einfach in google eingeben :-)

Danach

su rechte bekommen

# yum install kernel
# yum install kernel-sourcecode

Danach einmal neustarten damit der neue kernel geladen wird

Dann in das verzeichniss wo die beiden pakete liegen
# rpm --force -i fglrx-4.3.0-3.9.0.i386.rpm
fals das nicht geht
# rpm -Uvh --replacefiles fglrx-4.3.0-3.9.0.i386.rpm
und gleich auch den patch entpacken mit
# gunzip -c fglrx-3.9.0-fc2-2.6.6.patch.gz oder so ähnlich *weiss nicht mehr wies genau hies
dann
# cd /usr/src/
# ln -s linux-2.6***** linux
# cd /lib/modules/fglrx//buil_mod/
# patch -p1 < /"veriechnis"/fglrx-3.9.0-fc2-2.6.6.patch
# vi make.sh
********die row 176 auf drmincludes=/usr/src/linux/drivers/char/drm ändern*********
mit :x! beenden da die datei schreibgeschüzt ist
# sh make.sh
# cd ..
# sh make_install.sh
# fglrxconfig
# cd /etc/X11/xkb/rules
# ln -sf xorg xfree86
# ln -sf xorg.lst xfree86.lst
# ln -sf xorg.xml xfree86.xml

das wars eines noch fglrxconfig muss gar nicht ausgeführt werden hier die relewanten daten für /etc/X11/xorg.conf

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9600XT"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:3:0:0"
EndSection

und in der sektion DRI

Group 100 eintragen.

dann noch einmal neustrten. Und das Ergebniss lässt sich sehen

# glxgears
12140 frames in 5.0 seconds = 2428.000 FPS
12898 frames in 5.0 seconds = 2579.600 FPS
13441 frames in 5.0 seconds = 2688.200 FPS
13441 frames in 5.0 seconds = 2688.200 FPS
13441 frames in 5.0 seconds = 2688.200 FPS
13441 frames in 5.0 seconds = 2688.200 FPS
13443 frames in 5.0 seconds = 2688.600 FPS
13442 frames in 5.0 seconds = 2688.400 FPS
13442 frames in 5.0 seconds = 2688.400 FPS

so das wars fürs erste von mir :-) bei mir hats super hingehauen

Sungod
24.08.04, 22:38
ach ja noch eins

fgl_glxgears
1828 frames in 5.0 seconds = 365.600 FPS
2555 frames in 5.0 seconds = 511.000 FPS
2558 frames in 5.0 seconds = 511.600 FPS
2543 frames in 5.0 seconds = 508.600 FPS

schaut ein wennig mager aus aber ist auch ein wennig aufwendiger :D