#1 Le 12/10/2006, à 16:37
- Davy
Probleme avec XGL et ATI X700 mobility
Salut!
Je visn d'installer ubuntu sur mon portable acer et j'essaye désespérément de faire fonctionner XGL...
J'ai suivi le tuto sur ce site pour mettre XGL et Beryl : pas de soucis.
Mais... quand je lance la session XGL, il n'ya aucun effets, et en plus je ne peux plus deplacer les fenetres (elles s'ouvrent toute en haut a gauche et on ne peut pas les déplacer a la souris....
Je suppose que ca a a voir avec les driver ATI mais je n'ai aucun problemes sous gnome donc je ne comprends pas trop...
Sous gnome :
davy@LePortableUbuntu:~$ glxgears
22131 frames in 5.0 seconds = 4426.016 FPS
22075 frames in 5.0 seconds = 4414.954 FPS
21885 frames in 5.0 seconds = 4376.812 FPS
davy@LePortableUbuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
3351 frames in 5.0 seconds = 670.200 FPS
3799 frames in 5.0 seconds = 759.800 FPS
Sous Xgl :
davy@LePortableUbuntu:~$ glxgears
Xlib: extension "XFree86-DRI" missing on display ":1.0".
8828 frames in 5.0 seconds = 1757.264 FPS
davy@LePortableUbuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib: extension "XFree86-DRI" missing on display ":1.0".
Error: couldn't get fbconfig
Je ne suis pas un expert linux alors un peu d'aide serait la bien venue!! Merci d'avance
#2 Le 12/10/2006, à 23:30
- Davy
Re : Probleme avec XGL et ATI X700 mobility
Bon j'ai toujours pas reussis a faire fonctionner le bousin:( En fait niveau drivers ca semble ok, c'est plutot coté Beryl et xorg.conf qu'il ya probleme on dirait. En lancant a la main beryl-xgl j'arrive a avoir le bureau en 3D mais il manque le contour des fenetres
Mais quand je lance directement Beryl comme ca devrait etre fait ca me fait :
davy@LePortableUbuntu:~$ beryl
XGL Present
beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :1.0
Voila mon xorg.conf (j'ai essayé de changer le driver au niveau du premier device qui etait ati mais sans effet )
# /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 "/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 "XkbVariant" "latin9"
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 "Écran générique"
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 Mobility X700 (RV410 PCIE)"
Driver "fglrx"
Option "MonitorLayout" "LVDS,AUTO"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Écran générique"
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
Voila j'èspere que qq'un aura une idée car la je seche
#3 Le 16/12/2006, à 01:38
- TOXIC
Re : Probleme avec XGL et ATI X700 mobility
up !!!!
Même problème.
Plus bizarre encore, chez moi, beryl+xgl marche, mais.... :
Dès que je lance une appli genre fgl_glxgears ou glxgears... Leù premier message que çaù me renvoit c'est :
Xlib: extension "XFree86-DRI" missing on display ":1.0".
Et ça commence à m'énerver, car j'ai un acer aspire 5022wlmi, avec une radeon mobility x70, ce qui n'est pas une carte de merde même si ATI refuse de développer des drivers potables...
Pour l'instant, ma carte ne fait pas mieux que 4000 fps à glxgears. Quand je tape
glxgears -printfps
.
Alors que je sais qu'elle fait au moins 10 000 fps avec fglrx+dapper... J'en ai tellement ma claque de edgy... enfin..
Donc, le problème, je pense avoir réussi a le déceler, mais je ne sais pas quoi faireù ensuite...
Je donne la sortie de console qui me fait croire que j'ai trouvé le prblème...
toxic@toxic-laptop:~$ LIBGL_DEBUG=verbose fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":1.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed
libGL: XF86DRIGetClientDriverName: 8.28.8 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/fglrx_dri.so
drmOpenByBusid: busid is PCI:1:0:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
Can't open configuration file /etc/fglrxrc: No such file or directory.
Can't open configuration file /etc/drirc: No such file or directory.
Can't open configuration file /home/toxic/.drirc: No such file or directory.
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6011 (8.28.8)
On remarquera qu'il manque des fichiers de configuration, manque de bol, après avoir désinstallé/réinstallé, dans tous les ordres imaginables les drivers xorg-driver-fglrx et même les linux-restricted-modules ... Rien n'y fait, toujours le me problème...
Donc si quelqu'un a une idéee pour résoudre le problème... le pire, c'estqueù j'avais suivi un tuto avant, et que tout marchait bien, et il y avait précisé "after every kernel update, you have to uninstall/reinstall the restricted-modules and copy the .ko to the pool" Ce que j'ai fait, mais ça ne marche toujours pas...
Pour ceux que ça pourrait aider, l'adresse du tuto.http://ubuntuforums.org/shothread.php?t=291464
Je remercie quiconque m'apportera de l'aide sur les fichiers de conf qui manquent, ou même sur le moyen de résoudre mon problème de
Xlib: extension "XFree86-DRI" missing on display ":1.0".
.
Cordialment.
Hors ligne
#4 Le 16/12/2006, à 10:02
- jdefaver
Re : Probleme avec XGL et ATI X700 mobility
2 petites choses, je n'ai pas le temps d'analyser les problemes en detail :
1) L'erreur que vous obtenez est parfaitement normale avec XGL, ca n'empeche en rien beryl de tourner
2) glxgears n'est PAS un benchmark. Ses performances changent en fonction d'un tas de parametres obscurs, et j'ai deja eu de meilleurs scores sans acceleration qu'avec...
davy, tu as lu la doc sur le wiki ? Avec les drivers proprio il faut virer composite :
Section "Extensions"
Option "Composite" "disable"
EndSection
Quant à TOXIC, je ne vois pas ou est le probleme... Tout marche, non ?
Dernière modification par jdefaver (Le 16/12/2006, à 10:06)
Hors ligne
#5 Le 16/12/2006, à 10:54
- Louis XVI with a gun
Re : Probleme avec XGL et ATI X700 mobility
Salut
sinon il me semble que les drivers libres "radeon" permettent d' avoir AIGLX + Beryl sur le X700 sans les inconvénients des drivers proprio ... me trompe je ?
Hors ligne
#6 Le 16/12/2006, à 11:08
- Astidiel
Re : Probleme avec XGL et ATI X700 mobility
Salut
![]()
sinon il me semble que les drivers libres "radeon" permettent d' avoir AIGLX + Beryl sur le X700 sans les inconvénients des drivers proprio ... me trompe je ?
oui et non, beryl tourne mais freeze completement.
davy, comme jdefaver te l'a dit il faut que tu rajoute ça dans le fichier /etc/X11/xorg.conf:
Section "Extensions"
Option "Composite" "disable"
EndSection
Toxic, poste ton xorg.conf et ce qu'affiche la commande "beryl" ça nous permettra de voir plus clair
Celui qui reçoit une idée de moi reçoit un savoir sans diminuer le mien, tout comme celui qui allume sa bougie à la mienne reçoit la lumière sans me plonger dans la pénombre. Thomas Jefferson
Hors ligne
#7 Le 18/12/2006, à 12:39
- TOXIC
Re : Probleme avec XGL et ATI X700 mobility
bon, alors, je vaiis poster mon Xorg, mais avannt, je vais répondre aux autres...
Oui, pour une ATI x7010 mobility, les drivers libres radeon permettent de faire tourner AIGLX + Beryl, mais c'est pas parceque ça tourne que c'est viable ! Les perfs de la carte graphiques sont minables, quelque soient les options du driver dans xorg.conf (j'en ai tellement essayé....)
Donc la seuole solution qui permet d'avoir Beryl qui tourne sans trop ramer, c'est XGL + fglrx.
Pour répondre à la question qui m'a été posée, oui, XGL+Beryl marche chez moi, mais il marche pas super vite, mieux que sous AIGLX, mais je vois que la carte a du mal. De plus, dès que je lance une appli en 3D genre glxgears, il y a un siflement continu et suraigü de la carte graphique, qui s'arrete dès la fin de l'appli. Et j'ai le même bruit inquiétant dès que je fait tourner Beryl, à savoir quand la carte bosse... (je fais tourner le cube, ou je déplace une fenêtre....)
donc il y a un soucis, c'est sur, et ça vient certainement du fait qe le PC utilise en fait les drivers libres, car je connais bien ce bruit, typique du driver radeon libre...
Don, je vais poster mon Xorg.conf actuel :
toxic@toxic-laptop:~$ cat /etc/X11/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 "Device"
# Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
# Driver "radeon"
# BusID "PCI:1:0:0"
# Option "DRI" "true"
# Option "ColorTiling" "on"
# Option "EnablePageFlip" "true"
# Option "AccelMethod" "EXA"
# Option "XAANoOffscreenPixmaps"
# Option "RenderAccel" "true"
# Option "AGPFastWrite" "on"
# Option "MonitorLayout" "LVDS, TMDS"
#EndSection
# DEBUT DEVICE TROUVEE SUR LE FORUM
#FIN DEVICE TROUVEE SUR LE FORUM
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 "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DRI" "true"
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" "0"
EndSection
Et pour ceux qui veulent s'en inpirer pour essayer AIGLX, je poste assi le xorg.conf qui marchait chez moi avec AIGLX+Beryl... :
toxic@toxic-laptop:~$ cat /etc/X11/xorg.conf.last-works-libre
# /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/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"
# 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 "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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "radeon"
BusID "PCI:1:0:0"
Option "DRI" "true"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "AccelMethod" "EXA"
Option "XAANoOffscreenPixmaps"
Option "RenderAccel" "true"
Option "AGPFastWrite" "on"
Option "MonitorLayout" "LVDS, TMDS"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Voila, donc si quelqu'un voit où est le problème dans mon xorg.conf actuel qui devrait faire tourner fglrx... Qu'il se sente libre de le modifier et de le reposter ici, ou qu'il me signifie les modifs à faire, ce serait super-sympa... Sinon, je pense retourner à un bon vieux Dapper, je n'avais pas de problèmes à l'époque, Et je ne sias pas bien ce qui peut me manquer entre dapper et edgy... Si quelqu'un a un truc a me dire qui m'éviterait de retourner en arrière sur les distrib ubuntu si c'est pour rencontrer que des prolèmes... D'avance merci !
erci a tous pour votre ade, j'espère qu'on arrivera enfin à tirer qqch de ces ********* de drivers ati de *****... lol Je regrette de ne pas avoir de nvidia, aparement, ils ont moins de prolèmes... Mais, pas de fork ici... lol
Hors ligne
#8 Le 18/12/2006, à 15:20
- jdefaver
Re : Probleme avec XGL et ATI X700 mobility
donc il y a un soucis, c'est sur, et ça vient certainement du fait qe le PC utilise en fait les drivers libres, car je connais bien ce bruit, typique du driver radeon libre...
C'est juste typique de quand la CG rame, ca n'a rien a voir avec le driver libre. D'ailleurs, si fglrx ne fonctionnait pas il se rabattrait sur vesa, pas sur ATI. Donc vraisemblablement fglrx tourne mais il y a une option soit de beryl soit de fglrx qui met ta carte sur les genoux...
Tu as quelle version des drivers ? De mon expérience, apres les 29.6, plus aucun driver n'a donné de bons resultats : perfs de m..., plantages, pas de suspend... Je te conseille d'essayer ceux-la a la place des tiens et de voir coment ca se passe !
Hors ligne
#9 Le 18/12/2006, à 17:01
- TOXIC
Re : Probleme avec XGL et ATI X700 mobility
toxic@toxic-laptop:~$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":1.0".
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6011 (8.28.8)
Voila ma version... maintenant, comme j'installe toujours avec
apt-get install xorg-driver-fglrx
, je ne sais pas comment choisir la version a installer..... ...
Hors ligne
#10 Le 18/12/2006, à 17:13
- Astidiel
Re : Probleme avec XGL et ATI X700 mobility
TOXIC, remplace
Section "Extensions"
Option "Composite" "0"
EndSection
par
Section "Extensions"
Option "Composite" "disable"
EndSection
Celui qui reçoit une idée de moi reçoit un savoir sans diminuer le mien, tout comme celui qui allume sa bougie à la mienne reçoit la lumière sans me plonger dans la pénombre. Thomas Jefferson
Hors ligne
#11 Le 18/12/2006, à 18:23
- jdefaver
Re : Probleme avec XGL et ATI X700 mobility
A mon avis c'est exactement pareil, cette option est un booleen...
TOXIC : évidemment, tu ne me dis pas tout ! Tes drivers ne sont pas a jour...
http://doc.ubuntu-fr.org/materiel/ati_proprietaire ya qu'a suivre les etapes a la lettre.
Hors ligne