<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/css" href="http://lea-linux.org/_src/css/rss.css" ?>
<rss version="2.0">
  <channel>
    <title>Gentoo, Sourcemage...</title>
    <link>http://lea-linux.org/pho/list/19</link>
    <description><![CDATA[Forum dédié aux questions sur les distributions basées sur les sources]]></description>
    <language>fr-FR</language>
    <pubDate>Mon, 22 Aug 2005 09:19:05 +0200</pubDate>
    <lastBuildDate>Mon, 22 Aug 2005 09:19:05 +0200</lastBuildDate>
    <category>Gentoo, Sourcemage...</category>
    <generator>Phorum 5.0.21 RSS Feed Generator - Léa version 1.2</generator>
    <image>
      <title>Gentoo, Sourcemage...</title>
     <link>http://lea-linux.org/pho/list/19</link>
     <url>http://lea-linux.org/images/logo-rss/logo-rss-gentoo.png</url>
    </image>
    <ttl>600</ttl>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249832#msg-249832</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[je ne sais pas si je peux reellement m'inspirer de ca vu que tu as une ATI, mais surtout je ne vois aucune reelle difference avec mon xorg...#%b]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249832#msg-249832</guid>
      <pubDate>Mon, 22 Aug 2005 09:19:05 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249797#msg-249797</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[oui, je voulais dire deux driver... Enfin chez moi c'est cette solution qui me va le mieu, j'ai mon ecran plat en 1280 et ma tv en 1024 car si je suis en mode clone, je doit redemarrer mon serveur X  chaque fois avec une autre config et c'est ch... En plus de ca, c'est le programe livr avec ati qui fait ca, je n'ai rien a bidouuiller!! ]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249797#msg-249797</guid>
      <pubDate>Mon, 22 Aug 2005 00:07:31 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249795#msg-249795</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Tu n'as pas deux serveurs X, tu as un seul serveur X avec deux display. ;-)]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249795#msg-249795</guid>
      <pubDate>Sun, 21 Aug 2005 23:58:42 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249794#msg-249794</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Bon je viens de configurer mon serveur X pour avoir deux ecrans, avec deux serveur X different et ca a ete tout seul... je te met mon fichier xorg.conf:

xorg.conf:

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"

    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"

    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"


EndSection

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"


    Option "AutoRepeat" "500 30"


    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"fr"

EndSection


Section "InputDevice"

    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"


EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31-80
    VertRefresh 60-80
    Option "DPMS"


EndSection


Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   31.5 - 48.4
    VertRefresh 60 - 75
    Option "DPMS"


EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter connector 0"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "(null)" 
    Option "HSync2"                     "31.5 - 48.4" 
    Option "VRefresh2"                  "60 - 75" 
    Option "ScreenOverlap"              "0" 
# === TV-out Management ===
    Option "TVFormat"                   "PAL-B"     
    Option "TVStandard"                 "VIDEO"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "off"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "on"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=5b60
    Screen 0
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter connector 1"
    Driver                              "fglrx"
    BusID "PCI:1:0:0"    # vendor=1002, device=5b60
    Screen 1
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter connector 0"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "ATI Graphics Adapter connector 1"
    Monitor     "Monitor1"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1024 768
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

    Screen "Screen0"
    Screen "Screen1" RightOf "Screen0"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

voila, si ca peut t aider...

Je suis en train de surfer avec mon ecran plat et je regarde en même tant un james bond sur ma tv...:-))]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249794#msg-249794</guid>
      <pubDate>Sun, 21 Aug 2005 23:46:26 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249793#msg-249793</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Bon je viens de configurer mon serveur X pour avoir deux ecrans, avec deux serveur X different et ca a ete tout seul... je te met mon fichier xorg.conf:

xorg.conf:

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"

    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"

    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"


EndSection

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"


    Option "AutoRepeat" "500 30"


    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"fr"

EndSection


Section "InputDevice"

    Identifier	"Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"


EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31-80
    VertRefresh 60-80
    Option "DPMS"


EndSection


Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   31.5 - 48.4
    VertRefresh 60 - 75
    Option "DPMS"


EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter connector 0"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "(null)" 
    Option "HSync2"                     "31.5 - 48.4" 
    Option "VRefresh2"                  "60 - 75" 
    Option "ScreenOverlap"              "0" 
# === TV-out Management ===
    Option "TVFormat"                   "PAL-B"     
    Option "TVStandard"                 "VIDEO"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "off"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "on"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=5b60
    Screen 0
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter connector 1"
    Driver                              "fglrx"
    BusID "PCI:1:0:0"    # vendor=1002, device=5b60
    Screen 1
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter connector 0"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "ATI Graphics Adapter connector 1"
    Monitor     "Monitor1"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1024 768
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

    Screen "Screen0"
    Screen "Screen1" RightOf "Screen0"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

voila, si ca peut t aider...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249793#msg-249793</guid>
      <pubDate>Sun, 21 Aug 2005 23:45:48 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249790#msg-249790</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[j'ai lu ca chez nvidia...
ftp://download.nvidia.com/XFree86/Linux-x86/1.0-7676/README.txt]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249790#msg-249790</guid>
      <pubDate>Sun, 21 Aug 2005 23:26:16 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249789#msg-249789</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[[quote=seblinux] essaie de mettre monitor0 et monitor1 dans ton xorg.conf... au lieu de mettre deux fois monitor...[/quote]

La section monitor doit toujours s'appeler comme ça, c'est le champ "Identifier" dans la section qui différencie les deux moniteurs.  ;-)]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249789#msg-249789</guid>
      <pubDate>Sun, 21 Aug 2005 23:20:10 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249787#msg-249787</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[CA lui plait pas du tout, il demarre pas X en me disant qu'il connait pas monitor0 et monitor1....]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249787#msg-249787</guid>
      <pubDate>Sun, 21 Aug 2005 23:17:15 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249777#msg-249777</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[essaie de mettre monitor0 et monitor1 dans ton xorg.conf... au lieu de mettre deux fois monitor...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249777#msg-249777</guid>
      <pubDate>Sun, 21 Aug 2005 22:34:45 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249729#msg-249729</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Normalement je croit que l'ordre ne joue pas. 

Que font ces paramètres :

[code]VideoRam 65536 

Option "RENDER" "Enable"[/code]

Sinon essaie en mettant la section serverlayout à la fin du fichier, mais je ne pense pas que cela change grand chose.]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249729#msg-249729</guid>
      <pubDate>Sun, 21 Aug 2005 19:56:26 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249726#msg-249726</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[En plus je ne comprend vraiment pas:

Voici le xorg que j'utilise en ce moment, il ne fait marcher que un seul de mes ecran (cf le post ci dessus)
[code]
Section "ServerLayout"
        Identifier     "Multihead layout"
        Screen      0  "daewoo"
        Screen      1  "compaq" leftOf "daewoo"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
##      Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
EndSection

Section "Extensions" 
 ##Option "Composite" "Enable" 
   Option "RENDER" "Enable" 
EndSection 

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons"   "7"
         Option     "ZAxisMapping" "6 7" 
        Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "daewoo"
        HorizSync 30 - 81
        VertRefresh 55 - 75 
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "compaq"
        HorizSync 56 - 76
        VertRefresh 30 - 61 
        Option      "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
[/code]

Je l'ai un peu modifier pour essayer de le faire marcher, et je me suis retrouver avec un xorg qui faisait marcher mes deux ecrans, mais mal, c'est a dire que mon desktop prenait les deux ecrans, je n'avait pas un desktop par ecran, pourtant il n'y a AUCUNE dfferences! a moin que je devienne dingue...J'ai juste changer l'ordre...le voici:
[code]
        Section "Device
Identifier "Card0
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
        EndSection

        Section "Device"
Identifier "Card1"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 1
        EndSection

        Section "Monitor"
Identifier   "daewoo"
HorizSync 30 - 81
Option      "DPMS"
        EndSection

        Section "Monitor"
Identifier   "compaq"
HorizSync 56 - 76 
Option      "DPMS"
        EndSection

        Section "Screen"
Identifier "daewoo"
Device "Card0"
Monitor "daewoo"
DefaultDepth 24
   SubSection "Display"
 Depth 24
 Modes "1280x1024"
   EndSubSection
        EndSection 

        Section "Screen"
Identifier "compaq"
Device "Card1"
Monitor "compaq"
DefaultDepth 24
   SubSection "Display"
 Depth 24
 Modes "1024x768"
   EndSubSection
        EndSection

        Section "ServerLayout"
Identifier     "Multihead layout"
Screen      0  "daewoo"
Screen      1  "compaq" leftOf "daewoo"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
        EndSection


Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
##      Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
EndSection

Section "Extensions" 
 ##Option "Composite" "Enable" 
   Option "RENDER" "Enable" 
EndSection 

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons"   "7"
         Option     "ZAxisMapping" "6 7" 
        Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

[/code]

Si quelqu'un y comprend quelque chose...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249726#msg-249726</guid>
      <pubDate>Sun, 21 Aug 2005 19:45:09 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249643#msg-249643</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Ouai j'ai bien essayer, mais il n'y  rien qui m'avance vraiment...:-(]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249643#msg-249643</guid>
      <pubDate>Sun, 21 Aug 2005 13:02:30 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249621#msg-249621</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[(EE) NVIDIA(1): No modes remaining for display
device CRT-1
(EE) NVIDIA(1): *** Aborting ***


--------------------------------------------------
--------------------------------------------------
----------------------------------------------

As tu essaye de faire une recherche sur google avec tes erreurs, j'en ai resolu pas mal comme ca...
]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249621#msg-249621</guid>
      <pubDate>Sun, 21 Aug 2005 11:09:24 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249597#msg-249597</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[c'est bien ca pour la connection...un sur la prise vga et un sur la dvi avec un adaptateur...

Pour les frequences je suis certain, je les aient trouver sur google..]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249597#msg-249597</guid>
      <pubDate>Sun, 21 Aug 2005 01:23:41 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249596#msg-249596</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[ce n'est pas grave le crt, je suppose que tu as des maniteur connecté à la prise vga et l'autre sur le connecteur dvi avec un adaptateur vge/dvi?
si c'est le cas ce n'est grave. Vérifie bien tes fréquance vertical et horizontal...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249596#msg-249596</guid>
      <pubDate>Sun, 21 Aug 2005 01:09:52 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249552#msg-249552</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Tu es sûr que ton 15 pouces supporte le 24 bits.]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249552#msg-249552</guid>
      <pubDate>Sat, 20 Aug 2005 19:55:45 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249500#msg-249500</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[j'ai rajouter l'option "ConnectedMonitor" "lcd" mais ca n'as rien changer...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249500#msg-249500</guid>
      <pubDate>Sat, 20 Aug 2005 15:35:27 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249492#msg-249492</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Il n'y as pas un paramètre qu'on peux fixer dans la section device pour le driver nvidia pour lui dire que c'est deux LCD, à voir dans le README nvidia dans les annexes il y a la liste des options expliquées.]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249492#msg-249492</guid>
      <pubDate>Sat, 20 Aug 2005 15:09:55 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249489#msg-249489</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Oui je suis a peu pres sur, mais je ne sais pas pourquoi il me parle de crt alors ue j'ai deux LCD...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249489#msg-249489</guid>
      <pubDate>Sat, 20 Aug 2005 15:05:37 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249486#msg-249486</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[La souris passe sur l'autre écran quand tu l'améne dessus, c'est à dire tu a mis ton écran à gauche donc quand tu vas amener ta souris sur le bord gauche de ton écran si elle sort de ton ecran elle apparaîtra sur le second écran. Il n'y as rien de spécial à faire, tu peux même copier coller du texte d'un écran à l'autre.

