Ati mobility radeon hd 5000 et xorg.conf

voilà le xorg.conf :

[code]Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 “aticonfig-Screen[0]-0” 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/code]

Re,

Voici un des miens, tu vas te rendre compte du nombre de sections absentes du tien.
Fais abstraction des redondances générées pour certains devices :slightly_smiling:

[code]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” RightOf "Screen0"
Screen 2 “Screen2” RightOf "Screen1"
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "record"
Load “extmod”

Load “dri”

Load  "dbe"
Load	"glx"
Load  "dri2"

EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “SWcursor” # []
#Option “HWcursor” # []
#Option “NoAccel” # []
#Option “ShadowFB” # []
#Option “VideoKey” #
#Option “WrappedFB” # []
#Option “GLXVBlank” # []
#Option “ZaphodHeads” #
#Option “PageFlip” # []
#Option “SwapLimit” #
#Option “AsyncUTSDFS” # []
Identifier "Card0"
Driver "nvidia"
Option “Coolbits” "1"
Option “AddARGBGLXVisuals” "true"
Option “TripleBuffer” "false"
BusID "PCI:1:0:0"
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “ShadowFB” # []
#Option “Rotate” #
#Option “fbdev” #
#Option “debug” # []
Identifier "Card1"
Driver "nvidia"
Option “Coolbits” "1"
Option “AddARGBGLXVisuals” "true"
Option “TripleBuffer” "false"
BusID "PCI:1:0:0"
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “ShadowFB” # []
#Option “DefaultRefresh” # []
#Option “ModeSetClearScreen” # []
Identifier "Card2"
Driver "nvidia"
Option “Coolbits” "1"
Option “AddARGBGLXVisuals” "true"
Option “TripleBuffer” "false"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option “Composite” “enable”

Option “RENDER” “disable”

EndSection[/code]

@Goodluck, j’ai le même xorg.conf que lui. Dans ton xorg.conf, à part les sections concernant tes 3 screen, monitor et device, je pense que le reste est optionnel et pris en charge par défaut par xorg. Y a t’il une utilité à déclarer 3 cartes (card 0, card 1 et card 2) alors que physiquement, c’est la même (PCI:1:0:0)? Simple curiosité.

@Tinithrari: Quel message d’erreur? blacklister drm ne me semble pas une bonne idée.

J’ai 2 idées:
1- La première un peu crade et qui risque de ne pas marcher:
Tu peux peut être déclarer ta carte Intel avec le pilote intel en plus de la ATI avec fglrx. Comme ça, fglrx s’occupe de l’ATI et intel s’occupe de l’Intel. ATI est la carte qui sera sollicité avec le xorg.conf que tu as.
C’est pas très propre et à mon avis Xorg n’acceptera pas 2 drivers différents en même temps.
D’après tes log, le BusID de ton Intel est 0:2:0 (à comfirmer avec lspci | grep VGA).

Rajoutes une section Device dans le xorg.conf. Ca donne

[code]…
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "intel-deviceblabla"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
…[/code]
Fait gaffe: ne fait pas de copier/coller à partir du forum ou Xorg risque de pas apprécier. Il faut que tu tapes toi même ces lignes avec des tabulations.

2- Désactiver ta carte avant le lancement de Xorg.
linuxquestions.org/questions … ia-826101/

Sur ce forum, le système hybride à l’air de marcher sans manipulation particulière. A condition d’avoir une version des pilotes inel <2.16. Quelles sont tes versions Intel et fglrx?

[quote]@Goodluck, j’ai le même xorg.conf que lui. Dans ton xorg.conf, à part les sections concernant tes 3 screen, monitor et device, je pense que le reste est optionnel et pris en charge par défaut par xorg. Y a t’il une utilité à déclarer 3 cartes (card 0, card 1 et card 2) alors que physiquement, c’est la même (PCI:1:0:0)? Simple curiosité.
[/quote]

C’est bien pourquoi je disait de ne pas en tenir compte. Ces triples définitions sont générées par SMXI, sans doute pour permettre de gérer les écrans multiples, mais ne pas avoir les autres sections alors qu’il me prétend avoir utilisé SMXI me semble incompréhensible.
Il devrait avoir en l’utilisant un xorg proche du mien même si le contenu de chaque section est différent selon le matériel.

Ah ok.
Je pensais que son xorg.conf généré par smxi etait incomplet à cause du script (d’où ma suggestion d’utiliser aticonfig --initial)… finalement ça a tout l’air d’un copier/coller foireux. Désolé.
Effectivement, ça serait interessant de voir le xorg.conf généré par smxi.

@Tinithrari: On avancera plus vite si tu nous donnes des éléments un peu plus complets et détaillés.

Voilà le xorg.conf

[code]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “aticonfig-Screen[0]-0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section “Module”

