Problème configuration xorg dual screen

Salut à tous,

Je viens de réinstaller une Debian toute fraiche et je n’arrive pas à configurer xorg avec deux ecrans.

Une personne pourait m’aider ? SVP

Voici m’a config et le message d’erreur :

Section "Files"
FontPath “unix/:7100” # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "ch"
Option “XkbVariant” "fr"
Option “XkbOptions” "fr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
Option “ZAxisMapping” "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra] 1"
Driver "nv"
BusID "AGP:1:0:0"
Screen 0
Option “NvAGP” "1"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra] 2"
Driver "nv"
BusID "AGP:1:0:0"
Screen 1
Option “NvAGP” "1"
EndSection

Section "Monitor"
Identifier "Sony Multiscan 520GS"
HorizSync 60-96
VertRefresh 80-160
EndSection

Section "Monitor"
Identifier "Taxan ValueVision 2175 TCO 99"
HorizSync 60-96
VertRefresh 80-160
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra] 1"
Monitor "Sony Multiscan 520GS"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra] 2"
Monitor "Taxan ValueVision 2175 TCO 99"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Screen "Screen0"
Screen “Screen1” Rightof "Screen0"
Option “Xinerama” "on"
Option “clone” "off"
EndSection

Section "DRI"
Mode 0666
EndSection

Et voici le message d’erreur :


[25] -1 0 0x00009000 - 0x0000903f (0x40) IX[B]

Fatal server error:
Requested Entity already in use!

Please consult the The X.Org Foundation support
at wiki.X.Org
for help.
Please also check the log file at “/var/log/Xorg.0.log” for additional information.
:frowning:

nvidia a sa propre manière de gèrer le multihead.
voici l’exemple de mon vieux XF86Config-4, pour t’inspirer quand aux options, ça doit être pareil dans un Xorg.conf:

[code]# XF86Config-4 (XFree86 X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the XF86Config-4 manual page.

(Type “man XF86Config-4” at the shell prompt.)

This file is automatically updated on xserver-xfree86 package upgrades only

if it has not been modified since the last upgrade of the xserver-xfree86

package.

If you have edited this file but would like it to be automatically updated

again, run the following commands as root:

cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom

md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum

dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath “unix/:7110” # local font server (xfs-xtt)
FontPath “unix/:7100” # local font server (xfs)
# if the local font server has problems, we can fall back on these
FontPath “/usr/lib/X11/fonts/misc”

FontPath “/usr/lib/X11/fonts/cyrillic”

    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Type1"

FontPath “/usr/lib/X11/fonts/CID”

    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"

EndSection
Section “Module”

Load “GLcore”

    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"

Load “dri”

    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
    Load    "xtt"

EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xfree86"
Option “XkbModel” "logidak"
Option “XkbLayout” "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/gpmdata"
Option “Protocol” "IntelliMouse"
Option “Emulate3Buttons” "true"
Option “ZAxisMapping” "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
Option “DPMS” “false”

Option “NvAGP” “3” #0 desactive, 1 - NVIDIA , 2 - AGPART, 3 - 2 si possible sinon 1

    Option          "NoLogo"                "true"

Option “RenderAccel” “true” # experimental, default: “false”

Option “NoRenderExtension” “true” # pour le 8 bits, default “false”

Option “UBB” “false” # gpu quadro, default “true”

Option “WindowFlip” “true” # si UBB, ameliore la 3D, default “false”

Option “PageFlip” “false” # default “true”

Option “DigitalVibrance” “0” # defaut 0

Option “Dac8Bit” “true” # pour quadro, default “false”

Option “Overlay” “true” # pour quadro, restreint, default “false”

Option “CIOverlay” “true” # pour quadro, restreint, default “false”

Option “TransparentIndex” “0” # depend de Overlay, default “0”

Option “OverlayDefaultVisual” “true” # idem default “false”

Option “SWCursor” “true” # default “false”

Option “HWCursor” “false” # default “true”

Option “CursorShadow” “true” # gf2 et plus, default “false”

Option “CursorShadowAlpha” “64” # default “64”

Option “CursorShadowXOffset” “4” # default “4”

Option “CursorShadowYOffset” “2” # default “2”

Option “NoBandWidthTest” “true” # default “false”

Option “IgnoreDisplayDevices” “” # TV|CRT|DFP, si X est lent au d marrage

Option “MultisampleCompatibility” “false”

Option “UseEdidFreqs” “true” # pour demander les plages de sync au moniteur

Option “IgnoreEDID” “true” # default “false”

Option “NoDDC” “true” # Synonyme de “IgnoreEDID”

Option “FlatPanelProperties” “Scaling = centered, Dithering = enabled” # Scaling =[default,native,scaled,center,asp

ect-scaled], dither=[default,enabled,disabled]

Option “UseInt10Module” “true” # pour utiliser XFree pour initialiser les ecrans, default “false”

Option “UseClipIDs” “true” # necessite quadro+UBB

    Option          "TwinView"              "true" # activation du twinview, default false
    Option          "TwinViewOrientation"           "LeftOf" # ["RightOf"|"LeftOf"|"Above"|"Below"|"Clone"] default NULL
    Option          "ConnectedMonitor"              "CRT,TV" # CRT: cathodique, DFP: Plat sur DVI, TV: tv
    Option          "SecondMonitorHorizSync"        "30-50"
    Option          "SecondMonitorVertRefresh"      "60"
    Option          "MetaModes"                     "1280x1024,720x576;1280x1024;1024x768,720x576;1024x768,NULL;640x480,720x576;64

0x480,NULL;320x240,720x576;320x200,NULL"

Option “MetaModes” “1280x1024,720x576;1280x1024;1024x768,720x576;320x200,NULL”

Option “MetaModes” “1280x1024,800x600;1280x1024;320x200,NULL”

Option “MetaModes” “1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL”

Option “NoTwinViewXineramaInfo” “true” # par default: false

    Option          "TVStandard"                    "PAL-N"

Option “TVOutFormat” “PAL-N”

    Option          "TVOverScan"                    "0.8" # Valeur decimale comprise entre 0.0 et 1.0, default 0

Option “Stereo” “0” # stereovision pour quadro

EndSection
Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440] mono"
Driver "nvidia"
Option “DPMS” “false”

Option “NvAGP” “3” #0 desactive, 1 - NVIDIA , 2 - AGPART, 3 - 2 si possible sinon 1

    Option          "NoLogo"                "true"

Option “RenderAccel” “true” # experimental, default: “false”

Option “NoRenderExtension” “true” # pour le 8 bits, default “false”

Option “UBB” “false” # gpu quadro, default “true”

Option “WindowFlip” “true” # si UBB, ameliore la 3D, default “false”

Option “PageFlip” “false” # default “true”

Option “DigitalVibrance” “0” # defaut 0

Option “Dac8Bit” “true” # pour quadro, default “false”

Option “Overlay” “true” # pour quadro, restreint, default “false”

Option “CIOverlay” “true” # pour quadro, restreint, default “false”

Option “TransparentIndex” “0” # depend de Overlay, default “0”

Option “OverlayDefaultVisual” “true” # idem default “false”

Option “SWCursor” “true” # default “false”

Option “HWCursor” “false” # default “true”

Option “CursorShadow” “true” # gf2 et plus, default “false”

Option “CursorShadowAlpha” “64” # default “64”

Option “CursorShadowXOffset” “4” # default “4”

Option “CursorShadowYOffset” “2” # default “2”

Option “NoBandWidthTest” “true” # default “false”

Option “IgnoreDisplayDevices” “” # TV|CRT|DFP, si X est lent au d marrage

Option “MultisampleCompatibility” “false”

Option “UseEdidFreqs” “true” # pour demander les plages de sync au moniteur

Option “IgnoreEDID” “true” # default “false”

Option “NoDDC” “true” # Synonyme de “IgnoreEDID”

Option “FlatPanelProperties” “Scaling = centered, Dithering = enabled” # Scaling =[default,native,scaled,center,asp

