D
Deleted member 67862
Guest
I'm on FreeBSD 13.0-RELEASE on the quarterly branch, and I use x11-fonts/terminus in the terminal because I think it's quite nice looking for CL use. This morning there was a large packages update, and after completing the upgrade Terminus is no longer seen in Xfce4's Terminal nor any font menu on the system. I tried restarting just in case but that didn't work, so my next point of action was to check the PKG information (pkg info -D terminus-font):
However, I don't use an xorg.conf specifically, instead I only have a configuration for my RX 580 (amdgpu.conf) to use FreeSync. So I added the following to it (located in /usr/local/etc/X11/xorg.conf.d/amdgpu.conf):
On restart, it still doesn't show up. Is this incorrect syntax, do I need to use another .conf (and if so, how do I use two), or is there another solution? Thanks.
Code:
On install:
Add the following line to the "Files" section of xorg.conf or XF86Config:
FontPath "/usr/local/share/fonts/terminus-font/"
However, I don't use an xorg.conf specifically, instead I only have a configuration for my RX 580 (amdgpu.conf) to use FreeSync. So I added the following to it (located in /usr/local/etc/X11/xorg.conf.d/amdgpu.conf):
Code:
Section "Files"
FontPath "/usr/local/share/fonts/terminus-font/"
EndSection
On restart, it still doesn't show up. Is this incorrect syntax, do I need to use another .conf (and if so, how do I use two), or is there another solution? Thanks.