You are not logged in.
As per this thread, there are fonts that need to be added to Xorg manually, but I can not find xorg.conf ( i.e., it does not exist ).
What should/can I do ?
Last edited by MinimalBoot (2012-06-03 22:05:09)
Offline
You could simply create an xorg.conf or if you use ~/.xinitrc you can add a line like:
xset +fp /usr/share/fonts/local &
Offline
Create xorg.conf and put those lines in there. You don't need anything else in there, just those lines. What anonymous_user probably also works.
Offline
Xorg can use the "/etc/X11/xorg.conf.d" folder for quite some time now. I stopped using a single xorg.conf since practically all my X configuration is done from a clean "/etc/X11/xorg.conf.d/10-monitor" file. So instead of using a (relatively blank) xorg.conf, you can make a "/etc/X11/xorg.conf.d/10-fonts" file with the paths:
https://wiki.archlinux.org/index.php/Fo … _with_Xorg
Or use the one from your example:
https://bbs.archlinux.org/viewtopic.php … 80#p768680
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Create xorg.conf and put those lines in there. You don't need anything else in there, just those lines. What anonymous_user probably also works.
Xorg can use the "/etc/X11/xorg.conf.d" folder for quite some time now. I stopped using a single xorg.conf since practically all my X configuration is done from a clean "/etc/X11/xorg.conf.d/10-monitor" file. So instead of using a (relatively blank) xorg.conf, you can make a "/etc/X11/xorg.conf.d/10-fonts" file with the paths:
https://wiki.archlinux.org/index.php/Fo … _with_Xorg
Or use the one from your example:
https://bbs.archlinux.org/viewtopic.php … 80#p768680
Thank you - that's exactly what I was looking for
Offline