On Wed, 2007-09-19 at 00:49 -0500, Jim Kronebusch wrote:
> > I have a working xorg.conf on a 'snow iMac' from fc7
> > I am trying to use a different 'snow iMac' on ltsp.
> > So I gather I should cp my working_xorg.conf
> > to /opt/ltsp/ppc/etc/XF86Config-4.snow and simply set
> > [00:03:93:92:88:98]
> >          XSERVER            = fbdev
> >          XF86CONFIG_FILE    = XF86Config-4.snow
> > 
> > I will try that in the morning...that's what I interpret your suggestion
> > to be telling me.
> 
> Exactly what I am suggesting.  Post back how it goes.  Oh, I see an error 
> here, but the
> custom file in 
> /opt/ltsp/ppc/etc/X11/XF86Config-4.snow
> Maybe omitting the X11 above was just a typo.
> 
> > yes, I am able to look at /tmp/XF86Config.1 but it always has (going
> > from memory now)...
> > 
> > Section "Device"
> >         Driver          "192.168.3.11"
> > 
> > which ain't ever gonna work
> 
> Sure won't, very odd.  Try commenting out the XSERVER line in the default 
> section, that
> probably doesn't need to be there.  But the mac address specific section for 
> all I know
> should be overriding that anyhow, which makes me wonder if it is pulling down 
> the custom
> file.  Was the motherboard on that mac ever swapped?  I know macs have the 
> handy mac
> address printed on the case, but I have been burned in the past referring to 
> that not
> knowing the motherboard was swapped and that it now had a different mac 
> address
> (basically grasping at straws here).  
> 
> Anyhow give that a try.
----
for posterity...

- I had to remove XSERVER = anything
- XF86CONFIG_FILE = anything in ppc/etc directory

thus, this lts.conf worked...

[Default]
        SERVER             = 192.168.3.11

        XDM_SERVER         = 192.168.3.11
        X_MOUSE_PROTOCOL   = "auto"
        X_MOUSE_DEVICE     = "/dev/input/mice"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        DNS_SERVER         = 192.168.3.5
        USE_XFS            = N
        LOCAL_APPS         = N
        SCREEN_01          = startx
        SCREEN_02          = shell

[00:03:93:92:88:98]
         XF86CONFIG_FILE    = XF86Config-4.test

and my XF86Config-4.test (snow iMacs)
Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0   "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "Mouse0" "CorePointer"
EndSection
Section "Files"
        RgbPath    "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load   "extmod"
        Load   "freetype"
        Load   "type1"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Device"          "/dev/input/mice"
       Option      "Protocol"        "auto"
       Option      "BaudRate"        "1200"
       Option      "Resolution"      "400"
       Option      "Emulate3Buttons" "off"
       Option      "ZAxisMapping"     "4 5"
       Option      "Buttons"         "3"
EndSection

Section "Monitor"
        Identifier      "My Monitor"
        VendorName      "Unknown"
        ModelName       "Unknown"
        VertRefresh              75-117
        DisplaySize              300 230
        HorizSync                60-60
EndSection

Section "Device"
        Identifier "My Video Card"
        Driver     "fbdev"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "My Video Card"
        Monitor "My Monitor"
        DefaultDepth  16
        Subsection "Display"
                Depth 16
                Modes "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"

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