[ltp] problems getting X running on a i1200

linux-thinkpad@www.bm-soft.com linux-thinkpad@www.bm-soft.com
Thu, 12 Apr 2001 22:38:26 -0700 (PDT)


On 12-Apr-01 Frank Winter wrote:
> Hi everyone,
>=20
> I am going to despair with my the X Server and with a girl too
> but
> ok thats off topic here. This X thing does not want to run.
>
=20
--- snip ---

> Section "Monitor"
>   Identifier  "My Monitor"
>   HorizSync   25.2   # I tried this with 32.5 and=20
>   VertRefresh 48      # 60 too
>   ModeLine "1024x768" 48.00 1024 1104 1208 1348 768 778 782 888
> EndSection
>=20

--- snip ---

Frank. You have only one ModeLine in your configuration (let's
assume it could work for your monitor). The ModeLine asks for a
dot clock of 48.00 MHz (1st number). At 1024x768, this results
in a horizontal frequency of (very roughly) 48MHz/1024 ~ 47kHz
and a vertical refresh rate in the order of 47kHz/768 ~ 60Hz.
(Note: the exact numbers are different [syncing]). However,
your VertRefresh/HorizSync parameter settings disagree with
the values resulting from the ModeLine - hence the Server
must reject it.

Note: HorizSync / VertRefresh should specify the _range_
your monitor is able to handle; a single entry is likely to=20
be too restrictive.

Try:

HorizSync 30-60
VertRefresh 58-65

(BTW I use=20
Modeline "1024x768" 66.00 1024 1040 1216 1328 768 768 775 802
on my TP600E)

Sorry for the long explanation; good luck with your girlfriend
(I gotta get off-line now otherwise I'll get real trouble here...)

Till.

--=20
   "The only real number is one, the rest are mere repetition."
                                             Vladimir Nabokov.

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html