Zwei x-server unter Linux 11.3

Hinweis: In dem Thema Zwei x-server unter Linux 11.3 gibt es 2 Antworten. Der letzte Beitrag () befindet sich ganz unten auf dieser Seite.
  • Hallo,


    ich habe mir einen neuen Rechner zusammengebastelt mit 2 matrox g9120 Graphikkarten mit 2 verschiedenen Monitoren. Die Datei xorg.conf habe ich auch schon mit 2 Layouts gebastelt. Leider funktioniert der Aufruf des 2. x-server nicht. Es kommt immer die Meldung, dass der Server schon liefe und nicht nochmals gestartet werden könne.


    An was kann das liegen? Bitte um Hilfe!


    Danke! tapdancer


    Anbei meine selbstgebastelte xorg.conf:


    Section "ServerLayout"
    Identifier "BenQ"
    Screen "Screen0"
    InputDevice "Mouse0"
    InputDevice "Keyboard0"
    Option "AutoEnableDevices" "false"
    Option "AutoAddDevices" "false"
    Option "AllowEmptyInput" "true"
    EndSection


    Section "ServerLayout"
    Identifier "VSC"
    Screen "Screen1"
    InputDevice "Mouse1"
    InputDevice "Keyboard1"
    Option "AutoEnableDevices" "false"
    Option "AutoAddDevices" "false"
    Option "AllowEmptyInput" "true"
    EndSection


    Section "Files"
    ModulePath "/usr/lib64/xorg/modules/updates"
    ModulePath "/usr/lib64/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/URW/"
    FontPath "/usr/share/fonts/cyrillic:unscaled"
    FontPath "/usr/share/fonts/misc/sgi:unscaled"
    FontPath "/usr/share/fonts/truetype/"
    #InputDevices "/dev/gpmctl"
    #InputDevices "/dev/input/mice"
    EndSection


    Section "ServerFlags"
    Option "AllowMouseOpenFail" "on"
    Option "ZapWarning" "on"
    EndSection


    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "vnc"
    Load "dri"
    Load "record"
    Load "dri2"
    EndSection


    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "evdev"
    Option "Device" "/dev/input/by-path/pci-0000:00:12.2-usb-0:2.1:1.0-event-kbd"
    Option "Protocol" "Standard"
    Option "XkbLayout" "de"
    Option "XkbModel" "microsoftpro"
    Option "XkbRules" "xfree86"
    Option "XkbVariant" "nodeadkeys"
    EndSection


    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "evdev"
    Option "Device" "/dev/input/event0"
    Option "Protocol" "Standard"
    Option "XkbLayout" "de"
    Option "XkbModel" "microsoftpro"
    Option "XkbRules" "xfree86"
    Option "XkbVariant" "nodeadkeys"
    EndSection


    Section "InputDevice"
    Identifier "Mouse0"
    Driver "evdev"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/by-path/pci-0000:00:12.0-usb-0:2.2:1.0-event-mouse"
    Option "GrabDevice" "on"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection


    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/by-path/pci-0000:00:12.2-usb-0:1.4:1.0-event-mouse"
    Option "GrabDevice" "on"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection


    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 412 224
    HorizSync 30-83
    VendorName "BenQ"
    ModelName "GL940"
    Option "DPMS"
    Option "PreferredMode" "1368X768"
    VertRefresh 50-76
    UseModes "Modes[0]"
    EndSection


    Section "Monitor"
    Option "CalcAlgorithm" "XServerPool"
    DisplaySize 338 270
    HorizSync 30-82
    Identifier "Monitor1"
    ModelName "VIEWSONIC VE175"
    Option "DPMS"
    Option "PreferredMode" "1280x1024"
    VendorName "VSC"
    VertRefresh 43-75
    UseModes "Modes[1]"
    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 "Independent" # [<bool>]
    #Option "UseKernelModule" # [<bool>]
    #Option "mon0_forcedvi" # [<bool>]
    #Option "mon1_forcedvi" # [<bool>]
    #Option "mon2_forcedvi" # [<bool>]
    #Option "mon3_forcedvi" # [<bool>]
    #Option "ICDOP1" # [<bool>]
    #Option "ICDOP2" # [<bool>]
    Identifier "Card0"
    Driver "m9x"
    VendorName "Matrox Graphics, Inc."
    BoardName "M91XX"
    BusID "PCI:1:0:0"
    Screen 0
    Option "Independent"
    EndSection


    Section "Modes"
    Identifier "Modes[0]"
    Modeline "1368X768" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
    EndSection


    Section "Modes"
    Identifier "Modes[1]
    Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
    EndSection


    Section "Device"
    Identifier "Card1"
    Driver "m9x"
    VendorName "Matrox Graphics, Inc."
    BoardName "M91XX"
    BUSID "PCI:7:0:0"
    Screen 0
    Option "Independent"
    EndSection


    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Option "monitor-mon0" "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1368X768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1368X768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1368X768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1368X768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1368X768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1368X768"
    EndSubSection
    EndSection


    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    Device "Card1"
    Identifier "Screen1"
    Option "monitor-mon1" "Monitor1"
    EndSection

    Für den Inhalt des Beitrages 28136 haftet ausdrücklich der jeweilige Autor: tapdancer