Xorg -configure command not found

Hi all. I have a problem. I try get an xorg.conf.new file and run command Xorg -configure, but system answered
Code:
Xorg -configure commands not found

Who can help me? :\
 
Are the ports/packages installed properly?

If you're using (t)csh you probably need to
# rehash and try again.
 
Xorg -configure

I tried that just the other day and got the same results. Turns out I had to use the full path to the executable to get it to work. /usr/local/bin/Xorg -configure .... Worked just fine.
 
Check your user's path, /usr/local/bin/ should be in there by default.
 
Back
Top