[EMAIL PROTECTED] wrote:
>
> Are you thinking of XF86Setup???
>
> I don't believe it comes with Mandrake distribution, however, you can
> probably download it from Linuxberg.
>
> >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
>
> On 10/15/99, 7:46:26 PM, "PSM 0x2710]" <[EMAIL PROTECTED]> wrote regarding
> Re: [newbie] XF86Config? Where is it?:
>
> > On Fri, 15 Oct 1999, you wrote:
> > > Try /etc/X11R6/bin/xf86config (all lower case.)
>
> > also be sure to give Xconfigurator a shot. . .its just as well
================
typically, you can do the following to find the path to a program.
which XF86Setup
you could also do a find from the command prompt.
find / -name XF86Config
or
find / -name XF86*
experimenting with these features helps me to learn a lot about linux.
regards/chip.
==================