voici mon xorg.conf pour 2 ecrans (de resos natives 1920x1200 et 1900x1080)
 
 
j'ai utilise google pour arriver a trouver la section "modules" (qui etait inexistante avant) et l'option twinview nvidia
 
Section "ServerLayout"
     Identifier     "Layout0"
     Screen      0  "Screen0" 0 0
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
 EndSection
   Section "Files"
 ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
 ModulePath "/usr/lib/xorg/modules"
 EndSection
   Section "Module"
 Load "i2c"
 Load "bitmap"
 Load "ddc"
 Load "freetype"
 Load "int10"
 Load "type1"
 Load "vbe"
 Load "glx"
 Load "dbe"
 Load "extmod"
 EndSection
   Section "InputDevice"
       # generated from default
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Device" "/dev/psaux"
     Option         "Emulate3Buttons" "no"
     Option         "ZAxisMapping" "4 5"
 EndSection
   Section "InputDevice"
       # generated from default
     Identifier     "Keyboard0"
     Driver         "kbd"
 EndSection
   Section "Monitor"
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Unknown"
     HorizSync       28.0 - 33.0
     VertRefresh     43.0 - 72.0
     Option         "DPMS"
 EndSection
   Section "Device"
     Identifier     "Device0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
 EndSection
   Section "Screen"
     Identifier     "Screen0"
     Device         "Device0"
     Monitor        "Monitor0"
     DefaultDepth    24
     SubSection     "Display"
         Depth       24
     EndSubSection
     Option "RenderAccel" "true"
     Option "TwinView"
 #    Option "MetaModes" "1920x1080 1920x1200"
 EndSection
   | 
 
le souci est que mes deux ecrans ont l'air de partager la meme resolution (celle du plus grand ecran, qui est le Screen0, qui atait mon ecran en mode single), et sur mon screen0 les polices sont maintenant bcp plus petites (meme si la resolution d'affichage semble etre la correcte)
j'ai commente l'avant derniere ligne en comptant sur une eventuelle detection automatique, sans succes
 
quelqu'un a t'il deja fait ce genre de setup?