—_ !!
Ca marche !!! 
Je viens de bouter sur une Sid minimale avec le xorg.conf “révisé” et c’est nickel.
En plus vu le bond des performances du pilote radeon je n’ai même plus besoin des firmwares-linux-nonfree 
Pour un usage bureautique et surf c’est ce qu’on peut faire de mieux.
Alors un résumé:
Sur sda2 j’ai le / d’une Sid “proprio” boutant sur la nvidia et ses drivers qui ignore la carte ATI via les réglages de son fichier de configuration ( qui n’est plus xorg.conf = j’éditerai ça plus tard )…
Sur sda8 j’ai le / d’une Sid libre ( ni contrib ni non-free ) boutant sur ATI via le xorg.conf ( que je re- placarde quand même si un visiteur venait a chercher des renseignements dans le coin ).
Les deux sur un /home commun en sdb1.
[code]Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Screen0” 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 “record”
Load “extmod”
Load “glx”
Load “dbe”
Load “dri”
Load “dri2”
EndSection
Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “fr”
Option “XkbVariant” “latin9”
EndSection
Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection
Section “Monitor”
#DisplaySize 410 260 # mm
Identifier “Monitor0”
VendorName “ACI”
ModelName “VW195”
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option “DPMS”
EndSection
Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “NoAccel” # []
#Option “SWcursor” # []
#Option “Dac6Bit” # []
#Option “Dac8Bit” # []
#Option “BusType” # []
#Option “CPPIOMode” # []
#Option “CPusecTimeout” #
#Option “AGPMode” #
#Option “AGPFastWrite” # []
#Option “AGPSize” #
#Option “GARTSize” #
#Option “RingSize” #
#Option “BufferSize” #
#Option “EnableDepthMoves” # []
#Option “EnablePageFlip” # []
#Option “NoBackBuffer” # []
#Option “DMAForXv” # []
#Option “FBTexPercent” #
#Option “DepthBits” #
#Option “PCIAPERSize” #
#Option “AccelDFS” # []
#Option “IgnoreEDID” # []
#Option “CustomEDID” # []
#Option “DisplayPriority” # []
#Option “PanelSize” # []
#Option “ForceMinDotClock” #
#Option “ColorTiling” # []
#Option “VideoKey” #
#Option “RageTheatreCrystal” #
#Option “RageTheatreTunerPort” #
#Option “RageTheatreCompositePort” #
#Option “RageTheatreSVideoPort” #
#Option “TunerType” #
#Option “RageTheatreMicrocPath” #
#Option “RageTheatreMicrocType” #
#Option “ScalerWidth” #
#Option “RenderAccel” # []
#Option “SubPixelOrder” # []
#Option “ShowCache” # []
#Option “ClockGating” # []
#Option “VGAAccess” # []
#Option “ReverseDDC” # []
#Option “LVDSProbePLL” # []
#Option “AccelMethod” #
#Option “DRI” # []
#Option “ConnectorTable” #
#Option “DefaultConnectorTable” # []
#Option “DefaultTMDSPLL” # []
#Option “TVDACLoadDetect” # []
#Option “ForceTVOut” # []
#Option “TVStandard” #
#Option “IgnoreLidStatus” # []
#Option “DefaultTVDACAdj” # []
#Option “Int10” # []
#Option “EXAVSync” # []
#Option “ATOMTVOut” # []
#Option “R4xxATOM” # []
#Option “ForceLowPowerMode” # []
#Option “DynamicPM” # []
#Option “NewPLL” # []
#Option “ZaphodHeads” #
Identifier “Card0”
Driver “radeon”
VendorName “ATI Technologies Inc”
BoardName “RV730XT [Radeon HD 4670]”
BusID “PCI:2: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
Modes “1400x900”
EndSubSection
EndSection[/code]
@Cluxter : Par contre chez moi le choix de la carte se fait depuis le bios; Je vais du coup me pencher aussi sur la question de pouvoir “switcher” entre les deux à chaud.
Un trés grand merci fran.b
( surtout pour ta patience
)
Victorieusement résolu 