Autor |
Nachricht |
|
|
Titel: [GELÖST] DualHead mit Matrox G550 Millenium
Verfasst am: 11.10.2006, 17:13 Uhr
|
|
Anmeldung: 11. Okt 2006
Beiträge: 2
|
|
Hallo!
Habe jetzt schon den halben Tag in diversen Suchmaschinen und Foren verbracht, aber ich krieg das Ding einfach nicht aus dem Clone-Screen-Modus raus. Was ich haben will ist, dass der ganze Desktop über die zwei Bildschirme verteilt ist, so dass ich mit mehreren Programmfenstern bequem arbeiten kann.
Soweit ich das jetzt mitbekommen hab muss ich meine xorg.conf bearbeiten, aber leider hab ich davon überhaupt keine Ahnung. Bin auch erst seit einigen Monaten mit Linux dabei, aber fleißig bemüht alles zu lernen.
Kann mir jemand Schritt für Schritt dabei helfen? Wäre wirklich super!
Ach ja, ich hab am Analog-Ausgang einen normalen Röhrenmonitor dran und am DVI über einen Analog-Adapter einen TFT angeschlossen. Auflösung sollte bei beiden 1280x1024 bleiben.
Meine xorg.conf hab ich mal angehängt. |
Beschreibung: |
|
 Download |
Dateiname: |
xorg.conf.tar |
Dateigröße: |
20 KB |
Heruntergeladen: |
396 mal |
Zuletzt bearbeitet von McDubh am 11.10.2006, 20:48 Uhr, insgesamt ein Mal bearbeitet
|
|
|
|
 |
|
Titel:
Verfasst am: 11.10.2006, 17:42 Uhr
|
|
Anmeldung: 11. Sep 2006
Beiträge: 29
Wohnort: Unterallgäu
|
|
|
|
 |
|
Titel:
Verfasst am: 11.10.2006, 20:14 Uhr
|
|
Anmeldung: 11. Okt 2006
Beiträge: 2
|
|
[DELETE]
So, alter Post erst mal gelöscht. Ich hab es hinbekommen, dass ich zwei verschiedene Bildschirme hab!!
Aus verschiedenen xorg.conf im Internet hab ich mir jetzt was zusammengebastelt. Beide Monitore werden problemlos angesprochen und ich habe auf beiden einen separaten Desktop, d.h. auch eine eigene Taskleiste etc.
Hier mal meine aktuelle xorg.conf
Code:
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
# ALPS TouchPad not detected
# Synaptics TouchPad not detected
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts/ttf/decoratives"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
# Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
# TouchPad not detected
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
Identifier "LG"
Option "DPMS" "true"
VendorName "LG"
ModelName "Flatron ez T710PH"
HorizSync 30 - 85
VertRefresh 50 - 160
# These are the DDC-probed settings reported by your monitor.
<snip>
# Extended modelines with GTF timings
<snip>
EndSection
Section "Monitor"
Identifier "PHILIPS"
Option "DPMS" "true"
VendorName "PHILIPS"
ModelName "170S"
HorizSync 30 - 82 # DDC-probed
VertRefresh 56 -76 # DDC-probed
EndSection
Section "Device"
Option "RenderAccel" "1"
Identifier "G550_0"
Driver "mga"
VendorName "Matrox"
BoardName "G550 Millenium DualHead"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Option "RenderAccel" "1"
Identifier "G550_1"
Driver "mga"
VendorName "Matrox"
BoardName "G550 Millenium DualHead"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "G550_0"
Monitor "LG"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "G550_1"
Monitor "PHILIPS"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
# Option "Composite" "1"
# Option "RENDER" "1"
EndSection
NACHTRAG:
Hmm, also bisher funktioniert noch alles bestens, das einzige Problem ist, dass ich meine Programmfenster nicht von einem Monitor auf den anderen ziehen kann. Woran könnte das liegen?
NACHTRAG No.2:
Ok, Problem auch gelöst. Noch eine kleine Änderung in meiner xorg.conf, dann ging auch das.
Wenn zwei verschiedene Screens gebootet werden (wie jetzt vorhin), dann kann man keine Fenster ziehen, d.h. der Xinerama-Modus ist aus. Hab ihn jetzt mal angeschaltet und voilà es geht!!
Hier mal die Sektion mit zwei versch. X-Servern mit je 1280x1024:
Zitat:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection
Und hier der Merged X-Server mit 2560x1024:
Zitat:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
Option "Clone" "off"
Option "Xinerama" "on"
EndSection
|
|
|
|
|
 |
|
|
|