Xorg fonts missing Xorg.0.log

Xorg fonts missing Xorg.0.log

This happened on a PCBSD installation but it could happen on any Unix/Linux Xorg installation:

If the text on your screen is too small and you're running at a high resolution if you do a
[code:1:04ca0d3455]cat /var/log/Xorg.0.log | more
[/code:1:04ca0d3455]

You'll see a bunch of fonts missing, specifically the 75dpi and 100dpi ones that you really need :)


(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist


In FreeBSD here is how I fixed it.
[code:1:04ca0d3455]
pkg_add -r xorg-fonts-75dpi
pkg_add -r xorg-fonts-100dpi
pkg_add -r xorg-fonts-type1[/code:1:04ca0d3455]

There should be similar packages for any other Unix/Linux distribution.

Oh and imagine running in 1280x1024 resolution without 75 or 100 dpi fonts! The text is impossibly small to read, real fun :) :roll:



Tags:

xorg, fonts, logxorg, logthis, pcbsd, installation, unix, linux, text, resolution, ca, var, ll, dpi, ww, directory, quot, usr, lib, freebsd, pkg_add, packages, impossibly,

Latest Articles

  • Cisco How To Use a Third Party SIP Phone (eg. Avaya, 3CX)
  • Cisco Unified Communication Manager (CUCM) - How To Add Phones
  • pptp / pptpd not working in DD-WRT iptables / router
  • systemd-journald high memory usage solution
  • How to Install FreePBX in Linux Debian Ubuntu Mint Guide
  • How To Install Cisco's CUCM (Cisco Unified Communication Manager) 12 Guide
  • Linux Ubuntu Redhat How To Extract Images from PDF
  • Linux and Windows Dual Boot Issue NIC Won't work After Booting Windows
  • Cisco CME How To Enable ACD hunt groups
  • How to install gns3 on Linux Ubuntu Mint
  • How to convert audio for Asterisk .wav format
  • Using Cisco CME Router with Asterisk as a dial-peer
  • Cisco CME How To Configure SIP Trunk VOIP
  • Virtualbox host Only Network Error Failed to save host network interface parameter - Cannot change gateway IP of host only network
  • Cisco CME and C7200 Router Testing and Learning Environment on Ubuntu 20+ Setup Tutorial Guide
  • Abusive IP ranges blacklist
  • How to Install Any OS on a Physical Drive from Windows Using VMware Workstation (Linux, Windows, BSD)
  • CDN Cloudflare how to set and preserve the real IP of the client without modifying application code on Apache
  • CentOS 7 fix Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 -
  • Ubuntu Debian How To Install Recommended Packages Automatically