With the latest version of ltsp comes a version 4.1.0 of XFree86 that
has a much better support for S3 chips. so first thing on you list
should be to upgrade ltsp (visit
http://sourceforge.net/project/showfiles.php?group_id=17723 ...) and
install xcore package ;-)

boot your workstation in level 3 and run /sbin/pci_scan
/etc/vidlist    this should test your video and output which driver
XFree86
should use. this will be used in the construction of you XF86Config
file. if the output of this program is XF86_* then you will have to use
X 3.3.6 ...

Read the documentation (PDF is handy ...) and setup the  parameters that
are relevant to your station on your server in
/opt/ltsp/i386/etc/lts.conf (most notably the XF86CONFIG_FILE parameter
for your station.)

you can try to boot up in level 3 and run the following sequence of
commands

bash# export HOME=/tmp
bash# /usr/X11R6/bin/XFree86 -configure

you should end up with a workable XF86Config.new in your tmp directory 
then try 

bash# /usr/X11R6/bin/XFree86 -xf86config /tmp/XF86Config.new -indirect
server

if this works, then transfer the newly created XF86Config to you server
and adjust lts.conf accordingly

here is an XF86Config for X 4.1.0 which deals with a S3 Trio 32/64 with
1024kb of memory .. (1024x768 in 256 colors ;-) works like a charm.


Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync  31.5-48.0 
        VertRefresh 43.5-75.0

EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "noaccel"                   # [<bool>]
        #Option     "swcursor"                  # [<bool>]
        #Option     "slow_dram_refresh"         # [<bool>]
        #Option     "slow_dram"                 # [<bool>]
        #Option     "slow_edodram"              # [<bool>]
        #Option     "slow_vram"                 # [<bool>]
        Identifier  "Card0"
        Driver      "s3"
        VendorName  "S3 Inc."
        BoardName   "86c764/765 [Trio32/64/64V+]"
        BusID       "PCI:0:15:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
#       SubSection "Display"
#               Depth     16
#       EndSubSection
EndSection

DO NOT USE AS IS as this file contains data for a Samsung monitor
(SyncMaster 3Ne) furthermore the BusId parameter will not work for you,
but this should give you a good idea.replace the HorizSync and
VertRefresh parameters with the ones that are relevant to your monitor

Regards

/Patrick

On Tue, 2003-02-25 at 11:04, edy wrote:
> anyone can help me, i have problem with display my workstation
> 
> workstation spesification 
> s3 trio 64
> 2048 m
> Nec monitor 15 '
> 
> maybe anyone have same configuration at ltsp with me
>  
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to