Pages : 1
#1 Le 02/11/2006, à 11:17
- lolivz
[Resolu] Acceleration 3D sur Ati
Salut a tous !
un petit souci sur mon portable Toshiba M40-307 équipé d'une CG ati radeon Xpress 200M pour lequel je n'arrive pas à activer l'accélération 3D sur Ubuntu Edgy
J'ai suivi la doc http://doc.ubuntu-fr.org/materiel/ati en faisant :
sudo apt-get install xorg-driver-fglrx fglrx-control libqt3-mt
puis
sudo aticonfig --initial
après reboot, toujours pas d'accélération 3D, la commande fglrxinfo me retourne :
$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
enfin, comme conseillé dans la doc je n'ai pas optimisé le noyau puisque sur Edgy il devrait l'etre deja...
uname -r me retourne : 2.6.17-10-generic
j'ai tenté aussi un
sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri
sans résultat
Auriez vous une idée pour me dépanner ?
Merci d'avance
Dernière modification par lolivz (Le 02/11/2006, à 12:28)
Hors ligne
#2 Le 02/11/2006, à 11:25
- gar
Re : [Resolu] Acceleration 3D sur Ati
faire voir ton xorg.conf ...
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#3 Le 02/11/2006, à 11:36
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
ok chef le voila :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M"
Driver "ati"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Xpress 200M"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#4 Le 02/11/2006, à 11:38
- gar
Re : [Resolu] Acceleration 3D sur Ati
il faut que tu remplace
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M"
Driver "ati"
BusID "PCI:1:5:0"
EndSection
par
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#5 Le 02/11/2006, à 11:47
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
apres reboot j'ai toujours la meme chose
fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
Dernière modification par lolivz (Le 02/11/2006, à 11:52)
Hors ligne
#6 Le 02/11/2006, à 11:52
- gar
Re : [Resolu] Acceleration 3D sur Ati
je suis en train de faire un backup , je passe sous edgy dans les heures a venir .
j'ai un msi s270 avec une x200m , je repasse quand ça marche ...
note : sur dapper , j'avais bien galéré et puis j'ai juste utilisé easy ubuntu , ça a fonctionné direct
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#7 Le 02/11/2006, à 12:27
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
Probleme resolu en ajoutant
Section "Extensions"
Option "Composite" "disable"
EndSection
Voila..
Hors ligne
#8 Le 02/11/2006, à 12:53
- gar
Re : [Resolu] Acceleration 3D sur Ati
yes , merci (et beryl alors ?? )
ça va me simplifier la tache
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#9 Le 02/11/2006, à 14:21
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
pas testé encore xgl+beryl sur cet ordi... j'aurai prefere utiliser aiglx mais du coup c'est impossible...
je me satisferai d'xgl+beryl sur mon ordi de bureau la ou ça marche bien sur Dapper...
Hors ligne
#10 Le 02/11/2006, à 15:44
- gar
Re : [Resolu] Acceleration 3D sur Ati
voila voila , edgy est installé , par contre pour beryl , je bloque : pour que beryl fonctionne , il lui faut le composite , mais si je l'active , pas d'acceleration ....
le serpent se mort la queue quoi !
quelqu'un a une idée ? beryl ça a l'air pas mal
en tout cas merci lollvz !
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#11 Le 02/11/2006, à 16:34
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
bah oui comme specifié dans la doc http://doc.ubuntu-fr.org/materiel/ati aiglx est incompatible avec le driver fglrx...
pour cette carte graphique, il me semble que le driver libre n'est pas utilisable donc la seule solution semble etre de se tourner vers xgl plutot...
Car l"option composite est activée par défaut pour assurer la compatibilité avec aiglx
Question : comment on fait, dans ce cas, pour utiliser AIGLX ? on ne peut pas ? il faut se rediriger vers XGL en attendant la compatibilité du driver propriétaire avec le composing ?
quoique ça reste une question et je n'ai pas encore vraiment cherché de reponse...
bon courage si tu testes xgl... tiens moi au courant
Dernière modification par lolivz (Le 02/11/2006, à 16:34)
Hors ligne
#12 Le 02/11/2006, à 17:28
- Blixavander
Re : [Resolu] Acceleration 3D sur Ati
Bonsoir
lolivz quand tu dis de mettre:
Section "Extensions"
Option "Composite" "disable"
EndSection
Tu veu dire de remplacer le:
Section "Extensions"
Option "RENDER" "enable"
EndSection
Par ce que tu nous donnes, ou on rajoute juste la ligne "Option "Composite""disable"" , pour donner:
Section "Extensions"
Option "RENDER" "enable"
Option "Composite" "disable"
EndSection
Merci de ta réponse, car pour le moment je suis encor avec la dapper et les pilote libre radeon, ton topic me redonne envie de re-essayer les plilotes propriétaire
Que Paix Et Amour Guide Vos Pensées
Hors ligne
#13 Le 02/11/2006, à 18:11
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
Salut Blixavander
en fait si tu regardes bien mon Xorg.conf, je n'avais pas la section :
Section "Extensions"
Option "RENDER" "enable"
EndSection
j'ai donc rajouté simplement a la fin :
Section "Extensions"
Option "Composite" "disable"
EndSection
c'est peut etre une des differences de config entre le pilote libre et le pilote proprietaire ? ou cela tient il simplement du fichier xorg.conf sur Edgy ? je ne sais pas...
j'espere que ça pourra quand meme t'aider...
Hors ligne
#14 Le 02/11/2006, à 18:53
- gar
Re : [Resolu] Acceleration 3D sur Ati
youpi !!
beryl fonctionne !
il faut installer xgl pour que ça tourne (mais ça va pas tres vite , m'enfin , c'est correct)
" C'est pas parce qu'ils sont des millions à avoir tort qu'ils ont raison " .coluche
non mais ho!
le blog du Gar[ouf]
Hors ligne
#15 Le 03/11/2006, à 00:13
- Mattleboss
Re : [Resolu] Acceleration 3D sur Ati
Merci a vous j'ai reussi a faire mon acclération graphique!! Youpi les gars merci encore!
Hors ligne
#16 Le 03/11/2006, à 02:06
- lolivz
Re : [Resolu] Acceleration 3D sur Ati
de rien de rien... si on peut aider....
Hors ligne
#17 Le 03/11/2006, à 02:35
- Mattleboss
Re : [Resolu] Acceleration 3D sur Ati
Lol ok! Et Beryl fonctionne du tonnere!
Hors ligne
#18 Le 13/11/2006, à 19:17
- henraille
Re : [Resolu] Acceleration 3D sur Ati
Bonsoir,
Je viens d'essayer d'installer l'accélération 3d cet après-midi sur mon compaq r4000 (ati radeon xpress200M) et cela marchait parfaitement bien (fgl_glxgears fonctionnait). C'est alors que j'ai suivi un tutoriel pour installer beryl et où j'ai dû changer quelques paramètres. De plus j'ai eu des mises à jour qui se sont proposées. Plus rien ne marche et j'ai beau refaire tous les tutorels que vous indiquez, cela s'obstine à me mettre mesa3d.
pour info, mes fichiers :
fglrxinfo donne
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:5:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Si quelqu'un a une idée merci beaucoup
#19 Le 14/11/2006, à 12:26
- jmtwan
Re : [Resolu] Acceleration 3D sur Ati
Bonjour. pour ma part j'ai un pb avec les drivers ati sur un hp pavilion (ati xpress 200m ). après les avoir installés, ils se lancent bien mais j'ai un pb de rafraichissement de l'écran et çà fini par planter.
pourtant j'ai bien mis la section pour désactiver le composite. est ce que quelqu'un sait comment résoudre le pb ?