Archiv verlassen und diese Seite im Standarddesign anzeigen : Xfre4.1 wo ist die 3d unterstützung
Ich habe Suse 7.1 voodoo2 voodoo3
ich habe die xfree pakette mit
rpm Uhv force nodeps installiert und zwar
xf86 xf86_glx und so weiter halt die üblichen
Pakette sax2 ausgeführt gut alles geklappt
Laut KDE Center hab ich jetzt xfree 4.1 was auch stimmt
gebe ich jetzt 3Diag ein in der Konsole steht da ungefähr sowas wie
test glx ok
test glx package ok
test link glx ok
aber bei Dri steht dri package no
also fehlt ihm irgendwie Dri aber bei
Xfree 4.1 ist doch Dri dabei
ich kappier jetzt überhaupt nichts mehr
und wenn ich mit Yast das Dri Paket installierer kommt dann "depencie v'5 oder so
Hmmm, ich habe bei SuSE nue ein Paket
gldri-v5.rpm gefunden, da steht's ja schon im Namen drinnen, daß nur die Voodoo5 unterstützt wird.
Laut dri.sourceforge.net gibt es aber durchaus Unterstützung für Voodoo3. Vielleicht die DRI-Sourcen dort aus dem CVS ziehen und selbst bauen ?
hth,
Thorwin
Also als ich mir von Suses FTP XFree86 4.10 gezogen habe war dar auch ein Verzeichniß mit dem Namen DRI. Und im Readme das dort ihrgendwo rumlag steht vollgendes :
3) DRI (3D accelerated OpenGL support)
--------------------------------------
To be able to use DRI you must compile some kernel modules. Your
kernel source package lx_suse (SuSE 7.1) respectively package
kernel-source (SuSE 7.2) must be installed and configured for
this. Please notice that DRI for XFree86 4.1.0 requires Kernel 2.4. So
it is not able to configure and use DRI with SuSE 7.0 unless you
update your kernel (including sources) to release 2.4. The
configuration can be done with the commands:
a) SuSE 7.1:
# cp /boot/vmlinuz_24.config /usr/src/linux/.config
# cp /boot/vmlinuz_24.version.h /usr/src/linux/include/linux/version.h
# cd /usr/src/linux; make cloneconfig; make dep
b) SuSE 7.2:
# cp /boot/vmlinuz.config /usr/src/linux/.config
# cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
# cd /usr/src/linux; make cloneconfig; make dep
Then you'll have to compile the DRM kernel modules. The sources can be
found in
* suse70/DRI (SuSE Linux 7.0 / glibc 2.1.3)
* suse71/DRI (SuSE Linux 7.1 / glibc 2.2)
* suse72/DRI (SuSE Linux 7.0 / glibc 2.2)
Install the sources with
# rpm -Uhv km_drm-*.i386.rpm
Compile and install the kernel modules with
# cd /usr/src/kernel-modules/drm
# make -f Makefile.module
# rm -f /lib/modules/`uname -r`/video/{gamma.o,i810.o,mga.o,r128.o,tdfx.o}
# install -m 644 -o root -g root gamma.o i810.o mga.o r128.o radeon.o tdfx.o /lib/modules/`uname -r`/kernel/drivers/char/drm
# depmod -a
Then you'll have to add some lines to your '/etc/modules.conf'.
###
pre-install mga modprobe "-k" "agpgart"
pre-install r128 modprobe "-k" "agpgart"
pre-install radeon modprobe "-k" "agpgart"
options agpgart agp_try_unsupported=1
###
At last you must install the xf86_glx package located in
* suse70/DRI (SuSE Linux 7.0 / glibc 2.1.3)
* suse71/DRI (SuSE Linux 7.1 / glibc 2.2)
* suse72/DRI (SuSE Linux 7.2 / glibc 2.2)
with
# rpm --nodeps -e mesasoft (only required for SuSE 7.0)
# rpm -Uhv xf86_glx-*.i386.rpm
# /usr/X11R6/bin/switch2xf86_glx
and add the following entries to your '/etc/X11/XF86Config' in the
"Modules" Section
###
Load "glx"
Load "dri"
###
Please notice, that most drivers only support 16bpp ("DefaultDepth 16" in
"Screen" Section of '/etc/X11/XF86Config')!
DRI Support is currently available for the following boards:
- Matrox G200/G400/G450
- ATI Rage 128/Rage 128 Pro/Radeon
- Intel i810/i815
- 3Dlabs GLINT MX
- 3Dfx Banshee
- 3Dfx Voodoo 3/4/5
You'll need the following entry in your "Device" Section of your
/etc/X11/XF86Config for i810/i815 chipsets, otherwise there won't
be enough memory available to use 3D.
#
VideoRam 16384
#
Hi JackieN,
Du bist auf dem richtigen Dampfer. Du bekommst unter X erst dann DRI-Support, wenn du ihn auch im Kernel aktiviert hast.
Also, rann an den Kernel und überprüfen ob du den AGP-Support aktiviert und den entsprechenden DRI-Treiber(Modul) mit einkompiliert hast. Danach sollte DRI ohne Probleme laufen.
Noch ein Hinweis: Nur für die Voodoo3 gibts DRI Support.
MFG, SmackTV
Wie mache denn sowas bzw. woen prüfe ich sowas nach
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.