from [email protected]:
> On Sun, Apr 30, 2017 at 02:44:27PM -0500, Robert Nestor wrote:
> > Tried âXorgâ and then looked at the Xorg.0.log file and find âNo
> > screensâ.
> I seem to recall the various X commands aren't all the same. I use 'startx',
> I'm not sure what additional things it does.
> Also, what hardware is it?
startx is a script in the form of a text file, so you can view it with "less".
startx would be in /usr/pkg/bin or /usr/X11R7/bin, or you could find it with
"which startx".
Tom