Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Querdenker« (14.05.2007, 22:41)
Zitat
Original von Querdenker
Ich bin dumm.
Zitat
1. Wie kriege ich OpenGL wieder hin?
Zitat
2. Wenn 1. nich ohne weiteres geht - gibts einen brauchbaren Ersatz für den mplayer? Kaffeine geht zwar ohne OpenGL, aber nich auf meinem zweiten monitor (hab fglrx DualView), VLC geht garnicht. mpalyer macht ohne OpenGL kein Fullscreen.
Zitat
3. Ist das korrekt, das ich mit den radeon OpenSopurce Treibern und meiner X800 Pro (R423) keine 3D Beschleunigung kriege? Mein Kumpel hat ne 9700 Pro und bei ihm geht sogar Beryl *seufz*
Zitat
Was tun? Was ratet ihr mir?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc M24 1P [Radeon Mobility X600]
# eix -e ati-drivers
[I] x11-drivers/ati-drivers
Available versions: 8.27.10-r1 ~8.28.8 8.28.8-r1 ~8.29.6 ~8.30.3 ~8.30.3-r1 8.32.5 ~8.33.6 ~8.33.6-r1 ~8.34.8 (~)8.35.5
Installed versions: 8.35.5(12:12:46 PM 05/04/2007)(acpi kernel_linux qt3)
Homepage: http://www.ati.com
Description: Ati precompiled drivers for recent chipsets
# uname -r
2.6.20.7
# X -version
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20.7 i686
Current Operating System: Linux n3tq007 2.6.20.7 #3 PREEMPT Fri May 4 09:02:59 CEST 2007 i686
Build Date: 02 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
|
Zitat
Die X800 zertrampeln und ne nVidia kaufen?![]()
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
# Screen 1 "15erScreen" LeftOf "aticonfig-Screen[0]"
# Screen 3 "aticonfig-Screen[1] RightOf "aticonfig-Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# Load "type1"
# Load "v4l"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
# Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
# Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "SaXDualMode" "Xinerama"
Option "SaXDualOrientation" "LeftOf"
Option "SaXDualResolution" "1280x1024"
Option "SaXDualHead"
Option "VideoOverlay" "on"
Option "UseFastTLS" "2"
Option "DRIReinit" "true"
Option "RenderAccel" "true"
Option "DRI" "true"
Option "EnablePrivateBackZ" "on"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:3:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1280x1024" "1024x768"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1280x1024" "1024x768"
Depth 24
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
(EE) fglrx: Failed to load module "drm" (module does not exist, 0) (EE) AIGLX: DRI module not loaded (WW) fglrx: No matching Device section for instance (BusID PCI:3:0:1) found (WW) Warning, couldn't open module drm (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * (WW) fglrx(0): Option "SaXDualMode" is not used (WW) fglrx(0): Option "SaXDualOrientation" is not used (WW) fglrx(0): Option "SaXDualResolution" is not used (WW) fglrx(0): Option "SaXDualHead" is not used (WW) fglrx(0): Option "DRIReinit" is not used (WW) fglrx(0): Option "RenderAccel" is not used (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used |
Zitat
Welche Treiberversion verwendest du?
Zitat
(EE) fglrx: Failed to load module "drm" (module does not exist, 0)
(EE) AIGLX: DRI module not loaded
) Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mic000« (14.05.2007, 14:19)
|
|
Quellcode |
1 2 |
(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering |
Zitat
Wie deaktivere ich das AIGLX? Oder wie krieg ichs zum Laufen? Habe eine ATI X800 Pro 256 MB.
|
|
Quellcode |
1 2 3 |
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
|
Zitat
Ohne AIGLX geht kein Beryl, richtig?
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mic000« (14.05.2007, 14:30)

|
|
Quellcode |
1 2 3 4 5 |
grosshirn jaykay # /opt/ati/bin/fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON X800 PRO Generic OpenGL version string: 2.0.6286 (8.33.6) |
Aber ich hab MultiMonitor mit 2560x1024, läuft das da überhaupt? Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Querdenker« (14.05.2007, 14:32)
Zitat
(WW) fglrx: No matching Device section for instance (BusID PCI:3:0:1) found
Zitat
Aber ich hab MultiMonitor mit 2560x1024, läuft das da überhaupt?
) nicht - aber ich versuch mal was rauszukriegen - hab selber nur einen Bildschirm.
Zitat
Zitat
Es ist nicht so schlimm XGL auszuprobieren.
Leider doch. Wenn man zwei Bildschirme besitzt, wird dem Window Manager vorgegaugelt, es handle sich um einen großen. Alle Dialoge poppen darauf hin genau in der Mitte zwischen den Bildschirmen auf, und maximieren wird komplett sinnlos.![]()
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mic000« (14.05.2007, 14:45)
Zitat
Leider doch. Wenn man zwei Bildschirme besitzt, wird dem Window Manager vorgegaugelt, es handle sich um einen großen. Alle Dialoge poppen darauf hin genau in der Mitte zwischen den Bildschirmen auf, und maximieren wird komplett sinnlos.
Zitat
Original von Querdenker
Zitat
Leider doch. Wenn man zwei Bildschirme besitzt, wird dem Window Manager vorgegaugelt, es handle sich um einen großen. Alle Dialoge poppen darauf hin genau in der Mitte zwischen den Bildschirmen auf, und maximieren wird komplett sinnlos.
Nee, also das ist bei mir nicht der Fall.
Ich hatte das bei der ersten Install, da hatte ich noch nicht alle Use-Flags. Jetzt, wo ich KDE mit -xinerama gebaut hab, funktioniert das wunderbar. Meldungen poppen auf dem ersten Screen auf, maximieren geht auch nur über einen Bildschirm und nicht über beide. Alles so, wie mans erwartet und von Windows gewohnt ist.
Datenbanken branchenbuch Anwendungen versicherungstreff.de Datenrettung druckerpatronen-toner-farbband.de Forumskonventionen Lob & Kritik Suchfunktion vim-flash.com Emerge Probleme Geek und Nerd Shirt Shop Tutorials,Tipps & Tricks Drucker Andere Architekturen www.the-languagehouse.de WLAN Probleme Linux Computer und Notebooks