[gelöst] 3 Monitore an single Intel Karte mit 3 Screens

KDE, Gnome, Windowmanager, X11, Grafiktreiber und alles was dazu notwendig ist. Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
McAldo
Moderator
Beiträge: 2064
Registriert: 26.11.2003 11:43:36
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Terra / Sol-System / Milchstraße

[gelöst] 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von McAldo » 01.05.2018 20:37:25

Hallo,

nachdem meine Versuche, das Setup mit einer NVIdia+Intel oder einer ATI-Karte zum laufen zu bringen scheiterten, versuche ich es nun mit 3 Monitoren an der onBoard-Intel Karte.
lspci gibt das aus:

Code: Alles auswählen

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
Anschlüsse sind: HDMI, DVI und VGA.
Meine xorg.conf:

Code: Alles auswählen

Section "ServerLayout"
   Identifier   "Default"
   Screen      "Screen00" 0 0
   Screen      "Screen01" LeftOf "Screen00"
   Screen      "Screen02" RightOf "Screen00"
   InputDevice   "Mouse0" "CorePointer"
   InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath   "built-ins"
EndSection

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

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "Protocol" "auto"
   Option      "Device" "/dev/input/mice"
   Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Device"
   Identifier   "Intel Xeon E3-1200 00"
   Driver      "intel"
   VendorName   "Intel Corporation"
   BoardName   "82865G Integrated Graphics Controller"
   BusID      "PCI:0:2:0"
   Option      "AccelMethod"   "sna"
#   Option      "ZaphodHeads"   "DP2"
   Screen      0
EndSection

Section "Device"
   Identifier   "Intel Xeon E3-1200 01"
   Driver      "intel"
   VendorName   "Intel Corporation"
   BoardName   "82865G Integrated Graphics Controller"
   BusID      "PCI:0:2:0"
   Option      "AccelMethod"   "sna"
#   Option      "ZaphodHeads"   "DP1"
   Screen      1
EndSection

Section "Device"
   Identifier   "Intel Xeon E3-1200 02"
   Driver      "intel"
   VendorName   "Intel Corporation"
   BoardName   "82865G Integrated Graphics Controller"
   BusID      "PCI:0:2:0"
   Option      "AccelMethod"   "sna"
   Option      "ZaphodHeads"   "VGA1"
   Screen      2
EndSection

Section "Monitor"
   Identifier   "DELL00"
   ModelName   "DELL P2210"
   VendorName   "DELL"
#   DisplaySize 510 290
#  Gamma 2.20
   Option "DPMS" "true"
   Horizsync 30-83
   VertRefresh 56-75
   # Maximum pixel clock is 170MHz
   #Not giving standard mode: 1152x864, 75Hz
   #Not giving standard mode: 1280x1024, 60Hz
   #Not giving standard mode: 1600x900, 60Hz
   #Not giving standard mode: 1680x1050, 60Hz
   #Modeline    "Mode 0" +hsync +vsync
#	Modeline "1152x864@67.5" 108.00  1152 1216 1344 1600  864 865 868 900
#	Modeline "1280x1024@64" 108.00  1280 1328 1440 1688  1024 1025 1028 1066
#	Modeline "1600x900@55.9" 119.00  1600 1696 1864 2128  900 901 904 932
#	Modeline "1680x1050@67.1" 172.80  1920 2040 2248 2576  1080 1081 1084 1118
EndSection

Section "Monitor"
   Identifier   "DELL01"
   ModelName   "DELL P2210"
   VendorName   "DELL"
#   DisplaySize 510 290
#   Gamma 2.20
   Option "DPMS" "true"
   Horizsync 30-83
   VertRefresh 56-75
   # Maximum pixel clock is 170MHz
   #Not giving standard mode: 1152x864, 75Hz
   #Not giving standard mode: 1280x1024, 60Hz
   #Not giving standard mode: 1600x900, 60Hz
   #Not giving standard mode: 1680x1050, 60Hz
#	Modeline "1152x864@67.5" 108.00  1152 1216 1344 1600  864 865 868 900
#	Modeline "1280x1024@64" 108.00  1280 1328 1440 1688  1024 1025 1028 1066
#	Modeline "1600x900@55.9" 119.00  1600 1696 1864 2128  900 901 904 932
#	Modeline "1680x1050@67.1" 172.80  1920 2040 2248 2576  1080 1081 1084 1118
EndSection