Sinon pour les warning j'ai les mêmes mais ça marche chez moi.

Par contre ce message je ne l'ai pas :

[code](EE) NVIDIA(1): No modes remaining for display device CRT-1
(EE) NVIDIA(1): *** Aborting ***[/code]

Tu es sûr de caractérisitques que tu as mis pour tes deux écrans ??]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249486#msg-249486</guid>
      <pubDate>Sat, 20 Aug 2005 14:46:57 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249471#msg-249471</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Et juste une petite question, avec ce mode on ne peut pas passer une fenetre d'un ecran a l'autre, mais comment fait on pour passer la souris d'un ecran a l'autre??? ctrl+alt+f7/8 ??? ]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249471#msg-249471</guid>
      <pubDate>Sat, 20 Aug 2005 13:59:35 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249469#msg-249469</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Alors j'ai fait ca:

Section "ServerLayout"
        Identifier     "Multihead layout"
        Screen      0  "daewoo-primary"
        Screen      1  "compaq-secondary" leftOf "daewoo-primary"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
##      Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
##        Option      "Xinerama"      "true"
EndSection

Section "Extensions"
 ##Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons"   "7"
         Option     "ZAxisMapping" "6 7"
        Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "17pouce"
        HorizSync 30 - 81
        VertRefresh 55 - 75
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "15pouce"
        HorizSync 56 - 76
        VertRefresh 30 - 61
        Option      "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
EndSection

Section "Device"
Identifier "Card1"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 1
EndSection

Section "Screen"
Identifier "daewoo-primary"
Device "Card0"
Monitor "17pouce"
 DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "compaq-secondary"
Device "Card1"
Monitor "15pouce"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection



Et au demarrage je n'ai que mon ecran de droite (le daewoo 17 pouce) qui s'allume...
Voici les logs:

root:/home/kangal >> cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) NVIDIA(1): No modes remaining for display device CRT-1
(EE) NVIDIA(1):  *** Aborting ***
 
et

