Hello! I am brand new to FreeBSD and I just installed it on my dad's old laptop. I am happy that so far I have installed X.Org and got the basic X window system running, and without any errors. I am still trying to understand X.Org and I am reading though the manuals. I know that when I enter
startx it first looks for the .xinitrc file in the home directory to tell it how to load an X session, and that without this file, the system will look at the xinitrc file. When I do that it works fine. But the man page for startx(1) says the system wide xinitrc is located in the /usr/X11R6/lib/X11/xinit directory. But the /X11R6 directory is not in /usr or anywhere else. I searched for the xinitrc and the only location is /usr/local/etc/X11/xinit/ which is different from what the man page says. The man page also says the xserverrc file is in the same place as xinitrc but it is not anywhere at all. I guess it doesn't matter because everything is working and I could just create the .xinitrc and .xserverrc files in the home directory but because I want to understand how things work I would like to know if I don't have the /X11R6/lib/X11/xinit directory and the xinitrc, xserverrc system wide files because I did something wrong. Thank you.