Hi,

I am having problems starting the x server.  The server finds the graphics
and mouse driver, but then complais that there are no drivers available,
and then dies saying no screens are found.

I am including my lts.conf and my dhcpd.conf, but I have not ben able to
work out how to  get the XFree86.0.log off the box (no sendmail or ftp or
anything).

Chris

lts.conf:

#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        SERVER             = 192.168.0.254
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
        RUNLEVEL           = 5

#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[ws001]
        XSERVER            = auto
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5

[ws002]
        XSERVER            = cirrus_alpine
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 3

----------------------------------
dhcpd.conf:

# Sample configuration file for ISCD dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.0.0;
option broadcast-address      192.168.255.255;
option routers                192.168.1.1;
option domain-name-servers    192.168.1.1;
option domain-name            "metalab.org.uk";
option root-path              "192.168.1.1:/opt/ltsp/i386";

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.0.0 {
#        range 192.168.1.11 192.168.1.100;
    }
}

group   {
    use-host-decl-names       on;
#    option log-servers        192.168.1.1;

    host ws001 {
        hardware ethernet     00:10:A7:06:54:7A;
        fixed-address         192.168.1.2;
        filename              "/lts/vmlinuz.ltsp";
    }
    host ws002 {
        hardware ethernet     00:10:A7:06:5A:84;
        fixed-address         192.168.1.3;
        filename              "/lts/vmlinuz.ltsp";
    }
}



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
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.openprojects.net

Reply via email to