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

Re: xorg.conf: wie richte ich am Notebook den VGA-Ausgang ein?



Mathias Brodala schrieb:

Die Manpages zu „xorg.conf“ und „radeon“.
Danke! Nun habe ich gelernt, dass das radeon-Modul eine manpage hat:-)

Damit war das Problem schnell gelöst. Mit folgender Device-Section klappt es:


Section "Device"
	Identifier	"ATI Radeon Mobility 7500"
	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"MonitorLayout"		"LVDS, CRT"
	Option		"MergedFB"		"true"
	Option		"CRT2Position"		"Clone"
	Option		"CRT2HSync"		"30-100"
	Option		"CRT2VRefresh"		"50-120"
EndSection



Grüße

Georg



Reply to: