Alex Kelly wrote:
>if you're just interested in seeing if it's there, try this:
>
>find / -name "xorg.conf"
>
>
Try:
locate xorg.conf
first. Much quicker. If that doesn't find anything then try find, but
with huge disks searching everywhere would take, well, a while.
--Alex