I can not seem to get my graphical display going; all I see on the
screen are horizontal stripes:

Can anybody have a pick at my config files if they are OK.
My display manager is KDE.

------ hosts ---------
127.0.0.1       localhost.localdomain   localhost
10.0.0.110      ltsp.org

-------- dhcpd.conf ------------
subnet 10.0.0.0 netmask 255.255.252.0 {
         range 10.0.0.100 10.0.0.149;
         option subnet-mask 255.255.252.0;
         option broadcast-address 10.0.0.255;
         option routers 10.0.0.1;
         option domain-name-servers 10.0.0.1;
         option ip-forwarding on;
         option netbios-node-type 8;
         default-lease-time 21600;
         max-lease-time 43200;
         option domain-name  "ltsp.org";
         option root-path  "10.0.0.101:/opt/ltsp/i386";
    }
    host ws001 {
        hardware ethernet     00:40:F4:2C:7E:53;
        filename              "/lts/vmlinuz-2.4.9-ltsp-lpp-6";

------- lts.conf ---------------
[Default]
        SERVER             = 10.0.0.101
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = Y
        LOCAL_APPS         = N
        RUNLEVEL           = 5

[ws001]
        XSERVER            = auto
        LOCAL_APPS         = Y
        USE_NFS_SWAP       = Y
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5

Thanks,
Joseph



-------------------------------------------------------
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.openprojects.net

Reply via email to