Difference between revisions of "Talk:ATI Mobility FireGL T2"

From ThinkWiki
Jump to: navigation, search
 
Line 27: Line 27:
  
 
Perhaps someone has some hint for me, i hope :)
 
Perhaps someone has some hint for me, i hope :)
 +
 +
[[User:213.203.247.248|213.203.247.248]] 11:41, 14 Nov 2005 (CET) Frank Altpeter <frank.altpeter@gmail.com>

Revision as of 12:41, 14 November 2005

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 :)

213.203.247.248 11:41, 14 Nov 2005 (CET) Frank Altpeter <frank.altpeter@gmail.com>