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

Re: xinerama mit freiem Treiber xorg für radeon



On 30.07.07 19:50:01, ljahn wrote:
> > Klaro geht das. Xinerama anschalten:
> >
> > Section "ServerFlags"
> >         Option "Xinerama" "On"
> > EndSection
> >
> > und Xserver neu starten. Ich gehe mal davon aus, dass du schon 2 Monitor
> > Sektionen hast und auch entsprechend einen Screen neben/ueber/unter dem
> > anderen (Screen "Screen1" LeftOf "Screen0" im ServerLayout).
> 
> Nein, eben nicht. Auf dem zweiten Schirm wir einfach nur das gleiche 
> angezeigt, ohne in der xorg.conf darauf einzugehen.

Achso, ich hatte das so verstanden dass du den 2 Schirm Betrieb schon
hast und nur noch Xinerama hinzuschalten willst. Also fuer 2 Schirme
einfach 2 Monitor Sektionen und evtl. 2 Device Sektionen definieren.

> Ich bin mir halt nicht sicher, ob der freie Treiber beide Ausgänge ansprechen 
> kann. So wie es jetzt ist wird es einfach nur von der Grafikkarte "geclont".

Das hat nichts mit dem Treiber zu tun, davon abgesehen kann der
Xinerama.

Anbei mal meine xorg.conf

Andreas

-- 
Change your thoughts and you change your world.
Section "Files"
	FontPath	"/usr/share/fonts/TrueType"
	FontPath	"/usr/share/fonts/X11/misc:unscaled"
	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/misc"
	FontPath	"/usr/share/fonts/truetype/openoffice"
	FontPath	"/usr/share/fonts/truetype/ttf-xfree86-nonfree"
	FontPath	"/usr/share/fonts/truetype/freefont"
	FontPath	"/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath	"/usr/share/fonts/X11/Type1"
EndSection

Section "Module"
	Load    "synaptics"
	Load	"dbe"
	Load	"dri"
	SubSection "extmod"
		Option "omit xfree86-dga"
	EndSubSection
	Load	"freetype"
	Load	"type1"
	Load	"vbe"
	Load	"shadow"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"AutoRepeat"	"500 30"
	Option		"XkbOptions"	"grp:ctrls_toggle,ctrl:ctrl_aa,grp_led:scroll,compose:caps"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"cymotionlinux"
	Option		"XkbLayout"	"us,de(nodeadkeys)"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse2"
	Driver		"synaptics"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"auto-dev"
	Option		"LeftEdge"		"1700"
	Option		"RightEdge"		"5300"
	Option		"TopEdge"		"1700"
	Option		"BottomEdge"		"4200"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MaxTapTime"		"180"
	Option		"MaxTapMove"		"220"
	Option		"VertScrollDelta"	"100"
	Option		"MinSpeed"		"0.06"
	Option		"MaxSpeed"		"0.12"
	Option		"SHMConfig"		"true"
	Option		"AccelFactor"		"0.0010"
	Option		"UpDownScrolling"	"yes"
	Option		"LockedDrags"		"on"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Resolution"		"4"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"radeon"
	Option		"AGPMode" "4"
	Option		"AGPFastWrite" "on"
	Option		"DynamicClocks" "on"
	Option		"MonitorLayout" "LVDS,CRT"
	BusID		"PCI:1:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"Device1"
	Driver		"radeon"
	Option		"AGPMode" "4"
	Option		"AGPFastWrite" "on"
	Option		"DynamicClocks" "on"
	BusID		"PCI:1:0:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	HorizSync	64
	VertRefresh	60
	DisplaySize	332	205
	Gamma		1.35
	HorizSync	30-96
	VertRefresh	50-160
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	HorizSync	30-96    #HRO
	VertRefresh	50-160   #HRO/HL
	DisplaySize	365	275	#HRO
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Device1"
	Monitor		"Monitor1"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" 
		ViewPort	0 0
	EndSubSection
EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1680x1050"
		ViewPort	0 0
	EndSubSection
EndSection

Section "ServerFlags"
	Option "Xinerama" "On"
	Option "RandR" "On"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen0"
	Screen		"Screen1" LeftOf "Screen0" #HRO
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse2"
	InputDevice	"Configured Mouse"
EndSection


Section "DRI"
	Mode	0666
EndSection


Reply to: