SPONSORED LINKS

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

Re: X on a TP 755cx (VGA)



On Mon, 17 Jun 1996 19:18:35 +0100, you wrote:

>I am a new Linux (Slackware 3.0.0) "user" (still in the setting up stage!)
>so please excuse my ignorance.  From all those Linux ThinkPad users out
>ther, is there anyone that can tell me what I am doing wrong when trying to
>get X working under Linux (XFree86 3.1.2 - the version that supports
>WD90C24).  I have the VGA (640x480) version of the TP 755cx.
>
(SNIP)
>
>Anyone give me any help (or a 640x480 TP577cx XF86Config)?
>
>TIA
>
>Geoff Hogan
>-------------------------------------------------------------------------------
>Dr G P Hogan
>Laser Group, Clarendon Laboratory,	    Tel:   +44 1865 272205
>Parks Road, Oxford, OX1 3PU		    Fax:   +44 1865 272400
>UK				    Email: g.hogan@physics.ox.ac.uk
>-------------------------------------------------------------------------------
>


Geoff,
I had exactly the same problem when I installed  Linux. I have solved
it and I can get X working, although I'm sure my setup is far from
optimised, like you I am new to linux.
	If you type startx  then read the output as X starts (or
doesn't as in your case) you'll notice statements something like

Vert refresh  71Mhz  need  68.7Mhtz

If you then add the new value (68.7 in above example) to your
XF86Config file and do this for all the wrong values X moans about
your final XF86Config file should then start X up. It did with me
anyway. I've got a Tpad 755CE and I think the video hardware is much
the same.
For your information the relevant values from my XF86Config file
follow, but maybe you should ascertain values from the X output first
and use my values if that fails.
Good Luck
Pete

1/. Try this bandwidth in "Monitor" setting:

 Bandwidth	25.2


2/.Try this as horizontal sync setting in "Monitor" setting:

 HorizSync   35.40  # typical for a single frequency fixed-sync
monitor


3/.and this in the same section:

    VertRefresh 67.43  # typical for a single frequency fixed-sync
monitor

4/. and this

#    ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525

    Mode "640x480"
        DotClock	28.32
        HTimings	640 664 760 800
        VTimings	480 491 493 525
    EndMode



5/. Try this in graphics device section:


# Any number of graphics device sections may be present

Section "Device"
    Identifier	"Generic VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"generic"
    VideoRam	1024
    Clocks	25.2 28.3
EndSection



6/. Try this in the "screen" section:

# The colour SVGA server

Section "Screen"
    Driver	"svga"
    Device	"Generic SVGA"
    Monitor	"Generic Monitor"
    Subsection "Display"
        Depth	    8
        Modes	    "640x480"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection