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

Bug#412449: xserver-xorg: Michel's patch works fine for me.



Package: xserver-xorg
Version: 1:7.1.0-18
Followup-For: Bug #412449


I use Radeon Mobility M6 LY. I had encountered a similar situation.
I usually use two displays(dual head using MergedFB).

On xserver-xorg_1:7.1.0-18, xorg can not find valid mode for CRT2.
And Michel's patch works fine for me.

-- xorg.conf device section
Section "Device"
  Identifier    "ATI Technologies, Inc. Radeon Mobility M6 LY"
  Driver        "radeon"
  Option          "AGPMode" "4"
  Option          "AGPFastWrite" "on"
  Option          "EnablePageFlip" "on"
  Option          "RenderAccel" "on"
  Option          "SWcursor" "off"
  Option          "DynamicClocks" "on"
  # enable radeon specific xinerama
  Option          "MergedFB" "true"
  Option          "CRT2Position" "LeftOf"
  Option          "CRT2Hsync" "31.0-81.0"
  Option          "CRT2VRefresh" "56.0-75.0"
  Option          "MetaModes" "1024x768 1024x768-1024x768 1024x768-1280x1024"
  Option          "MergedNonRectangular" "true"
  Option          "MonitorLayout" "LVDS, CRT"
  Option          "MergedXineramaCRT2IsScreen0" "true"
  BusID           "PCI:01:00:0"
EndSection

-- 
Takashi Matsuo <tmatsuo@shehas.net>
http://mars.shehas.net/~tmatsuo/public-key.txt
GPG Key fingerprint =
0C1F D86C 5E35 A687 B740  5F39 E93F 73FD DF2A 7B0C



Reply to: