[ltp] Vertical refresh rate at VGA out

Georg Sauthoff linux-thinkpad@linux-thinkpad.org
Sun, 24 Jul 2005 22:20:01 +0200


--sLx0z+5FKKtIVDwd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jul 24, 2005 at 03:10:53PM -0400, Alex Deucher wrote:

Hi,

> you'll probably have to force the monitor type using the monitorlayout
> option.  Also if it can't detect the monitor info via DDC, you may
> have to specify hsync and vrefresh values either using the crt2hsync
> and crt2vrefresh options (if you are using mergedfb), or with the
> hsync and vrefresh options in the monitor section of your config file.

thanks for these hints. I have got a working setup now. I did this
steps:
1. specified MonitorLayout ->
     (II) RADEON(0): Secondary:
      Monitor   -- CRT
   but now DDC
2. specified CRT2HSync, CRT2VRefresh -> still 60Hz
3. specified MetaModes -> I get 85 Hz at external screen

In MergedFB with "Clone" I get overlay only at internal-screen. With
"LeftOf" I get overlay at the external-screen. The option
OverlayOnCRTC2 doesn't help at Clone mode. The effect is:
(WW) RADEON(0): Option "OverlayOnCRTC2" is not used

And prior:
(II) RADEON(0): Validating CRTC2 modes for MergedFB ------------
(II) RADEON(0): CRT2 Monitor: Using hsync range of 60.00-100.00 kHz
(II) RADEON(0): CRT2 Monitor: Using vrefresh range of 50.00-120.00 Hz
(II) RADEON(0): Clock range:  12.00 to 350.00 MHz
[..]
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode
                                                  clock/interlace/doublesca=
n)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
[..]
(II) RADEON(0): Total of 18 CRTC2 modes found for MergedFB-----------

Any ideas?

Regards
Georg Sauthoff

P.S.: My minimal working dual-head setup Xorg (6.8.99.5) config:
Section "ServerLayout"
  Identifier  "intern"
  Screen 0 "Screen0" 0 0
  InputDevice "Maus" "CorePointer"
  InputDevice "USBMaus" "SendCoreEvents"
  InputDevice "Tastatur" "CoreKeyboard"
EndSection

[..]

Section "Monitor"
  Identifier   "Mon0"
  VendorName   "Monitor Vendor"
  ModelName    "Monitor Model"
  Option       "DPMS"
EndSection

Section "Device"
  Identifier  "card0"=20
  Driver      "radeon"=20
  VendorName  "ATI Technologies Inc"=20
  Option "DynamicClocks" "on"
  Option "MonitorLayout" "LVDS,CRT"
  Option "MergedFB" "true"=20
  Option "CRT2Position" "LeftOf"=20
  Option "CRT2HSync" "60-100"
  Option "CRT2VRefresh" "50.0-120"
  Option "MetaModes" "1024x768-1024x768"
  Option "OverlayOnCRTC2" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "card0"
        Monitor    "Mon0"
[..]
EndSection

--sLx0z+5FKKtIVDwd
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (SunOS)

iD8DBQFC4/fxatOJi5ztkoARAjKaAKCvE9U+OhdqEgZtmdcrHVhgtdEa3QCeJnru
079V88qnOBOXkDRJfYbnZzQ=
=ZxE6
-----END PGP SIGNATURE-----

--sLx0z+5FKKtIVDwd--