2 grafikkarten, 2 Monitore

Jan-Benedict Glaw jbglaw at lug-owl.de
Fri Oct 24 13:19:14 CEST 2003


On Fri, 2003-10-24 12:28:19 +0200, Ron Opitz <ron.opitz at dts.de>
wrote in message <200310241228.19607.ron.opitz at dts.de>:
> ich möchte meinen Rechner mit 2 Grafikkarten und 2 Monitoren ausrüsten.
> Beim Googlen fiehl mir das Feature xinerama von xfree86 auf.

Right. Ich kann Dir meine Konfig (3 Monitore, 2 Mäuse) schicken.

> Ich habe eine TFT mit max 1024x786 und einen Röhrenmonitor mit 1600x1200.
> Die Auflösungen sollen auch so erhalten bleiben. Kann man diese irgendwie 

Das geht IMHO nicht. Du mußt beide auf 1024x768 machen, oder eben kein
Xinerama nehmen. Dann hast Du einen X-Server, der einfach zwei getrennte
Monitore antreibt. Kein Fenster-Verschieben zwischen den beiden
möglich...

> vernüpftig zusammenbringen? TFT soll hinzukommen.
> 
> Ist was bei den Grafikkarten zu beachten. Der Röhrenmonitor hängt an einer AGP 
> Matrox Mellenium G200 8MB (?) und für den TFT habe ich eine alte ELSA Winner 
> Karte gefunden. Da nichts mit 3D zu machen ist sondern nur Text sollte das 
> ausreichend sein.

Wenn Du Xinerama machst, geht sowieso keine 3D-Beschleunigung.

> Läßt sich das technisch realisieren? Und was muß ich beachten?

Mit xinerama (dann bekommst Du einen virtuellen, großen Monitor) nur,
wenn Du beide Auflösungen gleichmachst. Ohne Xinerama kann's ev. auch
mit unterschiedlichen Auflösungen funktionieren.

> Für Hinweise auf Dokus bin ich sehr dankbar, nehme auch eine detailierte 
> Beschreibung gern :-)

Mit Xinerama startest Du als "startx -- +xinerama". Wenn Du Xinerama
nicht nehmen magst, einfach "startx", wie immer. Dann hast Du zwei
getrennte Bildschirme.

Hier meine Konfig:


Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Cherry 2000"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Mouse I"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/mouse0"
	Option		"Protocol"		"Microsoft"
EndSection

Section "InputDevice"
	Identifier	"Mouse II"
	Driver		"mouse"
	Option		"Device"		"/dev/mouse1"
	Option		"Protocol"		"IMPS/2"
	Option		"Buttons"		"5"
	Option		"ZAxisMapping"		"4 5"
	Option		"Resolution"		"1600"
EndSection

Section "Device"
	Identifier	"ATI 3D RAGE PRO TURBO"
	# AGP-Karte
	BusID		"PCI:1:0:0"
	Driver		"ati"
EndSection

Section "Device"
	Identifier	"ATI 3D Rage II+ (1)"
	# Normale PCI-Karte
	BusID		"PCI:0:11:0"
	Driver		"ati"
EndSection

Section "Device"
	Identifier	"ATI 3D Rage II+ (2)"
	# Normale PCI-Karte
	BusID		"PCI:0:12:0"
	Driver		"ati"
EndSection

Section "Monitor"
	Identifier	"miro D1795F"
	HorizSync	30-70
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Belinea 10 30 10"
	HorizSync	30-70
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Samsung SyncMaster 15GLi"
	HorizSync	30-70
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Left Screen"
	Device		"ATI 3D Rage II+ (1)"
	Monitor		"Samsung SyncMaster 15GLi"
	DefaultDepth	16
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Middle Screen"
	Device		"ATI 3D RAGE PRO TURBO"
	Monitor		"miro D1795F"
	DefaultDepth	16
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Right Screen"
	Device		"ATI 3D Rage II+ (2)"
	Monitor		"Belinea 10 30 10"
	DefaultDepth	16
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Middle Screen"
	Screen		"Right Screen"		RightOf	"Middle Screen"
	Screen		"Left Screen"		LeftOf	"Middle Screen"
	InputDevice	"Cherry 2000"		"CoreKeyboard"
	InputDevice	"Mouse I"		"CorePointer"
	InputDevice	"Mouse II"		"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection


MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw at lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lug-owl.de/pipermail/linux/attachments/20031024/563c7efa/attachment.sig>


More information about the Linux mailing list