Hi > I don't know for sure, but I'd hazard a guess that the parser can't cope > with two sets of double quotes in > > X_MOUSE_EXTRA = "ZAxisMapping" "4 5" > > Does > > X_MOUSE_EXTRA = "ZAxisMapping 4 5" > > work? > > X_HORZSYNC = "30 - 90" > > # X_MOUSE_PROTOCOL = "IMPS/2" > > # X_MOUSE_BUTTONS = "5" > > # X_MOUSE_EXTRA = "ZAxisMapping" "4 5" > > > > Works perfectly.
I used, what somebody posted without thinking, Thanks to Pradeep and to John. The Single quote-set argument for X_MOUSE_EXTRA = "ZAxisMapping 4 5" does work correctly That the parser accepts wrong input and chokes and dies ... somebody ? Jim if you give me the source of the latest getltscfg, I already wrote my own version with flex, yacc (now abandoned), I'll fix and contribute back in a few weeks. James ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _____________________________________________________________________ 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
