You are not logged in.

#1 2012-06-03 15:39:33

MinimalBoot
Member
Registered: 2012-05-01
Posts: 38

[ SOLVED ] Additional font path for Xorg, but no xorg.conf

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

#2 2012-06-03 16:55:46

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [ SOLVED ] Additional font path for Xorg, but no xorg.conf

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

#3 2012-06-03 18:02:46

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [ SOLVED ] Additional font path for Xorg, but no xorg.conf

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

#4 2012-06-03 21:50:11

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [ SOLVED ] Additional font path for Xorg, but no xorg.conf

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


"How to Succeed with Linux"

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

#5 2012-06-03 22:04:55

MinimalBoot
Member
Registered: 2012-05-01
Posts: 38

Re: [ SOLVED ] Additional font path for Xorg, but no xorg.conf

Gusar wrote:

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.

DSpider wrote:

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 smile

Offline

Board footer

Powered by FluxBB