This doesn't appear to have been asked before, I have tried many combinations of keyword searches and saw nothing relevant. I am new to 64-bit FreeBSD 10.1-RELEASE.
I will explain my situation briefly. First of all, my problem is pretty general, Xorg will not work. I installed from the first DVD and am in the shell. I installed the bare minimum I needed to enter an X environment, as has worked for me in FreeBSD derivatives (Arch BSD, though I also couldn't get Fluxbox in particular to work but others worked) and several Linux distros (Gentoo Linux, Arch Linux, etc).
Then I used
Could someone tell me what the issue could potentially be?
I will explain my situation briefly. First of all, my problem is pretty general, Xorg will not work. I installed from the first DVD and am in the shell. I installed the bare minimum I needed to enter an X environment, as has worked for me in FreeBSD derivatives (Arch BSD, though I also couldn't get Fluxbox in particular to work but others worked) and several Linux distros (Gentoo Linux, Arch Linux, etc).
pkg install xorg-minimal fluxbox xf86-video-ati rxvt rxvt-unicodeThen I used
echo "exec fluxbox" >> ~/.xinitrc". When I startx, I hit a black screen. The last line before I hit the blank environment is "Loading extension GLX". At one point it actually pointed me to an error, but I cannot replicate it and all I remember about it was something related to "mtrr". I commented out "exec fluxbox" and then used pkg install twm. Finally I retried startx, as I knew that twm would be booted if no environment was found. Nothing, blank screen. Just as a catch all, I tried echo "rxvt" >> ~/.xinitrc and then again, using startx. This actually worked. I thought maybe it was an error relating to something not installed with xorg-minimal, so I went ahead and installed the entire package through pkg install xorg and tried startx again with fluxbox, and get nothing. So I tried a different desktop environment, MATE, performing the same routine as up top. Nothing. Every single test I did I had to reboot, I am frustrated.Could someone tell me what the issue could potentially be?