Section "Monitor"
   Identifier   "DELL02"
   ModelName   "DELL P2210"
   VendorName   "DELL"
#   DisplaySize 510 290
#   Gamma 2.20
   Option "DPMS" "true"
   Horizsync 30-83
   VertRefresh 56-75
   # Maximum pixel clock is 170MHz
   #Not giving standard mode: 1152x864, 75Hz
   #Not giving standard mode: 1280x1024, 60Hz
   #Not giving standard mode: 1600x900, 60Hz
   #Not giving standard mode: 1680x1050, 60Hz
#	Modeline "1152x864@67.5" 108.00  1152 1216 1344 1600  864 865 868 900
#	Modeline "1280x1024@64" 108.00  1280 1328 1440 1688  1024 1025 1028 1066
#	Modeline "1600x900@55.9" 119.00  1600 1696 1864 2128  900 901 904 932
#	Modeline "1680x1050@67.1" 172.80  1920 2040 2248 2576  1080 1081 1084 1118
EndSection

#Section "Monitor"
#   Identifier   "DELL03"
#   ModelName   "DELL P2210F"
#   VendorName   "DELL"
#   DisplaySize 510 290
#   Gamma 2.20
#   Option "DPMS" "true"
#   Horizsync 30-83
#   VertRefresh 56-75
#   # Maximum pixel clock is 170MHz
#   #Not giving standard mode: 1152x864, 75Hz
#   #Not giving standard mode: 1280x1024, 60Hz
#   #Not giving standard mode: 1600x900, 60Hz
#   #Not giving standard mode: 1680x1050, 60Hz
#	Modeline "1152x864@67.5" 108.00  1152 1216 1344 1600  864 865 868 900
#	Modeline "1280x1024@64" 108.00  1280 1328 1440 1688  1024 1025 1028 1066
#	Modeline "1600x900@55.9" 119.00  1600 1696 1864 2128  900 901 904 932
#	Modeline "1680x1050@67.1" 172.80  1920 2040 2248 2576  1080 1081 1084 1118
#	Modeline "1680x1050@60" 146.0 1680 1050
#EndSection

Section "Screen"
   Identifier   "Screen00"
   Device      "Intel Xeon E3-1200 00"
   Monitor      "DELL00"
   DefaultDepth 24
   SubSection "Display"
      Depth 24
      Modes "1680x1050"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen01"
   Device      "Intel Xeon E3-1200 01"
   Monitor      "DELL01"
   DefaultDepth 24
   SubSection "Display"
      Depth 24
      Modes "1680x1050"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen02"
   Device      "Intel Xeon E3-1200 02"
   Monitor      "DELL02"
   DefaultDepth 24
   SubSection "Display"
      Depth 24
      Modes "1680x1050"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection
Bei einem Rechner mit dieser Intel onBoard-Grafikkarte funktioniert es:

Code: Alles auswählen

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
Allerdings sind dort 2 Monitore per DP angeschlossen. Die ZaphodHeads Option habe ich daher auskommentiert.

Was für Infos fehlen vielleicht? Was ist an der config falsch?
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)

Benutzeravatar
Lord_Carlos
Beiträge: 5578
Registriert: 30.04.2006 17:58:52
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Dänemark

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von Lord_Carlos » 01.05.2018 20:51:38

Warum ueberhaupt mit der xorg rumfummeln?
Ohne schon versucht?

Code: Alles auswählen

╔═╗┬ ┬┌─┐┌┬┐┌─┐┌┬┐╔╦╗
╚═╗└┬┘└─┐ │ ├┤ │││ ║║
╚═╝ ┴ └─┘ ┴ └─┘┴ ┴═╩╝ rockt das Forum!

Colttt
Beiträge: 2983
Registriert: 16.10.2008 23:25:34
Wohnort: Brandenburg
Kontaktdaten:

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von Colttt » 01.05.2018 21:41:02

Bevor du dir noch eine Karte holst, gucke dir doch mal die Matrox Karte an
Debian-Nutzer :D

ZABBIX Certified Specialist

Benutzeravatar
McAldo
Moderator
Beiträge: 2064
Registriert: 26.11.2003 11:43:36
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Terra / Sol-System / Milchstraße

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von McAldo » 02.05.2018 08:58:47

Lord_Carlos hat geschrieben: ↑ zum Beitrag ↑
01.05.2018 20:51:38
Warum ueberhaupt mit der xorg rumfummeln?
Ohne schon versucht?
Jap, habe ich. Dann habe ich einen zusammenhängenden Desktop über 3 Monitore. Ich möchte aber getrennte Desktops haben. Und das klappte mir xrandr leider nicht (bisher).
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)

Benutzeravatar
Lord_Carlos
Beiträge: 5578
Registriert: 30.04.2006 17:58:52
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Dänemark

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von Lord_Carlos » 02.05.2018 10:10:07

McAldo hat geschrieben: ↑ zum Beitrag ↑
02.05.2018 08:58:47
Lord_Carlos hat geschrieben: ↑ zum Beitrag ↑
01.05.2018 20:51:38
Warum ueberhaupt mit der xorg rumfummeln?
Ohne schon versucht?
Jap, habe ich. Dann habe ich einen zusammenhängenden Desktop über 3 Monitore. Ich möchte aber getrennte Desktops haben. Und das klappte mir xrandr leider nicht (bisher).
Einfach nur das sich Fenster beim Maximieren auf einem Monitor beschraenken?
Oder ein Xserver / DE pro Monitor?

Code: Alles auswählen

╔═╗┬ ┬┌─┐┌┬┐┌─┐┌┬┐╔╦╗
╚═╗└┬┘└─┐ │ ├┤ │││ ║║
╚═╝ ┴ └─┘ ┴ └─┘┴ ┴═╩╝ rockt das Forum!

Benutzeravatar
McAldo
Moderator
Beiträge: 2064
Registriert: 26.11.2003 11:43:36
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Terra / Sol-System / Milchstraße

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von McAldo » 02.05.2018 10:22:28

Colttt hat geschrieben: ↑ zum Beitrag ↑
01.05.2018 21:41:02
Bevor du dir noch eine Karte holst, gucke dir doch mal die Matrox Karte an
Welche Matrox-Karte?
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)

Benutzeravatar
McAldo
Moderator
Beiträge: 2064
Registriert: 26.11.2003 11:43:36
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Terra / Sol-System / Milchstraße

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von McAldo » 02.05.2018 10:25:35

Lord_Carlos hat geschrieben: ↑ zum Beitrag ↑
02.05.2018 10:10:07
McAldo hat geschrieben: ↑ zum Beitrag ↑
02.05.2018 08:58:47
Lord_Carlos hat geschrieben: ↑ zum Beitrag ↑
01.05.2018 20:51:38
Warum ueberhaupt mit der xorg rumfummeln?
Ohne schon versucht?
Jap, habe ich. Dann habe ich einen zusammenhängenden Desktop über 3 Monitore. Ich möchte aber getrennte Desktops haben. Und das klappte mir xrandr leider nicht (bisher).
Einfach nur das sich Fenster beim Maximieren auf einem Monitor beschraenken?
Oder ein Xserver / DE pro Monitor?
Ich habe die drei getrennten Desktops, weil da beim Umschalten der virtuellen Arbeitsfläche auf einem Desktop nicht auf allen 3 Monitoren die Arbeitsfläche umschaltet.
Wenn ich einen XServer (oder meinst du SEAT?) pro Monitor starte, kann ich dann noch mit Maus/Tastatur wechseln, oder muss ich das dann auch 3x konfigurieren?

Bisher hat das immer alles mit der xorg.conf gut funktioniert. Bisher hatte ich allerdings auch nur 2 Monitore. :-) Nur eben seit einiger Zeit hab ich einen Rechner mit der Intel-Karte und da läuft es mit 3 Monitoren.
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)

Benutzeravatar
McAldo
Moderator
Beiträge: 2064
Registriert: 26.11.2003 11:43:36
Lizenz eigener Beiträge: GNU Free Documentation License
Wohnort: Terra / Sol-System / Milchstraße

Re: 3 Monitore an single Intel Karte mit 3 Screens

Beitrag von McAldo » 03.05.2018 09:21:19

Es läuft nun. Hatte zum Schluss die PCI-ID falsch angegeben. Fürs Protokol hier noch die funktionierende xorg.conf:

