I was asking to anyone could answerbruda wrote:You are asking me or mert? If you are asking me, then DVI-out works well for me (Radeon-based) with MergedFB.
Code: Select all
Section "Monitor"
Identifier "TibookLCD"
VendorName "Apple"
ModelName "Titanium LCD"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-160
EndSection
Section "Device"
Identifier "RadeonMerged"
Driver "radeon"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "backingstore"
Option "UseFWPLL" "true"
Option "MergedFB" "true"
Option "CRT2Position" "Clone"
Option "MetaModes" "1280x854-1280x1024 1280x854-1152x864 1280x854-1024x768 1280x854-800x600"
EndSection
Section "Screen"
Identifier "ScreenMerged"
Device "RadeonMerged"
Monitor "TibookLCD"
DefaultDepth 24
#DefaultFbBpp 32
SubSection "Display"
Depth 8
Modes "1280x854" "1152x768" "1152x864" "1024x768" "800x600"
#Virtual 1280 854
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x854" "1152x768" "1152x864" "1024x768" "800x600"
#Virtual 1280 854
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x854" "1152x768" "1152x864" "1024x768" "800x600"
#Virtual 1280 854
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Clone"
Screen "ScreenMerged"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSectionCode: Select all
Section "Device"
Identifier "RadeonDual"
Driver "radeon"
# BusID "PCI:0:16:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "backingstore"
Option "DDCMode" "true"
Option "UseFWPLL" "true"
Option "MergedFB" "true"
Option "CRT2Position" "RightOf"
Option "MetaModes" "1280x1024-1280x1024"
Option "MonitorLayout" "LVDS,CRT"
EndSection