Talk:ATI Mobility FireGL T2
Revision as of 11:40, 14 November 2005 by 213.203.247.248 (Talk)
Did anyone manage to configure Xorg to enable the DVI port via the port replicator? I used some configuration hints from this wiki but so far, the only output that works is the analog one.
Here's a snippet of my config:
Section "Device" Identifier "radeon" Driver "radeon"
Option "AGPMode" "4" Option "EnablePageFlip" "on" Option "RenderAccel" "on" Option "AGPFastWrite" "yes" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on"
Option "MonitorLayout" "CRT, TMDS"
Option "MergedFB" "true" Option "CRT2Position" "Clone" Option "CRT2Hsync" "31-80" Option "CRT2VRefresh" "56-75" Option "MetaModes" "1280x1024" Option "MergedNonRectangular" "true" BusID "PCI:1:0:0"
EndSection
Perhaps someone has some hint for me, i hope :)