Code: Alles auswählen

Section "DRI"      
  Mode 0666          
EndSection      
Section "Device"
  Identifier   "Intel Xeon E3-1200 00"
  Driver       "intel" 
  VendorName   "Intel Corporation"  
  BoardName    "82865G Integrated Graphics Controller"
  BusID        "PCI:0:2:0"
  Option      "AccelMethod" "sna"
  Option      "ZaphodHeads"   "HDMI1"
  Screen      0       
EndSection                
Section "Device"    
  Identifier   "Intel Xeon E3-1200 01"
  Driver       "intel" 
  VendorName   "Intel Corporation"  
  BoardName    "82865G Integrated Graphics Controller"
  BusID        "PCI:0:2:0"
  Option      "AccelMethod" "sna"
  Option      "ZaphodHeads"   "HDMI2"
  Screen      1      
EndSection            
Section "Device" 
  Identifier   "Intel Xeon E3-1200 02"
  Driver       "intel"      
  VendorName   "Intel Corporation"
  BoardName    "82865G Integrated Graphics Controller"
  BusID        "PCI:0:2:0"                
  Option      "AccelMethod" "sna"     
  Option      "ZaphodHeads"   "VGA1"      
  Screen       2 
EndSection
Section "Files"
  ModulePath   "/usr/lib/xorg/modules"
  FontPath   "/usr/share/fonts/X11/misc"
  FontPath   "/usr/share/fonts/X11/cyrillic"
  FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath   "/usr/share/fonts/X11/Type1"
  FontPath   "/usr/share/fonts/X11/100dpi"
  FontPath   "/usr/share/fonts/X11/75dpi"
  FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  FontPath   "built-ins"
EndSection
Section "InputDevice"
  Identifier   "Keyboard0"
  Driver      "kbd"
EndSection
Section "Module"
  Load   "glx"
  Load   "dbe"
  Load   "dri"
  Load   "record"
  Load   "dri2"
  Load   "extmod"
EndSection
Section "Monitor"
  Identifier  "DELL00"
  ModelName   "DELL P2210"
  VendorName  "DELL"
  Option "DPMS" "true"
  Horizsync 30-83
  VertRefresh 56-75
EndSection
Section "Monitor"
  Identifier  "DELL01"
  ModelName   "DELL P2210"
  VendorName  "DELL"
  Option "DPMS" "true"
  Horizsync 30-83
  VertRefresh 56-75
EndSection
Section "Monitor"                                                                                                                                                                                                  
  Identifier  "DELL02"                                                                                                                                                                                             
  ModelName   "DELL P2210"                                                                                                                                                                                         
  VendorName  "DELL"                                                                                                                                                                                               
  Option "DPMS" "true"
  Horizsync 30-83
  VertRefresh 56-75
EndSection
Section "InputDevice"
  Identifier   "Mouse0"
  Driver      "mouse"
  Option      "Protocol" "auto"
  Option      "Device" "/dev/input/mice"
  Option      "ZAxisMapping" "4 5 6 7"
EndSection
Section "Screen"
  Identifier "Screen00"
  Device     "Intel Xeon E3-1200 00"
  Monitor    "DELL00"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1680x1050"
  EndSubSection
EndSection
Section "Screen"
  Identifier "Screen01"
  Device     "Intel Xeon E3-1200 01"
  Monitor    "DELL01"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1680x1050"
  EndSubSection
EndSection
Section "Screen"
  Identifier "Screen02"
  Device     "Intel Xeon E3-1200 02"
  Monitor    "DELL02"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1680x1050"
  EndSubSection
EndSection
Section "ServerLayout"
  Identifier   "IntelLayout"
  Screen      "Screen00" 0 0
  Screen      "Screen01" RightOf "Screen00"
  Screen      "Screen02" LeftOf "Screen00"
  InputDevice   "Mouse0" "CorePointer"
  InputDevice   "Keyboard0" "CoreKeyboard"
EndSection
Achte auf deine Gedanken, denn sie werden Worte.
Achte auf deine Worte, denn sie werden Handlungen.
Achte auf deine Handlungen, denn sie werden Gewohnheiten.
Achte auf deine Gewohnheiten, denn sie werden dein Charakter.
Achte auf deinen Charakter, denn er wird dein Schicksal.
(Talmud)

Antworten