Pages : 1
#1 Le 19/05/2007, à 08:47
- zorback
[resolu] ATI X1650 non reconnue
Salut à tous
Voilà une semaine que je suis passé à Ubuntu 7.04 Feisty en dual bout avec Xp.
Ma carte vidéo est (malheureusement pour moi ) une ATI X1650
Et voilà mon xorg.conf:
Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "L1919S"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "L1919S"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "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"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Snif !!!
Ma carte n'est pas reconnue du coup pas de 3d :
Avec les pilotes proprio pas de composite.
Sans effet de bureau = écran blanc.
De plus je n'arrive pas à configurer le dual screen (mes deux écrans s'affichent mais ils sont identiques).
Malgrès mes recherches je n'y arrive pas (une semaine que je m'arrache les cheveux).
Si quelqu'un a une solution merci à tous.
Dernière modification par zorback (Le 28/08/2007, à 22:38)
** La liberté n'a de valeur que si elle est partagée **
Hors ligne
#2 Le 20/05/2007, à 13:25
- zorback
Re : [resolu] ATI X1650 non reconnue
Bon après une nuit blanche mon dual screen fonctionne
Voici mon nouveau xorg.conf
Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "CenterMode" "off"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "L1919S"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "L1919S"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "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"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Par contre je n'ai toujours pas de 3d
A la commande: glxinfo | grep rendering
la réponse est:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
Et là c'est le drame !!!
Dans systhème/effet de bureau/ => L'extension Composite n'est pas disponible.
Si y a une idée je prends !!!
** La liberté n'a de valeur que si elle est partagée **
Hors ligne
#3 Le 26/05/2007, à 21:01
- zorback
Re : [resolu] ATI X1650 non reconnue
J'ai trouvé toutes les réponses à mes questions :
http://forum.ubuntu-fr.org/viewtopic.php?id=113016
Merci pour le topic
Aujourd'hui tout fonctionne
** La liberté n'a de valeur que si elle est partagée **
Hors ligne