root:/home/kangal >> cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(WW) NVIDIA(0): The user specified HorizSync "30.000-81.000" has been adjusted
(WW) NVIDIA(0):      to "30.000-80.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "30.000-80.000")
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
(WW) NVIDIA(1): The user specified HorizSync "56.000-76.000" has been adjusted
(WW) NVIDIA(1):      to "56.000-61.000" (the intersection with EDID-specified
(WW) NVIDIA(1):      HorizSync "30.000-61.000")
(WW) NVIDIA(1): The user specified VertRefresh "30.000-61.000" has been
(WW) NVIDIA(1):      adjusted to "56.000-61.000" (the intersection with
(WW) NVIDIA(1):      EDID-specified VertRefresh "56.000-76.000"
(WW) (1280x960,15pouce) mode clock 108MHz exceeds DDC maximum 80MHz
(WW) NVIDIA(1): Not using mode "640x480" (height 960 is larger than
(WW) NVIDIA(1):      EDID-specified maximum 768)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249469#msg-249469</guid>
      <pubDate>Sat, 20 Aug 2005 13:45:53 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249464#msg-249464</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[chez moi j'ai le programe de chez ati qui me configure tout...
essaie avec les parametre de diancech... et dit nous ce qui ce passe...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249464#msg-249464</guid>
      <pubDate>Sat, 20 Aug 2005 13:20:12 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249459#msg-249459</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[En gros tu veut une config dualhead ou tu veut pouvoir passer une fenêtre d'un écran à l'autre, moi en fait j'ai un wm sur chaque écran ouvert par la même session X. Bon tu ne peux pas passer un fenêtre d'un écan à l'autre mais il suffit d'ouvrir la fenêtre sur le bon écran au départ.

Moi j'ai essayé, pas longtemps, de le faire avec l'option twinview de nvidia mais ça ne marche pas top alors je l'ai fait dualhead en déclarant deux devices, moniteurs et screen.

[code]Section "Device"
	Identifier	"nvidia6600-0"
	Driver		"nvidia"
	BusID       "PCI:1:0:0"
    	
	Option "NoLogo"

	Screen      0
EndSection

Section "Device"
	Identifier	"nvidia6600-1"
	Driver		"nvidia"
	BusID       "PCI:1:0:0"
    	
	Option "NoLogo"

	Screen      1
EndSection

#------------------------------------------------------------#
#			Monitors			     #
#------------------------------------------------------------#

Section "Monitor"
	Identifier	"hitachi"
	HorizSync	31 - 70
	VertRefresh	50 - 99
	Option		"DPMS"
EndSection

Section "Monitor"
    	Identifier  "sony"
    	HorizSync   30 - 70
    	VertRefresh 50 - 120
    	Option "DPMS"
EndSection

#------------------------------------------------------------#
#			Screens				     #
#------------------------------------------------------------#

Section "Screen"
	Identifier	"hitachi-primary"
	Device		"nvidia6600-0"
	Monitor		"hitachi"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"sony-secondary"
	Device		"nvidia6600-1"
	Monitor		"sony"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

#------------------------------------------------------------#
#			ServerLayout			     #
#------------------------------------------------------------#

Section "ServerLayout"
    	Identifier  "Multihead layout"
 	Screen         0 "hitachi-primary" 
        Screen         1 "sony-secondary" rightOf "hitachi-primary"
    	InputDevice "Configured Mouse" 
    	InputDevice "Generic Keyboard" 
EndSection[/code]]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249459#msg-249459</guid>
      <pubDate>Sat, 20 Aug 2005 13:04:23 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249451#msg-249451</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Ouai je les aient lu, J'arrive a rien depuis 2 mois avec ses trucs... Je viens d'avoir mon deuxieme ecran, donc je n'avait jamais essayer avant...
L'ideal serai d'avoir une seul session X, mais un desktop par ecran... Genre le bureau 1 sur l'ecran de gauche et le deuxieme a droite...
Mais ca fait trop longtemps que je galere,  je pense de plus en plus a faire comme toi, 2 serveur X...Tu peux me dire comment ca ce passe pour toi??? (boot, log avec gdm, utilisation...)

Merci!]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249451#msg-249451</guid>
      <pubDate>Sat, 20 Aug 2005 12:47:56 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249450#msg-249450</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Donc, tu as 1 carte graphique sur laquelle tu branche deux moniteur?

et tu voudrais un display manager sur chaque eccran, independant?

As tu lus la doc sur lea? ----> http://lea-linux.org/xwindow/multihead.html

As tu lus la doc de nvidia a propos du multihead?

]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249450#msg-249450</guid>
      <pubDate>Sat, 20 Aug 2005 12:39:00 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249443#msg-249443</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Je ne sais pas si je pourrais t'aider car je ne possde pas de carte nvidia...
Dans mon xorg.conf, si j'utilise deux serveurs x spare, j'ai 2 section screen et deux section driver...
Mias je ne pense pas que la configuration doit se faire comme ca pour utiliser xinerama...

Alors, es-tu deja arrive a faire fonctionner xinerama au paravant? (sous une autre distrib, il y a un an ou moins que ca, ou as tu toujours eu des problemes?)]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249443#msg-249443</guid>
      <pubDate>Sat, 20 Aug 2005 12:24:45 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249442#msg-249442</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[J'ai une gforce4 MX 440, sans xinerama...Je te met mon xorg.conf au cas ou tu verrais une difference!
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
##      Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
##        Option      "Xinerama"      "true"
EndSection

