Hi,
this afternoon I was just asking myself about what to do first after a fresh installation of FreeBSD and two simple but tricky questions came to my mind. I know it does not matter and the system will work whether you do one thing or the other, but I thought it would be a nice to post the question in the FreeBSD Forums.
1 - We all know that the first thing we should do after a fresh install of FreeBSD is updating the system with
2 - Regarding graphics, if you want to use a desktop environment, you need Xorg. It's also recommendable to install the specific drivers of your video card so that the system is able to make it work in a proper way. So, what do you think someone should install first?, Xorg or the video card drivers? Again, I know the system will work fine whatever you do first, but what do you think the canonical way would be?
Thanks
this afternoon I was just asking myself about what to do first after a fresh installation of FreeBSD and two simple but tricky questions came to my mind. I know it does not matter and the system will work whether you do one thing or the other, but I thought it would be a nice to post the question in the FreeBSD Forums.
1 - We all know that the first thing we should do after a fresh install of FreeBSD is updating the system with
freebsd-update fetch install. That command applies some patches to some source files and, after that, builds (compiles) them. Many people don't use the standard US keyboard, so they set locale in /etc/login.conf and keyboard layout in /etc/rc.conf to another language. So the question is: since freebsd-update fetch install rebuilds some binaries, do you think someone should set locale and keyboard layout before running freebsd-update fetch install or after that? I know the system will work fine whatever you do first, but what do you think the canonical way would be?2 - Regarding graphics, if you want to use a desktop environment, you need Xorg. It's also recommendable to install the specific drivers of your video card so that the system is able to make it work in a proper way. So, what do you think someone should install first?, Xorg or the video card drivers? Again, I know the system will work fine whatever you do first, but what do you think the canonical way would be?
Thanks