Ausgabe auf zweitem Bilschirm

L

Leno

Guest
Moin,

bin gerade dabei für die Uni was zu texen und irgendwie reicht mir der Platz auf dem Bildschirm nicht mehr.

Daher meine Frage: Kann ich überhaupt einen zweiten Bildschirm ansteuern der einen zweiten Desktop ansteuert? End wenn das geht, wie mach ich das dann?

Zu meiner Hardware: Ist ein Laptop (Thinkpad AQ30p) mit Ausgang für einen externen Monitor und als Grafikkarte ist eine Mobility Radeon -my6 glaub ich- drin.


MfG Leno
 
Ich hab hier schon 3 Monitore an einem Rechner gehabt. (z.Z. leider nur 2)
Das ist recht einfach zu realisieren, zumindest bei nem normalen rechner, ich hab einfach ne zweite und dritte Grafikkarte gesteckt.
bei nem Laptop ist das wohl nicht möglich.

es gibt aber auch noch ein paar einzelne Grafikkarten, die zwei Ausgänge haben, ich habe aber keine ahnung, ob das damit unter bsd funktioniert.

viel erfolg
Male
 
Dann werd' ich mal in die Mailinglist bemühen.


Danke mal für die Antwort.

Meld mich wieder


Leno
 
Leno kleine Verständnisfrage bevor man dir helfen kann:
Willst du ein Bild das auf einem 2. Monitor fortläuft
oder jeweils auf einem Monitor ein separates Bild, dass das selbe anzeigt?
kann das jetzt nämlich überlesen haben*g bitte hilf mir auf die Sprünge.
 
Ich will, dass das Bild auf dem zweiten Monitor fortläuft. Donst wärs einfach, da müsst' ich ja nur den Monitor einstecken und in meinem Fall per Fn+F7 den externen Monitor aktivieren.

Ich will auf dem einen Monitor einen Editor zum Arbeiten und auf dem Zweiten brauch ich auch noch weitere Editoren in denen sich die "Quelltexte" befinden.

Wurde grad ziemlich unübersichtlich mit 3 offenen Editoren, Mozilla offen, ...
Geht zwar auch so mit hin und her Scrollen zwischen zwei unterschiedlichen Fenstern aber man ist ja faul, und wenn' s einfacher geht.



Leno
 
Mostly you just need to explain things to X

Try adding these sections to your /etc/XF86Config-4:

Section "ServerFlags"
Option "Xinerama"
EndSection

Section "ServerLayout"
Identifier "Layout 1"
Screen 0 "SCREEN 1"
Screen 1 "SCREEN 2" LeftOf "SCREEN 1"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

(Your info here will be different than mine)



Section "Device"
Identifier "MGA 1"
VendorName "Matrox"
BoardName "MGA G550 AGP"
Driver "mga"
Option "AGPMode" "1"
BusID "PCI:01:00:0"
Screen 0
EndSection

Section "Device"
Identifier "MGA 2"
VendorName "Matrox"
BoardName "MGA G550 AGP"
Driver "mga"
Option "AGPMode" "1"
BusID "PCI:01:00:0"
Screen 1
EndSection

Section "Monitor"
Identiifier "Display 1"
VendorName "Compaq"
ModelName "S900"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Display 2"
VendorName "Compaq"
ModelName "1725"
HorizSync 31.5-64.3
VertRefresh 50-100
Option "DPMS"
EndSection

Section "Screen"
Identifier "SCREEN 1"
Device "MGA 1"
Monitor "Display 1"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection

(Add SubSections as above for other Depth and Modes as you require)


Section "Screen"
Identifier "SCREEN 2"
Device "MGA 2"
Monitor "Display 2"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection



You should be able to figure it out from here. Notice that both "Device"
Sections have the same BusID, and remember to tell the server where the
screens are in relation to each other. Everything is case sensitive.

Bon Chance!

Craig

Das hab ich gerade auf der Suche nach einer Antwort gefunden. Ich glaub die wichtigsten Aussagen sind, dass die EINE Grafikkarte als zwei mit der selben BusID konfiguriert werden müssen, das Setzen der "Xinerama" Option, die Änderungen am Serverlayout und natürlich die getrennten Konfigurationen der Monitore. Vielleicht hilfts ja. :)


MfG
Berg
 
Werds mal versuchen.

Vielen Dank für die Hilfe.

Melde mich dann wieder.


Leno
 
Hat zwar 'ne Weile gedauert aber jetzt läufts.

Daten zur Hardware (falls jemand vor dem gleichen System steht) :

IBM Thinkpad A30p;

Graka: ATI Mobility Radeon M6 LY

"Interner" Bildschirm:15" TFT Flexview 1600x1200

Externer Bildschirm: Dell D1025HE; ist ein 17" Crt

Und jetzt das wichtigste, die XF86Config:

Code:
Section "Module"
    Load	"GLcore"
    Load	"bitmap"
    Load        "dbe"  	# Double buffer extension
    Load	"extmod"
    Load	"ddc"
    Load	"int10"
    Load	"record"
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

#Section "ServerFlags"
#    Option	"xinerama" "on"
#EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"   "de"
    Option "XkbRules"    "xfree86"
EndSection

Section "InputDevice"
    Identifier	"IBM Trackpoint"
    Driver	"mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier  "IBM"
    HorizSync   30-50
    VertRefresh 50-100
    Option	"DPMS"
EndSection

Section "Monitor"
    Identifier	"Dell"
    HorizSync	31-92
    VertRefresh	50-150
    Option	"DPMS"
EndSection

Section "Device"
    Identifier	"ATI Mobility"
    Driver     "radeon"
    BusID      "PCI:1:0:0"
    Screen	0
    Option	"NoDDC"
EndSection

Section "Device"
    Identifier  "ATI Mobility Extern"
    Driver      "radeon"
    BusID	"PCI:1:0:0"
    Screen	1
    Option	"NoDDC"
EndSection

Section "Screen"
    Identifier  "Screen[0]"
    Device      "ATI Mobility"
    Monitor     "IBM"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1600x1200"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1600x1200"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200"
    EndSubsection
EndSection

Section "Screen"
    Identifier	"Screen[1]"
    Device	"ATI Mobility Extern"
    Monitor	"Dell"
    DefaultDepth 24

    SubSection "Display"
	Depth	8
	Modes	"1024x768"
    EndSubSection
    SubSection "Display"
	Depth	16
	Modes	"1024x768"
    EndSubSection
    SubSection "Display"
    	Depth	24
	Modes	"1600x1200" "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier	"Layout[0]"
    InputDevice "IBM Trackpoint" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option	"Clone" "off"
    Option	"Xinerama" "true"
    Screen	"Screen[0]"
    Screen	"Screen[1]" Rightof "Screen[0]"
EndSection

Section "DRI"
   Mode 0666
EndSection

Vielleicht hilfts ja jemand



Leno
 
coole Sache, habe selbes Gerät. Aber irgendwie reicht mir ne 1600er im Moment allemal :-)
 
Eigentlich reicht die Auflösung schon, aber ich musste ein Protokoll für die Uni schreiben, und da ging mir dann der Platz aus: Ein Editor zum Arbeiten, ein zweiter aus dem ich Latex Teile und Formeln rauskopieren bzw. als Vorlage bebraucht habe, dann gab auch noch zwei Altprotokolle.

Da war der Platz dann recht eng und mit 'nem zweiten bildchirm wär's einfacher gewesen.


Leno
 
Zurück
Oben