|
|
|
|
||||||
| linux.debian.user.french Forum sur Linux Debian. Debian-user-french@lists.debian.org |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
salut la liste
![]() Après des semaines de googling, je ne sais plus quoi faire, alors un tuyau, un lien, un ticket restaurant pour me sortir de cette m... Je suis en Etch, sur un portable acer aspire 1694WLMI. Et vous l'avez deviné: l'accélération 3D ne fonctionne pas. fabricer@FR-PORT:~$ glxinfo | grep direct direct rendering: No OpenGL renderer string: Mesa GLX Indirect Et pourtant, dans /var/log/Xorg.0.log, aucune erreur (EE) et un seul (WW). fabricer@FR-PORT:~$ grep WW /var/log/Xorg.0.log (WW) fglrx(0): board is an unknown third party board, chipset is supported --> la cause de tous mes soucis ? fabricer@FR-PORT:~$ grep DRI /var/log/Xorg.0.log (II) Loading extension XFree86-DRI (**) fglrx(0): NoDRI = NO (II) Loading extension ATIFGLRXDRI (II) fglrx(0): doing DRIScreenInit (II) fglrx(0): DRIScreenInit done (II) fglrx(0): DRI initialization successfull! (II) fglrx(0): [DRI] installation complete FR-PORT:~# lsmod | grep fg fglrx 387756 9 fabricer@FR-PORT:~$ uname -a Linux FR-PORT 2.6.15 #1 PREEMPT Mon Aug 28 14:39:32 CEST 2006 i686 GNU/Linux Noyau recompilé par mes soins, peut-être que c'est là que je m'a gourré au niveau des "trucs" graphiques ? FR-PORT:/usr/src/linux# grep AGP .config # CONFIG_AGP is not set D'ailleurs, dans le config, j'ai juste sélectionné: (*) Support for Frame buffer device (*) VESA VGA Graphic Support sans prendre ATI Radeon display support FR-PORT:~# dpkg -al| grep fglrx ii fglrx-control 8.28.8-3 ii fglrx-driver 8.28.8-3 ii fglrx-driver-dev 8.28.8-3 ii fglrx-kernel-2.6.15 8.28.8-3+FR.3 ii fglrx-kernel-src 8.28.8-3 J'ai également testé avec le driver de unstable (8.28.8-4) et le dernier driver du site ati (8.29.6-1), avec le même résultat ![]() Pour les courageux, je livre (une partie de) mon xorg.conf: Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" # Load "extmod" Load "freetype" Load "glx" Load "type1" Load "vbe" #rajout de http://komite.net/florimond/driver_ati_pour_debian.html Load "GLcore" # Charger "extmod" mais pas l'extension DGA # (L'extension DGA est impropre dans le driver fglrx) SubSection "extmod" Option "omit xfree86-dga" EndSubSection #fin rajout EndSection Section "Device" Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)" Driver "fglrx" BusID "PCI:1:0:0" #rajouté depuis http://www.s2ii.com/blog/index.php?2...-edgy-eft-beta Option "DRI" "true" #fin rajout #rajout de http://komite.net/florimond/driver_ati_pour_debian.html # Si X refuse d'utiliser la résolution que vous demandez, # décommentez ceci ; voir Bugs et Rustines pour les détails. #Option "NoDDC" # === Video Overlay pour l'extension Xv === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note : quand l'overlay OpenGL est activé, l'overlay # video est automatiquement désactivé Option "OpenGLOverlay" "off" # === Utiliser le support AGP GART interne ? === # Si l'accélération OpenGL ne fonctionne pas, essayer de mettre # "yes" ici et désactivez le driver agpgart du noyau. Option "UseInternalAGPGART" "no" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection Section "Extensions" Option "Composite" "false" EndSection Merci d'avoir lu ce long post. Je vouerai un culte à celui ou celle qui me mettra sur la voie du glxgears à 1000000 FPS ![]() merci et a+ f. -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Sat, Dec 02, 2006 at 11:01:59PM +0100, fabrice régnier wrote:
> salut la liste ![]() > > Après des semaines de googling, je ne sais plus quoi faire, alors un > tuyau, un lien, un ticket restaurant pour me sortir de cette m... > > Je suis en Etch, sur un portable acer aspire 1694WLMI. Et vous l'avez > deviné: l'accélération 3D ne fonctionne pas. La même chose m'est arrivé. M'étant pas mal battu, j'espère pouvoir te donner un coup de main. > > fabricer@FR-PORT:~$ glxinfo | grep direct > direct rendering: No > OpenGL renderer string: Mesa GLX Indirect Ce qui m'a aidé, en tout cas avec le pilote libre, c'est LIBGL_DEBUG=verbose glxinfo ça te donne plus de détails sur ce qui ne joue pas. > FR-PORT:~# lsmod | grep fg > fglrx 387756 9 > > fabricer@FR-PORT:~$ uname -a > Linux FR-PORT 2.6.15 #1 PREEMPT Mon Aug 28 14:39:32 CEST 2006 i686 GNU/Linux > Noyau recompilé par mes soins, peut-être que c'est là que je m'a gourré > au niveau des "trucs" graphiques ? > > FR-PORT:/usr/src/linux# grep AGP .config > # CONFIG_AGP is not set > D'ailleurs, dans le config, j'ai juste sélectionné: > (*) Support for Frame buffer device > (*) VESA VGA Graphic Support > sans prendre ATI Radeon display support J'ai aussi recompilé mon noyau, et j'ai le support ATI Radeon. De même, j'ai activé Direct Rendering manager. Lorsque ça fonctionnait, les modules intel_agp 17820 1 agpgart 22832 2 drm,intel_agp était chargé au démarrage. Est-ce que c'est le cas chez toi ? Il peut y avoir ensuite quelques subtilité. Genre j'ai lu sur http://gentoo-wiki.com/HOWTO_DRI_wit...Source_Drivers que dri dans la section suivante devait être écrit en minuscule: Section "dri" Mode 0666 EndSection Je ne suis pas convaincu que ça puisse t'aider, mais on ne sait jamais. Si tu n'y es pas encore allé, peut-être trouveras-tu d'autres renseignements pour fglrx. > Section "Module" > Load "bitmap" > Load "dbe" > Load "ddc" > Load "dri" > # Load "extmod" > Load "freetype" > Load "glx" > Load "type1" > Load "vbe" > #rajout de http://komite.net/florimond/driver_ati_pour_debian.html > Load "GLcore" > # Charger "extmod" mais pas l'extension DGA > # (L'extension DGA est impropre dans le driver fglrx) > SubSection "extmod" > Option "omit xfree86-dga" > EndSubSection > #fin rajout > EndSection > > Section "Device" > Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)" > Driver "fglrx" > BusID "PCI:1:0:0" > > #rajouté depuis > http://www.s2ii.com/blog/index.php?2...-edgy-eft-beta > Option "DRI" "true" > #fin rajout > #rajout de http://komite.net/florimond/driver_ati_pour_debian.html > # Si X refuse d'utiliser la résolution que vous demandez, > # décommentez ceci ; voir Bugs et Rustines pour les détails. > #Option "NoDDC" > > # === Video Overlay pour l'extension Xv === > Option "VideoOverlay" "on" > # === OpenGL Overlay === > # Note : quand l'overlay OpenGL est activé, l'overlay > # video est automatiquement désactivé > Option "OpenGLOverlay" "off" > # === Utiliser le support AGP GART interne ? === > # Si l'accélération OpenGL ne fonctionne pas, essayer de mettre > # "yes" ici et désactivez le driver agpgart du noyau. > Option "UseInternalAGPGART" "no" > EndSection > Section "Screen" > Identifier "Default Screen" > Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)" > Monitor "Generic Monitor" > DefaultDepth 24 > SubSection "Display" > Depth 1 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 4 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 8 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 15 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 16 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1280x800" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > Section "ServerLayout" > Identifier "Default Layout" > Screen "Default Screen" > InputDevice "Generic Keyboard" > InputDevice "Configured Mouse" > InputDevice "Synaptics Touchpad" > EndSection > > Section "DRI" > Mode 0666 > EndSection > > Section "ServerFlags" > Option "AIGLX" "off" > EndSection > > Section "Extensions" > Option "Composite" "false" > EndSection > > Merci d'avoir lu ce long post. Je vouerai un culte à celui ou celle qui > me mettra sur la voie du glxgears à 1000000 FPS ![]() > > merci et a+ Ok, tu as suivi tout comme moi http://komite.net/florimond/driver_ati_pour_debian.html. Je me permettrai juste une remarque: tu dois laisser Section "Extensions" Option "Composite" "false" EndSection Je ne crois pas que c'est dit là, Mais avec "true" ça plantait chez moi. Donc en faisant des essais ne supprime pas ça! Au besoin, je peux envoyer mon xorg.conf. Bonne Chance -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Salut à tous,
voilà le résultat de mes derniers tests quand à l'utilisation et l'activation de l'accélération graphique de ma X700 ;-) Ce que me retourne: $ glxinfo |grep direct Direct rendering: Yes En fait j'utilise non pas les drivers d'ATI ( je ne les ai pas installés ) mais j'utilise les drivers Radeon ( cf le xorg.conf ) J'ai donc réussi à activer cette accélération :-D Par contre, maintenant j'ai un autre souci, j'ai installé Beryl sur ma Etch. Je modifie le xorg.conf comme voulu ( avec les options à rajouter ), seulement voilà le résultat lors du reboot de Xorg : Lorsque je tape : $ startx& [...] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 7 23:48:46 2006 (==) Using config file: "/etc/X11/xorg.conf" Parse error on line 139 of section Extensions in file /etc/X11/xorg.conf "Composite" is not a valid keyword in this section. (EE) Problem parsing the config file (EE) Error parsing the config file Fatal server error: no screens found XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. ---------- Je n'ai plus qu'à l'arrêter et enlever l'option "Composite" qui se trouve dans ma section "Extensions" et il redémarre sans erreurs... J'ai rajouté le log en pièce jointe également ;-) Dernière chose, si je tape ( en ayant commenté l'option "Composite" donc ): $ beryl XGL Absent, checking for NVIDIA Nvidia Absent, assuming AIGLX beryl: No composite extension Voilà, en espérant avoir fait avancer le schmilblick ... Si quelqu'un a une solution, je suis evidemment preneur ! ( Surtout s'il me dit en pourquoi l'option "Composite" n'est pas reconnue ) Merci d'avance. :-) # /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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts 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 "Type10" Load "dbe" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" 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 "Device" Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)" Driver "radeon" Option "MonitorLayout" "LVDS,AUTO" EndSection Section "Monitor" Identifier "écran générique" Option "DPMS" HorizSync 28-80 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)" Monitor "écran générique" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "True" Option "AddARGBGLXVisuals" "True" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1200x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" # "Composite" "0" EndSection $ cat /var/log/X.0.log|grep WW (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist. (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled (WW) RADEON(0): LVDS Info: (WW) RADEON(0): Mode 1600x1200 is out of range. (WW) RADEON(0): Valid modes must be between 320x200-1280x800 (WW) RADEON(0): Option "AllowGLXWithComposite" is not used (WW) RADEON(0): Option "AddARGBGLXVisuals" is not used (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Le Jeudi 7 Décembre 2006 23:13, Arnaud Feltz a écrit:
> Parse error on line 139 of section Extensions in file /etc/X11/xorg.conf Il te dis qu'il y a une erreur de syntax , ligne 139... |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Ce que je pense c'est qu'il s'attend à :
Section "ServerFlags" Option "AIGLX" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection ??? |
|
![]() |
| Outils de la discussion | |
|
|