Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 1997 07:01:10 -0400 (EDT)
From:      Peter Dufault <dufault@hda.com>
To:        gmarco@giovannelli.it (Gianmarco Giovannelli)
Cc:        mobile@FreeBSD.ORG
Subject:   Re: X on TP 365XD
Message-ID:  <199707311101.HAA03856@hda.hda.com>
In-Reply-To: <3.0.3.32.19970730222406.03311cac@giovannelli.it> from Gianmarco Giovannelli at "Jul 30, 97 10:24:06 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
I have the 386X and not the 386XD.  From the user's manual I believe
the only difference is you have the internal CD where I have the
internal floppy.  This is what I'm using - I notice I'm using the SVGA
server and have never tried one of the accelerated servers with this,
nor have I tried higher resolution on an external monitor.  If
you figure out something better let me know.  I used "xf86config"
to generate these.  So far my laptop hasn't broken...

Section "Pointer" 
    Protocol    "PS/2" 
    Device      "/dev/psm0" 
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   31.5-48.5
    VertRefresh 55-72

...
(standard modelines)

Section "Device"
    Identifier  "Trident TGUI9420DGi (generic)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    #VideoRam    1024
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Driver      "svga"
    Device      "Trident TGUI9420DGi (generic)"
    Monitor     "My Monitor"
    Subsection "Display"
        Depth       8
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

-- 
Peter Dufault (dufault@hda.com)   Realtime development, Machine control,
HD Associates, Inc.               Safety critical systems, Agency approval



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707311101.HAA03856>