Basically, if the file isn't in the PATH, you won't be able to run an executable even if you are in its directory, unless you preface the name with "./", i.e. use
exec ./startx if you're in /usr/bin/X11R6 or you can do exec /usr/bin/X11R6/startx from anywhere. With /usr/bin/X11R6 in your PATH, you don't have to worry about this anymore. You are quite correct: Aqua isn't loaded. I thought that I saw a performance increase on my machine running this way. As for the mouse setup: I tried it myself, and that does indeed seem to be the case for me, too. I hadn't noticed because I use a three button mouse with a scroll wheel normally. On Wed, 2003-02-05 at 12:19, Jay Contonio wrote: > Sorry to be loading your mailboxes but this will probably be the last > question for a while. I got the exec startx working by adding > /usr/X11R6/bin to my path...weird how it wasn't working if I was in that > actual directory. > > Now I login as >console on OS X and now I am in gnome without starting up > Aqua (How sweet!) Does this mean that aqua isn't loaded? Should I see a > performance increase then when running gnome inside OS X via XDarwin? > > I can't get the right and middle click working. It was option click for > right and command click for middle but now that is not working. It only > works if I am logged in on OS X. Any suggestions? > > -- > Jay Contonio > [EMAIL PROTECTED] > www.jcontonio.com > > > > > -- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Fink-beginners mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/fink-beginners -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
