Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3D Beschleunigung mit i915 funktioniert nicht [solved]
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
Janw.
n00b
n00b


Joined: 20 Mar 2006
Posts: 2

PostPosted: Mon Mar 20, 2006 2:02 pm    Post subject: 3D Beschleunigung mit i915 funktioniert nicht [solved] Reply with quote

Hi,

seit einiger Zeit versuche ich nun schon die 3D Beschleunigung unter X zum Funktionieren zu bewegen.
Im Kernel habe ich drm und i915 als modul aktiviert und diese auch geladen. startx erzeugt auch keine Fehlermeldungen und glxinfo zeigt mir "direct rendering: Yes".

Starte ich jedoch glxgears (oder ein belibiges anderes opengl Programm) wird in einer Endlosschleife

Code:

   -- v(0): 435f3dde/223.241669
   -- v(1): 430c46da/140.276764
   -- v(2): 3f753e0a/0.957978
   -- v(3): ff00c130/-171144270309827428744174038975485313024.000000


ausgegeben. Die Werte ändern sich bei jeder Ausgabe etwas, außerdem drehen sich die Zahnräder wirklich nur sehr langsam (geschätzt weniger als 1fps).

Kann mir jemand bei der Lösung des Problems, oder zumindest bei der weiteren Eingrenzung der Ursache helfen? Ich verwende grade vanilla-sources 2.6.16_rc2 und xorg-x11 6.8.99.15, habe aber auch schon andere Versionen probiert.


Last edited by Janw. on Mon Mar 20, 2006 8:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Mon Mar 20, 2006 3:53 pm    Post subject: Reply with quote

Wechsel auf den Modularen X-Server, sonst hat das sowieso keinen Sinn (mit dem letzten Monobuild ging die OpenGL-Beschleunung meines Wissens sowieso nicht). Kompiliere den AGP/PEG-Support fest in den Kernel, und den fuer i915 (versteckt im Treibersubmenue) entweder als Modul oder auch fest.

Den Xorg-Treiber installierst du dann per Hand nach, oder du traegst die Hardware in die make.conf* ein. Dann den Xorg-Treiber in der xorg.conf mit dem Treibernamen "i810" laden, fertig.

PS: BusID-Fehlermeldung muss erscheinen, sonst stimmt was nicht.

*So ungefeahr:
Code:
Section "Device"
    Identifier  "Intel915GM"
    Driver       "i810"
    VideoRam    131072
    Option    "AccelMethod" "EXA"
    Option    "Clone" "true"
    Option    "MonitorLayout" "CRT,LFP"
    BusID       "PCI:0:2:0"
EndSection

_________________
Just you and me strogg!
Back to top
View user's profile Send private message
Janw.
n00b
n00b


Joined: 20 Mar 2006
Posts: 2

PostPosted: Mon Mar 20, 2006 8:09 pm    Post subject: Reply with quote

Ich habe jetzt nach HOWTO im Wiki auf den modularen X-Server gewechselt und es funktioniert.

Danke für den schnellen Tipp!
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