#1 Le 01/10/2006, à 16:27
- Strash
[résolu] ATI x700 mobility+Accélération matérielle+driver libre
J'ai une ATI x700 mobility et j'aimerai faire fonctionner AIGLX
Avec le driver propriétaire "fglrx" j'arrive à faire fonctionner l'accélération 3D mais pas AIGLX, ce qui est normal car j'ai lu que ce n'était pas supporté
Par contre avec le driver libre "radeon" je n'arrive pas à faire fonctionner l'accélération 3D, et donc AIGLX.
Mes xorg.conf :
fglrx
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 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 "bitmap"
Load "dbe"
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"
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 "LCD"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "fglrx"
Option "DesktopSetup" "clone"
Option "OverlayOnCRTC2" "1"
# Option "TVFormat" "PAL-N"
Option "FSAAEnable" "on"
Option "FSAAScale" "2"
Option "FSAADisableGamma" "off"
Option "UseFBDev" "true"
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "ForceMonitors" "crt1,crt2"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "LCD"
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 "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
radeon
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 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 "bitmap"
Load "dbe"
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"
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"
Option "ShmConfig" "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 "LCD"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "radeon"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
Option "UseInternalAGPGART" "yes"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "LCD"
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 "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Merci
Dernière modification par Strash (Le 02/10/2006, à 17:43)
Hors ligne
#2 Le 01/10/2006, à 16:41
- Smarter
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Essaye celui-ci (C'est le mien que j'ai adapté à ta config)
# /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/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
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"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "radeon"
Option "AGPMode" "8" # AGP 8x
Option "AGPSize" "128" # AGP aperture size
Option "UseFBDev" "false"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "XaaNoOffscreenPixmaps" "false" # Faster RENDER acceleration
Option "RenderAccel" "true" # Enable the hardware render acceleration
# Option "BackingStore" "true" # Faster double buffering
Option "EnablePageFlip" "true" # Enable page flipping for 3D apps
Option "DPMS"
Option "GARTSize" "64"
Option "XaaNoOffscreenPixmaps" "1"
Option "DynamicClocks" "on"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30.0-70.0
VertRefresh 50.0-160.0
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 "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "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
Dernière modification par Smarter (Le 01/10/2006, à 16:54)
Hors ligne
#3 Le 01/10/2006, à 16:57
- Strash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Je vais essayer ça mais j'ai quand même un gros doute vu que ma carte est en PCI-Express et que sur ta config il y a une ligne AGP8x...
Hors ligne
#4 Le 01/10/2006, à 17:01
- Smarter
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
tu peux essayer de commenter les lignes AGP (et en faites presque toutes les lignes de cette section, vu qu'elles sont là juste pour accélerer le rendu)
Hors ligne
#5 Le 01/10/2006, à 17:02
- Smarter
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Ah au fait si tu as toujours le driver fglrx d'installé pense à le supprimer complétement, sinon ça ne marchera pas.
Dernière modification par Smarter (Le 01/10/2006, à 17:16)
Hors ligne
#6 Le 01/10/2006, à 18:24
- Strash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Ah au fait si tu as toujours le driver fglrx d'installé pense à le supprimer complétement, sinon ça ne marchera pas.
ha ? pour quelle raison ? J'ai peur de tout casser si je le supprime. D'ailleurs qu'est-ce qu'il faut supprimer ?
Hors ligne
#7 Le 01/10/2006, à 18:30
- Smarter
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
xorg-driver-fglrx, je pense que c'est un conflit entre les deux DRI(Direct Rendering IJesaisplusquoi) qui cause ce problème
Dernière modification par Smarter (Le 01/10/2006, à 18:30)
Hors ligne
#8 Le 01/10/2006, à 19:22
- Strash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
avec xorg-driver-fglrx de désinstallé, il n'y a plus le message disant que je n'ai pas d'extension DRI lancée (lorsque je fait glxgears) et j'ai un score minable (10 fois moins de FPS), par contre le composite ne semble pas marcher (si je ne dis pas de bétise, cairo-clock ou kiba-dock devraient avoir les bords transparent et non noirs si AIGLX marche...).
Beryl se lance, j'ai le splash-screen de Beryl (première fois que je le vois ! j'y ai cru !) puis retour sur GDM...
Que faire ?
Merci encore Smarter
Hors ligne
#9 Le 02/10/2006, à 17:42
- Strash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
J'ai en fait trouvé la solution !
Il restait un fglrx dans /etc/modules !
Il m'a suffit de le supprimer, de redémarrer et je me suis retrouvé avec l'accélération matérielle !
J'ai maintenant de jolies fenêtres qui bougent, un cube qui tourne, etc... merci Beryl !
Merci Smarter de t'être penché sur mon cas.
Hors ligne
#10 Le 02/10/2006, à 21:14
- dédé72
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
J'étais bien content en voyant le nom de ce sujet... mais pas de chance, même avec le xorg.conf trouvé ici, mon écran reste toujours aussi noir... J'ai donc aussi une ATI X700 sur un portable HP Pavilion DV4275EA si ça peut aider...
Kévin
http://xmltv.myftp.org : Fichier XML pour ONTV et ZGuideTV (Windows)
Hors ligne
#11 Le 02/10/2006, à 21:20
- NicoA380
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Il restait un fglrx dans /etc/modules !
Tout le monde se fait avoir au moins une fois avec ça, j'y avait déjà gouté il y a un an
Faire les tuto dans un sens, c'est bien, mais ,ne jamais oublier de les faire dans l'autre sens quand on désinstalle
Sinon, depuis quand le driver "radeon" gère la 3D sur les ATI > radeon8500 ?
Hors ligne
#12 Le 02/10/2006, à 23:23
- dédé72
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Ouai mais j'ai déjà vérifié dans /etc/modules... je désespère...
Kévin
http://xmltv.myftp.org : Fichier XML pour ONTV et ZGuideTV (Windows)
Hors ligne
#13 Le 02/10/2006, à 23:38
- Neird
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Par [Résolu] tu entends, "Maintenant AXGL+Beryl fonctionne sur ma ATI Radeon Mobility X700 avec les drivers libres ATI", ou juste une résolution partielle du problème?
Car je possède la même carte graphique, et sur une EdgyEft bêta fraichement installée l'installation des drivers libres ne me donne qu'un magnifique écran noir au démarage, et pour l'instant je n'ai pas réussi à combiner ton xorg.conf et le mien pour réussir à les faire fonctionner.
#14 Le 03/10/2006, à 00:02
- Strash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
par résolu j'entends bien que tout (ou presque... je n'ai pas droit (encore) aux fragment shaders (donc à Water)) fonctionne parfaitement (et même mieux qu'avec Dapper+fglrx+XGL+compiz il me semble)
voilà mon xorg.conf, si tu as exactement la même carte ça devrai fonctionner :
# /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 "Default Screen" 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 "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
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"
Option "ShmConfig" "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 "LCD"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "radeon"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS, NONE"
# Option "UseInternalAGPGART" "yes"
#Ajouts pour essayer d'avoir AIGLX
Option "AGPMode" "8" # AGP 8x
Option "AGPSize" "128" # AGP aperture size
Option "UseFBDev" "false"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "XaaNoOffscreenPixmaps" "false" # Faster RENDER acceleration
# Option "BackingStore" "true" # Faster double buffering
Option "EnablePageFlip" "true" # Enable page flipping for 3D apps
Option "DPMS"
Option "GARTSize" "64"
Option "XaaNoOffscreenPixmaps" "1"
Option "DynamicClocks" "on"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "LCD"
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 "DRI"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
D'ailleurs j'en profite : si quelqu'un connais des options à rajouter/enlever pour accélérer/optimiser tout ça, je suis preneur ! Mon laptop souffle quand même beaucoup plus avec Beryl qu'avec metacity.
Dernière modification par Strash (Le 03/10/2006, à 00:03)
Hors ligne
#15 Le 03/10/2006, à 00:26
- Neird
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Merci !
Avec ce xorg.conf, ca marche ! Le cube tourne, les fenetre dancent, etc ...
Donc je me lève, et je confirme:
ATI Radeon Mobility X700 + Driver libres + Beryl == bonheur
#16 Le 03/10/2006, à 12:48
- ffomnislash
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
chez moi x700 mobitlity + driver ati + aiglx, ca rame un peu des que je lance firefox ou jedit ...
Je ferait des tests plus poussé ce soir mais j'ai pas encore le net a mon appart
-- Mon blog --
Hors ligne
#17 Le 03/10/2006, à 14:55
- Vladimir Ilitch
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Et chez moi aiglx + ati X300 mobility + beryl fonctionne également !
Par contre, quelqu'un peut me trouver la différence entre :
Section "Extensions"
Option "Composite" "Enable"
EndSection
et
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Chez moi, les 2 marchent et je ne vois pas trop de différence. C'est quoi le mieux ?
Vladimir Ilitch - http://www.last.fm/user/vladimirilitch/
Hors ligne
#18 Le 03/10/2006, à 15:21
- benjou
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Je croyais que les drivers libres ne fonctionnaient pas avec les mobility X300 (en tout cas pour la 3D.
Est-ce une nouvelle version specifique a edgy? (je suis sous dapper)
Ou bien cela devrait-il aussi marcher avec dapper?
écrasons l'infâme
Hors ligne
#19 Le 03/10/2006, à 17:31
- Vladimir Ilitch
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Ca marche plus ou moins, c'est effectivement des drivers récents et presque stables. Mais ils ne supportent pas encore toutes les subtilités de ma carte graphique. Ca viendra !
Par contre, je n'ai pas essayé sous Dapper, j'utilisais les drivers proprio fglrx et XGL. Peux donc pas te répondre...
Parmi les petits trucs que les drivers radeon ne supportent pas encore, il y a le blur, qui fonctionnait avec XGL. Rien de nécessaire !
Personne peut répondre à ma question ci-dessus ?
Bonne soirée
Vladimir Ilitch - http://www.last.fm/user/vladimirilitch/
Hors ligne
#20 Le 03/10/2006, à 19:07
- benjou
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Merci Vladi et vivement edgy
Pour ma part je te dirais que le plugin blur ne fonctionne pas sous dapper avec XGL et fglrx...
écrasons l'infâme
Hors ligne
#21 Le 04/10/2006, à 11:08
- dédé72
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Idem que Benjou, encore merci.
Kévin
http://xmltv.myftp.org : Fichier XML pour ONTV et ZGuideTV (Windows)
Hors ligne
#22 Le 04/10/2006, à 14:58
- Vladimir Ilitch
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
Section "Extensions"
Option "Composite" "Enable"
EndSectionet
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Je me réponds à moi-même !
J'ai fait quelques tests et l'option RENDER, plutôt que composite, semble faire moins freezer mon PC. J'ai eu plusieurs freezes avec l'option composite et aucun avec RENDER. Et vous ?
Vladimir Ilitch - http://www.last.fm/user/vladimirilitch/
Hors ligne
#23 Le 04/10/2006, à 16:42
- HiDeo
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
J'étais bien content en voyant le nom de ce sujet... mais pas de chance, même avec le xorg.conf trouvé ici, mon écran reste toujours aussi noir... J'ai donc aussi une ATI X700 sur un portable HP Pavilion DV4275EA si ça peut aider...
J'ai eu le meme problème avec la même carte. Résolu en ajoutant:
Option "MonitorLayout" "LVDS, AUTO"
Dernière modification par HiDeo (Le 04/10/2006, à 16:42)
Hors ligne
#24 Le 17/10/2006, à 01:25
- don-harry
Re : [résolu] ATI x700 mobility+Accélération matérielle+driver libre
bon voila
moi j ai un acer travelmate 4101 wlmi avec une ati x700 mobility et donc j ai installer les driver ati je pense a l aide du tuto suivant
http://doc.ubuntu-fr.org/materiel/ati?s=carte+graphique
et donc des que je lit un divx j ai 60 % de cpu minimum et un dvd creve le plafond et je trouve pas du tout normale
alors avec un glxgears -printfps j ai dans les 100 ce qui me parait tres peu
par contre j ai un dual screen avec la sortie composite en parfait etat de marche
donc que faire
Hors ligne