Section "Extensions"
 ##Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons"   "7"
         Option     "ZAxisMapping" "6 7"
        Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "MEI"
        ModelName    "d016"
        Option      "DPMS"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
#pas de logo nvidia au d\uffffmarrage
Option "NoLogo" "true"
# acc\uffffl\uffffre le rendu
Option "RenderAccel" "true"
   #Enables GLX even when the Composite X extension is loaded.ENABLE AT YOUR OWN RISK. OpenGL applications will not display correctly in many circumstances with this setting enabled. Default: GLX is disabled when Composite is loaded.
   #Option "AllowGLXWithComposite" "true"
      #active xinerama
   Option "TwinView"
       # be sure to replace the HorizSync and VertRefresh with correct values
       # for your monitor!
        # Frequence de raffraichissement horizontale du 2\uffff moniteur
       Option "SecondMonitorHorizSync"   "30-81"
        # Frequence de raffraichissement verticale du 2\uffff moniteur
       Option "SecondMonitorVertRefresh" "55-75"
        #emplacement du 2\uffff moniteur par rapport au 1\uffff
       Option "TwinViewOrientation"      "LeftOf"
        #les modes video support\uffffs par les 2 moniteur \uffff la fois
       Option "MetaModes"                "1280x1024,1024x768@1024x1024;1024x768,1024x768; 800x600,800x600; 640x480,640x480"
        #types de moniteurs utilis\uffffs
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        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    "1280x1024"
        EndSubSection
EndSection

Merci de ton aide!]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249442#msg-249442</guid>
      <pubDate>Sat, 20 Aug 2005 12:11:49 +0200</pubDate>
    </item>
    <item>
      <title>Re: xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/249379#msg-249379</link>
      <author>seblinux &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[tu as quoi comme carte graphique, moi j'ai une ati et sans xinerama, je fait ce que je veut...]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/249379#msg-249379</guid>
      <pubDate>Fri, 19 Aug 2005 23:39:55 +0200</pubDate>
    </item>
    <item>
      <title>xinerama: le probleme insoluble</title>
      <link>http://lea-linux.org/pho/read/19/248244/248244#msg-248244</link>
      <author>kangal &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Salut a tous... 

J'ai deja poste pas mal de sujet sur different forum a propos de mon probleme, mais personne n'a trouve de solution: 

Concretement, sous n'importe quel WM. xinerama ne fonctionne pas normalement, ainsi des fenetres s'ouvrent entre les deux ecrans, se maximisent sur les deux ecrans (pas pratique pour regarder un film...). 
Le plus surprenant est que tout cela est a peu pres aleatoire...Par exemple j'ai installer ion3, les trois premieres fois que je l'ai lancer, ce dernier a tres bien marcher, la quatrieme fois, dieu seul sait pourquoi, ion ne s'est pas lancer correctement (pas un de desktop par ecran, mais un seul sur les deux ecran...Ainsi la "barre des taches" prenait les deux ecran au lieu de prendre qu'un seul des deux ecrans... 
Idem sous gnome, de temps en temps, il se lance correctement (les icones sur l'ecran de gauche, la barre des taches sur l'ecran de droite, les fenetre s'ouvrant sur le bon ecran.). J'ai tester enormement de WM et de configuration...Je ne comprend pas du tout comment ca peut etre aussi obligatoire... 

Je souhaiteerais essayer avec E17, mais je ne suis pas familier avec les CVS et je ne sais donc pas comment faire... 
Mais de toute maniere j'ai peur que le resultat soit le meme...L'ideal serait que j'arrive a lancer E en lui specifiant que chaque ecran est un desktop different... 

Si quelqu'un a la solution...

Merci a tous!
]]></description>
      <category>Gentoo, Sourcemage...</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/19/248244/248244#msg-248244</guid>
      <pubDate>Wed, 17 Aug 2005 09:53:15 +0200</pubDate>
    </item>
  </channel>
</rss>
