Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[drivers ati] utilisation du drm ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 1:00 am    Post subject: [drivers ati] utilisation du drm ? Reply with quote

Bonjour,

comme j'arrive pas a faire marcher ma radeon avec les drivers proprios, j'ai penser au drm du kernel. Ca doit suffire pour faire marcher ET correctement je pense. J'ai recompiler mon kernel avec le drm en dur et le module radeon.
Agpgart est en dur par contre.

Comment faire pour utiliser l'acceleration graphique du drm ?
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Tue Aug 31, 2004 8:19 am    Post subject: Re: [drivers ati] utilisation du drm ? Reply with quote

bosozoku wrote:
Comment faire pour utiliser l'acceleration graphique du drm ?


Ben t'as rien à faire :D Si tu as compilé ce qu'il faut dans ton noyau et que ton xorg.conf est correct, c'est bon ! Tu peux vérifier avec :
Code:
glxinfo
Tu dois avoir un truc genre "direct rendering : on".

Par contre, y'a une sacré différence de perfs entre les drivers proprio ATI et les libres :( Tu devras baisser la résolution et les options graphiques si tu veux avoir plus de 5 fps !

Si jamais, poste ta config noyau relative à l'AGP et au DRM ainsi que la section relative à ta carte graphique dans xorg.conf et pour finir le début de la sortie de glxinfo.

A+
Back to top
View user's profile Send private message
kikou
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 102
Location: FRANCE, Lyon

PostPosted: Tue Aug 31, 2004 9:54 am    Post subject: Reply with quote

Et attention, si tu as une carte ATI supérieur à 9100 il n'y a aucun drivers libre avec drm qui fonctionne, tu est obligé de te tourner vers les drivers proprios.

C'est quoi ton modèle de carte ?
_________________
Gentoo discussion Forum is not RTFM !
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 10:05 am    Post subject: Reply with quote

Heu c'est une 9100 :oops:
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
kikou
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2004
Posts: 102
Location: FRANCE, Lyon

PostPosted: Tue Aug 31, 2004 10:20 am    Post subject: Reply with quote

Pour une 9100 c'est bon ;-)
_________________
Gentoo discussion Forum is not RTFM !
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 10:27 am    Post subject: Reply with quote

Bon voila ce que j'ai pour la partie graphique dans le kernel :
agpgart en dur.
NVIDIA nForce/nForce2 chipset support (nvidia_agp) en module
dm en dur.
et ati radeon en module.

Donc je charge le module radeon au démarrage. Mais je dois mettre quoi dans xorg.conf ? radeon ou ati ?
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Tue Aug 31, 2004 10:55 am    Post subject: Reply with quote

Voici la partie correspondante de mon xorg.conf pour ma Radeon 9000 :

Code:
Section "Device"
    Identifier  "ATI Graphics Adapter"
    Driver      "radeon"

    Option      "AGPMode" "4"
    Option      "EnablePageFlip" "on"
    Option      "DPMS" "true"

    #VideoRam    32768
    # Insert Clocks lines here if appropriate
EndSection


Adapte AGPMode selon ta config. Sauf erreur, tu peux pas aller plus haut que 4. EnablePageFlip améliore les perfs 3D et ne devrait pas poser problème. Il y a encore AGPFastWrite que tu peux essayer mais chez moi, X plante au démarrage avec cette option.

Bonne chance
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Tue Aug 31, 2004 10:57 am    Post subject: Reply with quote

bosozoku wrote:
Donc je charge le module radeon au démarrage.


Normalement, il se chargera tout seul au démarrage de X donc pas besoin de le charger "manuellement".
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 11:33 am    Post subject: Reply with quote

Aa ok.
Je l'avais mis dans modules.autoload.d, mais je l'enleve alors.
Si je met driver = radeon dans le xorg, il se chargera tout seul ? Bon vais voir tout ca :)
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 1:02 pm    Post subject: Reply with quote

Heu j'ai dans la section module (entre autres) load glx et load dri.
Je ne sais pas ce que c'est mais j'en entend souvent parler, je dois laisser comme ça ?
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Tue Aug 31, 2004 1:27 pm    Post subject: Reply with quote

Tu peux laisser ça comme ça en effet ! C'est même indispensable à mon avis !
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Aug 31, 2004 1:55 pm    Post subject: Reply with quote

Code:
$ glxinfo | grep direct
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

snif, d'ou vient le problème ?

Et sinon le driver "ati", je peux avoir une résolution elevée mais pas de 3d, alors que radeon, je peux avoir la 3d avec le drm ? Enfin la ca marche pas :cry: :cry:
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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