Alors voilà je sais pas si faire un autre poste est une bonne idée ou si j'aurais du continuer sur l'autre.
Pour une meilleur visibilité j'ai préféré en ouvrir un autre.
Alors voilà, j'ai une vielle carte graphique sur un pc de récup.
Code : Tout sélectionner
[franky@desk ~]$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64)
http://wiki.archlinux.org/index.php/Mach64
Puis j'ai remarqué que en ayant midori + pcmanfm + xterm, bref quand il y a plus qu'un terminale ouvert, que le déplacement n'était pas du tout fluide ça ramais pas mal, et pareil pour le scroll dans midori on sens que c'est difficile ><.
Si j'ai bien compris ça peut être amélioré. Bref, j'ai voulu étoffer mon xorg.conf qui étais juste remplis de ça :
Code : Tout sélectionner
Section "Device"
Identifier "Device0"
Driver "mach64"
EndSection
Code : Tout sélectionner
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Device"
Identifier "Device0"
Driver "mach64"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
si je fait un glxinfo | grep rend ça m'affiche :
Code : Tout sélectionner
Direct rendering : Yes
OpenGL renderer string: Software Rasterizer
En recherchant sur google j'en viens à lancer ça.
Code : Tout sélectionner
[franky@desk ~]$ grep -i glx /var/log/Xorg.0.log
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
(==) AIGLX enabled
(II) Loading extension GLX
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
Un double slash alors qu'il devrait y en avoir qu'un...j'ai essayer de mettre Load "/usr/lib/xorg/modules/extensions/libglx.so" un truc dans le genre et ça doit pas être la bonne manière.