[ltp] Re: radeon thinkpads LCD plus DVI port

Thomas Hood linux-thinkpad@linux-thinkpad.org
Tue, 10 Oct 2006 16:08:08 +0200


Alex Deucher wrote:
> I know several of you out there have radeon-based thinkpads and have
> wanted to use the DVI port on the docking station in conjunction with
> the built in panel.  I finally got one of the said setups and and with
> the ati driver from git head LVDS plus internal TMDS now work properly
> together.  I haven't worked out how to autodetect this yet, so for
> now, you'll have to specify:
> Option "monitorlayout" "LVDS, TMDS"
> in the device section of your config.


Kudos.  It works for me on a T30 with a Dell 1703FP monitor running
today's Ubuntu edgy.  Here are the notes I made:

Get:

  cg-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
  cd xf86-video-ati
  git-revert 22860a3c0685a25f982983654303ad02aedc02ec

Build:

  ./autogen.sh prefix=/usr
  make

(To build I had to apt-get install these packages:

  xserver-xorg-dev
  xorg-build-macros
  x11proto-xf86misc-dev
  x11proto-gl-dev

Readers may have to install other packages which I happened already
to have installed.)

Install:

  mv /usr/lib/xorg/modules/drivers/radeon_drv.so /usr/lib/xorg/modules/drivers/radeon_drv.so_FACTORY
  cp src/.libs/radeon_drv.so /usr/lib/xorg/modules/drivers
  chmod ugo-x /usr/lib/xorg/modules/drivers

Edit /etc/X11/xorg.conf to add:

  Option "MonitorLayout" "LVDS, TMDS"

to Section "Device" for Driver "radeon".
-- 
Thomas Hood