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

From ThinkWiki
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
     Identifier  "radeon"
 
     Identifier  "radeon"
 
     Driver      "radeon"
 
     Driver      "radeon"
 
 
     Option      "AGPMode" "4"
 
     Option      "AGPMode" "4"
 
     Option      "EnablePageFlip" "on"
 
     Option      "EnablePageFlip" "on"
Line 13: Line 12:
 
     Option      "DynamicClocks" "on"
 
     Option      "DynamicClocks" "on"
 
     Option      "BIOSHotkeys" "on"
 
     Option      "BIOSHotkeys" "on"
 
+
    Option      "PanelSize" "1280x1024"
     Option "MonitorLayout" "CRT, TMDS"
+
     Option     "MonitorLayout" "LVDS, TMDS"
 
 
 
     Option      "MergedFB" "true"
 
     Option      "MergedFB" "true"
 
     Option      "CRT2Position" "Clone"
 
     Option      "CRT2Position" "Clone"
Line 23: Line 21:
 
     Option      "MergedNonRectangular" "true"
 
     Option      "MergedNonRectangular" "true"
 
     BusID      "PCI:1:0:0"
 
     BusID      "PCI:1:0:0"
 +
EndSection
  
EndSection
 
  
 
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>

Latest revision as of 12:42, 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      "PanelSize" "1280x1024"
   Option      "MonitorLayout" "LVDS, 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>