ect-scaled], dither=[default,enabled,disabled]

Option “UseInt10Module” “true” # pour utiliser XFree pour initialiser les ecrans, default “false”

Option “UseClipIDs” “true” # necessite quadro+UBB

Option “TwinView” “true” # activation du twinview, default false

    Option          "TwinViewOrientation"           "LeftOf" # ["RightOf"|"LeftOf"|"Above"|"Below"|"Clone"] default NULL
    Option          "ConnectedMonitor"              "CRT,TV" # CRT: cathodique, DFP: Plat sur DVI, TV: tv
    Option          "SecondMonitorHorizSync"        "30-50"
    Option          "SecondMonitorVertRefresh"      "60"
    Option          "MetaModes"                     "1280x1024,720x576;1280x1024;1024x768,720x576;1024x768,NULL;640x480,720x576;64

0x480,NULL;320x240,720x576;320x200,NULL"

Option “MetaModes” “1280x1024,720x576;1280x1024;1024x768,720x576;320x200,NULL”

Option “MetaModes” “1280x1024,800x600;1280x1024;320x200,NULL”

Option “MetaModes” “1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL”

Option “NoTwinViewXineramaInfo” “true” # par default: false

    Option          "TVStandard"                    "PAL-N"

Option “TVOutFormat” “PAL-N”

    Option          "TVOverScan"                    "0.8" # Valeur decimale comprise entre 0.0 et 1.0, default 0

Option “Stereo” “0” # stereovision pour quadro

EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-70
VertRefresh 50-160
Gamma 1.35 1.35 1.35 # created by KGamma
EndSection
Section "Monitor"
Identifier "IIYAMA A901HT [Vision Master Pro 450]"
HorizSync 27.0-115.0
VertRefresh 50.0-160.0

Sony Vaio C1(X,XS,VE,VN)?

1024x480 @ 85.6 Hz, 48 kHz hsync

#ModeLine “1024x480” 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    #ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
#Refresh Rate 60Hz
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
ModeLine "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087
#Refresh Rate 75Hz
ModeLine "720x480" 34.9 720 752 824 928 480 481 484 502
ModeLine "720x576" 42.6 720 760 832 944 576 577 580 602
ModeLine "848x480" 41.0 848 880 968 1088 480 481 484 502
ModeLine "856x480" 41.3 856 888 976 1096 480 481 484 502
ModeLine "1024x512" 53.3 1024 1072 1176 1328 512 513 516 535
ModeLine "1280x768" 103.0 1280 1360 1496 1712 768 769 772 802
ModeLine "1440x1050" 160.0 1440 1536 1696 1952 1050 1051 1054 1096
#Refresh Rate 85Hz
ModeLine "1280x768" 118.5 1280 1368 1504 1728 768 769 772 807
ModeLine "1440x1050" 184.5 1440 1544 1704 1968 1050 1051 1054 1103
ModeLine "848x480" 47.4 848 888 976 1104 480 481 484 505

EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Monitor "IIYAMA A901HT [Vision Master Pro 450]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1024x768” “800x600” “640x480”

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           4
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           8
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           15
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           16
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           24
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection

EndSection
Section "Screen"
Identifier "Default Screen mono"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440] mono"
Monitor "IIYAMA A901HT [Vision Master Pro 450]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1024x768” “800x600” “640x480”

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           4
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           8
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           15
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           16
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection
    SubSection "Display"
            Depth           24
            Modes           "1280x1024" "1024x768" "800x600" "640x480"

Modes “1024x768” “800x600” “640x480”

    EndSubSection

EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "Default Layout mono"
Screen "Default Screen mono"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection[/code]
Attention, j’ai copié depuis une console, certaines lignes ont été coupée au passage…
sinon, en relisant ton post, je m’apercois qu’il te manque en plus le module nvidia (tu es en nv, et il ne fait pas de dualhead).
Tu trouvera des millions de tutos et d’explication sur comment faire cette install des pilotes propriétaires aussi bien sur ce site qu’ailleurs.