warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory

I'm not to sure when this message started happening, I noticed it while trying to install some new fonts.

AD75:/home# apt-get install xfonts-biznet-75dpi

Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
xfonts-biznet-75dpi
0 upgraded, 1 newly installed, 0 to remove and 64 not upgraded.
Need to get 68.9kB of archives.
After unpacking 180kB of additional disk space will be used.
Get:1 http://mirror.cpsc.ucalgary.ca etch/main xfonts-biznet-75dpi 3.0.0-19 [68.9kB]
Fetched 68.9kB in 0s (126kB/s)
Selecting previously deselected package xfonts-biznet-75dpi.
(Reading database ... 44170 files and directories currently installed.)
Unpacking xfonts-biznet-75dpi (from .../xfonts-biznet-75dpi_3.0.0-19_all.deb) ...
Setting up xfonts-biznet-75dpi (3.0.0-19) ...
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory

I created the directory and tried it again, when apt is run again, the directory is removed and the same warning message confirmed. I recently installed "xfs" and edited my xorg.file to work with it instead, thinking that this would work better then defoma. I now realize that this warning message could have been going on for some time now, without me being aware of it. I'd get motivated when I discovered missing font sets, quickly install some more of the fonts packages, try to rectify the situation, with no progress, I would just put the font problem to the back of my head and continue using my system the way it is. So I guess I might have not needed to install xfs and edit xorg.conf but it's in this state right now. Runing xfs to handle things. Here's the first part of my xorg.conf file:

Section "Files"
FontPath "unix/:7101"
FontPath "unix/:7100"
FontPath "/usr/share/fonts/X11/misc"

#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#FontPath "/usr/share/fonts/truetype"
#FontPath "/usr/X11R6/lib/X11/fonts/misc"
#FontPath "/usr/share/fonts/X11/cyrillic"
#FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
#FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
#FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
#FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
#FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
#FontPath "/usr/share/fonts/X11/Type1"
#FontPath "/usr/X11R6/lib/X11/fonts/Type1"
#FontPath "/usr/share/fonts/X11/100dpi"
#FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
#FontPath "/usr/share/fonts/X11/75dpi"
#FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

0
Syndicate content