Load “extmod”

SubSection  "extmod"
  Option  "omit xfree86-dga"
EndSubSection
Load	"glx"
Load  "dbe"
Load  "record"
Load  "dri2"
Load	"dri"

EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” "true"
EndSection

Section “Device”

    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option     "NoAccel"            	# [<bool>]
    #Option     "SWcursor"           	# [<bool>]
    #Option     "Dac6Bit"            	# [<bool>]
    #Option     "Dac8Bit"            	# [<bool>]
    #Option     "BusType"            	# [<str>]
    #Option     "CPPIOMode"          	# [<bool>]
    #Option     "CPusecTimeout"      	# <i>
    #Option     "AGPSize"            	# <i>
    #Option     "GARTSize"           	# <i>
    #Option     "RingSize"           	# <i>
    #Option     "BufferSize"         	# <i>
    #Option     "EnableDepthMoves"   	# [<bool>]
    #Option     "NoBackBuffer"       	# [<bool>]
    #Option     "DMAForXv"           	# [<bool>]
    #Option     "FBTexPercent"       	# <i>
    #Option     "DepthBits"          	# <i>
    #Option     "PCIAPERSize"        	# <i>
    #Option     "AccelDFS"           	# [<bool>]
    #Option     "IgnoreEDID"         	# [<bool>]
    #Option     "CustomEDID"         	# [<str>]
    #Option     "DisplayPriority"    	# [<str>]
    #Option     "PanelSize"          	# [<str>]
    #Option     "ForceMinDotClock"   	# <freq>
    #Option     "VideoKey"           	# <i>
    #Option     "RageTheatreCrystal" 	# <i>
    #Option     "RageTheatreTunerPort" 	# <i>
    #Option     "RageTheatreCompositePort" 	# <i>
    #Option     "RageTheatreSVideoPort" 	# <i>
    #Option     "TunerType"          	# <i>
    #Option     "RageTheatreMicrocPath" 	# <str>
    #Option     "RageTheatreMicrocType" 	# <str>
    #Option     "ScalerWidth"        	# <i>
    #Option     "SubPixelOrder"      	# [<str>]
    #Option     "ClockGating"        	# [<bool>]
    #Option     "VGAAccess"          	# [<bool>]
    #Option     "ReverseDDC"         	# [<bool>]
    #Option     "LVDSProbePLL"       	# [<bool>]
    #Option     "DRI"                	# [<bool>]
    #Option     "ConnectorTable"     	# <str>
    #Option     "DefaultConnectorTable" 	# [<bool>]
    #Option     "DefaultTMDSPLL"     	# [<bool>]
    #Option     "TVDACLoadDetect"    	# [<bool>]
    #Option     "ForceTVOut"         	# [<bool>]
    #Option     "TVStandard"         	# <str>
    #Option     "IgnoreLidStatus"    	# [<bool>]
    #Option     "DefaultTVDACAdj"    	# [<bool>]
    #Option     "Int10"              	# [<bool>]
    #Option     "EXAVSync"           	# [<bool>]
    #Option     "ATOMTVOut"          	# [<bool>]
    #Option     "R4xxATOM"           	# [<bool>]
    #Option     "ForceLowPowerMode"  	# [<bool>]
    #Option     "DynamicPM"          	# [<bool>]
    #Option     "NewPLL"             	# [<bool>]
    #Option     "ZaphodHeads"        	# <str>
Identifier  "Card0"
Driver	"fglrx"
VendorName  "ATI Technologies Inc"
BoardName   "Manhattan [Mobility Radeon HD 5000 Series]"
BusID       "PCI:1:0:0"

EndSection

Section “Device”

    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option     "DRI"                	# [<bool>]
    #Option     "ColorKey"           	# <i>
    #Option     "VideoKey"           	# <i>
    #Option     "FallbackDebug"      	# [<bool>]
    #Option     "Tiling"             	# [<bool>]
    #Option     "Shadow"             	# [<bool>]
    #Option     "SwapbuffersWait"    	# [<bool>]
    #Option     "XvMC"               	# [<bool>]
    #Option     "XvPreferOverlay"    	# [<bool>]
    #Option     "DebugFlushBatches"  	# [<bool>]
    #Option     "DebugFlushCaches"   	# [<bool>]
    #Option     "DebugWait"          	# [<bool>]
Identifier  "Card1"
Driver	"fglrx"
VendorName  "Intel Corporation"
BoardName   "Core Processor Integrated Graphics Controller"
BusID       "PCI:1:0:0"

EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option “Composite” “enable”

Option “RENDER” “disable”

EndSection[/code]

Up :arrow_right:

re-up :arrow_right:

Désolé, j’ai été un vrai boulet sur ce coup là, merci à vous tous, résolu, solution de silver.sax et ggoodluck47