On Thu, 2003-06-05 at 17:45, Kamran wrote:
> have old monitors and it is veryyyyy irritating to configure them. How do 
> I learn the secret art of modelines ?
Lookup xfree86.org there is some write up there for modelines. Best of luck is all I 
can say as I have also had limited success using trial and error.

> Also during a client boot, (normally in my case) I get a lot of "Fatal error 
> screen not found", etc type of errors which refer me to /var/log/XFree86.0.log , 
This means that the screen section is not properly configured. I do not
know where the log is but be very clear that most of the ltsp files are
on "/opt/ltsp/i386:" root.

> but when I open that file on my server it seems to be the file generated by my 
> ltsp server having nvidia card. So there is normally no error in this file. There 
Again the file you are to look at is not the server /etc/X11/XF**** but
the root as described above.

I am in the same boat. I am attaching the file for a 486 that I
generated. I have made a directory /opt/ltsp/i386/etc/X11 on the server
and all X configuration files are being stored there. Note that the
modelines have been written for two or three dotclock speeds. The
monitor manuals are not available so I find that writing multiple
modelines helps as the best dot clock is picked up. Also the actual
clock speed is always reported nearby to the speed on the modeline. This
is something I have not sorted out.

The second question is better dealt with some one more knowledgeable. I
have some thing similar needed in making the serial port available as
this can facilitate users to sync their palm's.
 
-- 
Sudev Barar <[EMAIL PROTECTED]>

COPY OF /opt/ltsp/i386/etc/X11/XF86Config.ws1:

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        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 "ServerFlags"
EndSection

Section "Keyboard"
        Protocol "Standard"
        Autorepeat 500 5
        LeftAlt Meta
        RightAlt Meta
        ScrollLock Compose
        RightCtl Control
        XkbKeyCodes "xfree86"
        XkbTypes "default"
        XkbCompat "default"
        XkbSymbols "us(pc101)"
        XkbGeometry "pc"
        XkbRules "pc101"
        XkbLayout "us"
EndSection

Section "Pointer"
        Protocol "Microsoft"
        Device "/dev/mouse"
        Resolution 400
        Buttons 3
        BaudRate 1200
        AlwaysCore
        ZAxisMapping 4 5
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync 31-62
        VertRefresh 55-90
        Modeline "320x240" 25.175 640 664 760 800 480 491 493 525
        Modeline "320x240" 31.5 640 680 720 864 480 488 491 521
        Modeline "320x240" 31.5 640 656 720 840 480 481 484 500 -HSync
-VSync

        Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
        Modeline "640x480" 31.5 640 680 720 864 480 488 491 521
        Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 -HSync
-VSync
EndSection

Section "Device"
        Identifier "Card0"
EndSection

Section "Screen"
        Driver "VGA16"
        Monitor    "Monitor0"
        Device "Card0"
        SubSection "Display"
                Depth     4
                Modes "640x480" "320x240" 
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "640x480" "320x240"
        EndSubSection
EndSection

END:


COPY OF WS1 SECTION FROM /opt/ltsp/i386/etc/lts.conf
[ws1]
        XSERVER = XF86_VGA16
        XF86CONFIG_FILE = XF86Config.ws1
        X_MOUSE_PROTOCOL    = "Microsoft"
        X_MOUSE_DEVICE      = "/dev/ttyS1"
        X_MOUSE_RESOLUTION = 500
        X_MOUSE_BUTTONS     = 2
        X_MOUSE_EMULATE3BTN = Y
        LOCAL_APPS         = N
        USE_NFS_SWAP       = Y
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 3
END:



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_____________________________________________________________________
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

Reply via email to