• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Multi Seat System

std

Member
Hallo,

ich versuche ein Multi-Seat-Sysem mit 2 Monitoren, Tastaturen und Mäusen auf zubauen.

Bei der Grafikausgabe habe ich das Problem, das ich nicht beide Monitore unterschiedlich ansteuern kann. Beide zeigen immer das gleiche Bild. Ich nutze die Onboard-Grafik mit Intel-Chipsatz Q45/Q43.

Wie muß ich hier in der xorg.conf die beiden Ausgänge beschreiben?

Anbei meine xorg.conf
Code:
# /.../
# SaX generated X11 config file
# Created on: 2009-07-30T14:28:35+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

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

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

#Seat 1
Section "InputDevice"
    Identifier     "Keyboard1"
#    Driver         "kbd"
    Driver         "evdev"
    Option         "Device" "/dev/input/event0"
#    Option         "XkbModel" "microsoftpro"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbRules" "xfree86"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Name" "Dell USB Optical Mouse"
    Option         "Buttons" "5"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mouse0"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Device"
  BoardName    "Q45/Q43"
  Driver       "intel"
  Identifier   "Device1"
  Option       "EXANoComposite"
  Option       "monitor-VGA" "Monitor1"
  Screen       0
  VendorName   "Intel"
  BusID        "PCI:0:02:0"
EndSection

Section "Monitor"
  DisplaySize  376 301
  HorizSync    31-64
  Identifier   "Monitor1"
  ModelName    "1280X1024@60HZ"
  Option       "PreferredMode" "1280x1024"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes1"
EndSection

Section "Modes"
  Identifier   "Modes1"
  Modeline 	"1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  Device       "Device1"
  Identifier   "Screen1"
  Monitor      "Monitor1"
EndSection

Section "ServerLayout"
  #Identifier   "Layout[all]"
    Identifier     "seat1"
    Screen      0  "Screen1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

#Seat 2
Section "InputDevice"
    Identifier     "Keyboard2"
    Driver         "kbd"
    Option         "Device" "/dev/input/event3"
    Option         "XkbModel" "microsoftpro"
    Option         "XkbLayout" "de"
    Option         "XkbRules" "xfree86"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse2"
    Driver         "mouse"
    Option         "Name" "Dell USB Optical Mouse"
    Option         "Buttons" "5"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mouse1"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Device"
  BoardName    "Q45/Q43"
  Driver       "intel"
  Identifier   "Device2"
  Option       "EXANoComposite"
  Option       "monitor-VGA" "Monitor2"
  Screen       0
  VendorName   "Intel"
  BusID        "PCI:00:02:1"
EndSection

Section "Monitor"
  DisplaySize  376 301
  HorizSync    31-64
  Identifier   "Monitor2"
  ModelName    "1280X1024@60HZ"
  Option       "PreferredMode" "1280x1024"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes2"
EndSection

Section "Modes"
  Identifier   "Modes2"
  Modeline 	"1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
    Virtual    3840 1200
  EndSubSection
  Device       "Device2"
  Identifier   "Screen2"
  Monitor      "Monitor2"
EndSection

Section "ServerLayout"
  #Identifier   "Layout[all]"
    Identifier     "seat2"
    Screen      0  "Screen2" 0 0
    InputDevice    "Mouse2" "CorePointer"
    InputDevice    "Keyboard2" "CoreKeyboard"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
  Option       "Composite" "on"
EndSection

Und hier noch einmal die beiden Grafik-Devices:
Code:
Section "Device"
  BoardName    "Q45/Q43"
  Driver       "intel"
  Identifier   "Device1"
  Option       "EXANoComposite"
  Option       "monitor-VGA" "Monitor1"
  Screen       0
  VendorName   "Intel"
  BusID        "PCI:0:02:0"
EndSection
und
Code:
Section "Device"
  BoardName    "Q45/Q43"
  Driver       "intel"
  Identifier   "Device2"
  Option       "EXANoComposite"
  Option       "monitor-VGA" "Monitor2"
  Screen       0
  VendorName   "Intel"
  BusID        "PCI:00:02:1"
EndSection


Hat einer eine Idee?

Danke
Stefan
 
Oben