On Mon, 2007-09-17 at 19:17 -0500, Jim Kronebusch wrote:
> > as far as I can tell, I have no choice as I have spent the entire day
> > and not gotten past the NFS Server waiting issue at 'pivotroot' time.
> 
> I'm sure it is something simple and a comparison against a known working set 
> up would
> most likely clear it up fairly quick.  I don't have access to such a server 
> right now
> and can't remember the set up good enough to give you proper guidance.  
> Shouldn't take
> too long to load up the K12 discs on an old box, wouldn't have to be anything 
> fancy as
> you aren't going to use it for production.  It sounds like you know all the 
> config files
> involved and are just missing some small tweaks to get it going, I'll bet 
> after the
> install and some quick comparing you could get it figured out pretty quick.
----
ok - I am pulling my hair out now.

Not that it's any fault of ltsp, I now know that there is no easy way to
solve the problem with ltsp, nfs mounts through some 1Gb hubs on the old
macs and when I installed the k12ltsp server, that solved the problem
with the nfs mount timing out since it's on the same hub with my iMac
client...something I will ultimately have to solve at some point.

But...

trying to configure the iMac XF86Config should be relatively simple -
but even using your XF86Config-4.indigo file, it won't load and always
wants to load /tmp/XF86Config.1 which NEVER works

I have tried everything...the latest incarnation looks like this...

# cat /opt/ltsp/ppc/etc/lts.conf

[Default]
        SERVER             = 192.168.3.11
        XSERVER            = 192.168.3.11
        X_MOUSE_PROTOCOL   = "auto"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
#       X_DEVICE_OPTION_01 = "UseFBDev\" \"true"
        DNS_SERVER         = 192.168.3.5
        USE_XFS            = N
        LOCAL_APPS         = N
        SCREEN_01          = startx
        SCREEN_02          = shell

[00:03:93:92:88:98]
         XSERVER            = fbdev
         XF86CONFIG_FILE    = /etc/X11/XF86Config

# cat /opt/ltsp/ppc/etc/X11/XF86Config

Section "Files"
        FontPath        "tcp/192.168.3.11:7100"                   #
local font server
        # if the local font server has problems, we can fall back on
these
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/CID"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        #FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        #FontPath       "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
        #Load   "xtt"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "ATI Technologies, Inc. Rage 128 PR/PRO (AGP
TMDS)"
        Driver          "fbdev"
#       Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "iMac"
        HorizSync       60-60
        VertRefresh     75-117
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Rage 128 PR/PRO (AGP
TMDS)"
        Monitor         "iMac"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


-- 
Craig White <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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