I'm trying to install FreeBSD on a system to replace Solaris 10.
The problem I need to address is starting xorg from the command line. I do a
When I log into a user account and run
I've checked permissions on startx and Xorg in /usr/local/bin They are:
Where do I go from here?
Configuration information: FreeBSD 10.2 stable amd64,1/6/16 cd1 iso image burned to CD.
Hardware: Sun Ultra 27 (Intel Xeon, 12gb RAM, Nvidia Quadro TX 4700 graphics)
I tried to install xorg and xfce4 using
My experience (summarized), since this is my first post: hardware/software engineer since 1956, Unix since 1979, previous BSD's worked with include 4.2, 4.3, Ultrix, SunOS 4. I've been strictly Solaris for about 15 years, so going to a BSD is a "remember when."
The install I did 1/7 and portsnap 1/8 are my second stab at getting FreeBSD up and running this past week.
The problem I need to address is starting xorg from the command line. I do a
startx
in the root account, and xorg comes up just fine. I've added xfce, and can start it from the command line. No problems as long as I am in the root account.When I log into a user account and run
startx
(no xfce), the screen immediately goes blank, and the system goes into a reboot. There is no new log file generated in /var/log when this happens.I've checked permissions on startx and Xorg in /usr/local/bin They are:
Code:
# ls -l Xorg
-r-sr-xr-x 1 root wheel 2146104 Jan 8 18:47 Xorg
# ls -l startx
-r-xr-xr-x 1 root wheel 5092 Jan 8 18:36 startx
Configuration information: FreeBSD 10.2 stable amd64,1/6/16 cd1 iso image burned to CD.
Hardware: Sun Ultra 27 (Intel Xeon, 12gb RAM, Nvidia Quadro TX 4700 graphics)
I tried to install xorg and xfce4 using
pkg
, but both installs failed because of download files not found. Used portsnap to populate the /usr/ports directory, and built and installed both packages. On the install and build configurations, I took the defaults in all cases.My experience (summarized), since this is my first post: hardware/software engineer since 1956, Unix since 1979, previous BSD's worked with include 4.2, 4.3, Ultrix, SunOS 4. I've been strictly Solaris for about 15 years, so going to a BSD is a "remember when."
The install I did 1/7 and portsnap 1/8 are my second stab at getting FreeBSD up and running this past week.