Xorg problem

Hi

I am new to FreeBSD. I tried to install Xorg by following the handbook and use this command:

# pkg_add -r xorg

my computer connect to internet and install xorg

After that, I changed hald_enable and dbus_enable to "YES" but when I use this commands:
[cmd=]startx[/Cmd]
or
# Xorg -configure
The answer came:
Code:
command not found

Why the commands do not work?:)
Thanks
 
We need more info about your computer hardware to try help you. Which graphics card you have on your computer?

See if it is there:
[CMD=]# ls /usr/local/bin/startx[/CMD]

And

Show output:
[CMD=]# pciconf -lv[/CMD]
 
I used vmware for run FreeBSD and my graphics card is onboard and with 256mb memory.
Does that help you?
 
And when I use this command

Code:
# ls /usr/local/bin/startx

I have not shown anything special
 
Are you sure that your Xorg install didn't fail somewhere along the way?
 
Back
Top