[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Zwei bildschirme an einem Rechner



Guten Abend Frank,

ich habe eine ATI 9600 mit einem Benq T904 (19") und
einem Eizo L 367 (15") und arbeite mit Debian Lenny
und dem proprietären ATI-Treiber. Das Ganze
funktioniert aber auch unter Etch, ebenfalls mit dem
proprietären ATI-Treiber. Was nicht funktioniert, ist
compiz-fusion und ausserdem kannst Du nicht, wie unter
Windows die vertikale Lage der beiden Bildschirme
zueinander bestimmen, was zur Folge hat, dass
(zumindest bei meiner Bildschirm-Kombination), der
Mauszeiger beim kleineren Bildschirm über den unteren
Bildschirmrand hinausrutscht.

Hier meine xorg.conf (bei mir läuft zusätzlich noch
ein Wacom-Grafiktablett und ich arbeite mit drei
verschiedenen Tastatur-Layouts):

# xorg.conf (xorg X Window System server configuration
file)
#
# This file was generated by dexconf, the Debian X
Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf
manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg
package upgrades *only*
# if it has not been modified since the last upgrade
of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be
automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	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/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Extensions"
	Option	"Composite"	"Enable"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"v4l"
	Load	"vbe"
	Load	"wacom"
	Load	"type1"
EndSection


Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"ch,bg,ru"
	Option		"XkbVariant"	"de,,"
	Option		"XkbOptions"	"grp:alt_shift_toggle"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"pen1"
	Driver		"wacom"
	Option		"Type"	"stylus"
	Option		"Device"		"/dev/ttyS0"
EndSection

Section "InputDevice"
	Identifier	"eraser1"
	Driver		"wacom"
	Option		"Type"	"eraser"
	Option		"Device"		"/dev/ttyS0"
EndSection

Section "InputDevice"
	Identifier	"cursor1"
	Driver		"wacom"
	Option		"Type"	"cursor"
	Option		"Device"		"/dev/ttyS0"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AP [Radeon
9600]"
	Driver		"fglrx"
	Option		"XAANoOffscreenPixmaps"	"true"
	Option		"TwinView"
	Option		"Metamodes"	"1280x1024,1024x768"
	Option		"TwinViewOrientation"	"Leftof"
	Option		"DesktopSetup"	"horizontal"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"BenQ T904"
	Option		"DPMS"
	HorizSync	32-82
	VertRefresh	56-76
EndSection

Section "Monitor"
	Identifier	"Eizo L367"
	Option		"DPMS"
	HorizSync	32-60
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor		"BenQ T904"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024"
# "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Eizo"
	Device		"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor		"Eizo L367"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1024x768"
# "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0	"Default Screen"	0 0
	InputDevice	"Generic Keyboard"	"CoreKeyboard"
	InputDevice	"Configured Mouse"	"CorePointer"
	InputDevice	"pen1"	"AlwaysCore"
	InputDevice	"eraser1"	"AlwaysCore"
	InputDevice	"cursor1"	"AlwaysCore"
#	Option	"Xinerama"	"On"
	Option	"clone"	"Off"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection

Die Option "xinerama" bewirkt bei mir, dass sämtliche
Anwendungen über zwei Bildschirme gestartet werden,
was ich aber nicht möchte.

Viel Erfolg und freundliche Grüsse


August Meier

--- Frank Lanitz <linux@partysoke.de> schrieb:

> Hallo Liste, 
> 
> Nachdem ich ein bisschen rumgelesen habe, bin ich
> irgendwie noch mehr
> verwirrt als vorher. Darum kippe ich meine Frage
> einfach mal hier ab ;D 
> 
> Möchte an einen Rechner einen zweiten Monitor
> anschließen, der eine
> unterschiedliche Auflösung als der bisherige hat.
> Soweit so gut. Als
> Ausgangsitutaion habe ich eine ATI 9600pro Karte
> momentan im Rechner.
> Platz für eine zweite (PCI) Karte ist auch noch
> vorhanden (und so eine
> liegt sogar noch hier rum). Als Desktopumgebung
> kommt im Moment (und
> sollte auch weiterhin) XFCE auf einem X.org aus
> Lenny zum Einsatz. Mein
> Ziel ist es, meinen Desktop über zwei Bildschirme zu
> "ziehen", so dass
> ich Anwendungen von einem auf den anderen Monitor
> ziehen kann. Nun habe
> ich mich entschlossen, nochmal von ganz vorne
> anzufangen und frage
> einfach in die Runde, welches Konzept ist für so
> einen Anwendungsfall zu
> benutzen? Auf was muss ich achten? 
> 
> Gruß Frank
> 



      Heute schon einen Blick in die Zukunft von E-Mails wagen? www.yahoo.de/mail


Reply to: