[ltp] Dual monitor setup: T40p+XFree-4.3.0

Yury Prilutsky linux-thinkpad@linux-thinkpad.org
Thu, 6 Nov 2003 15:18:22 -0800


On Wednesday 05 November 2003 02:19 pm, Andr=E9 Wyrwa wrote:
<snip>
> You could do the autodetection on startup with a X wrapper script that
> looks something like this:
>
> --- cut here ---
>
> #!/bin/sh
> if [ `tpctl --io | grep "bus" | cut -c41` =3D=3D "Y" ]; then startx --
> -layout Multihead; else startx -- -layout Singlehead; fi
>
> Of course you will need to have thinkpad and tpctl packages installed.

I downloaded the 'thinkpad' and 'tpcpl' but they don't list T40 among the=20
supported models. Is anybody using those those packages with the T40(p)?

Yury