You are not logged in.

#1 2006-12-12 01:49:38

daedalusman
Member
From: CO, USA
Registered: 2006-12-05
Posts: 258

bold text in urxvt [FIXED]

I was wondering if there is a way to get rid of bold fonts in urxvt, preferably through .Xdefaults? The bold fonts make it hard to read the text. And I really don't see a reason for there to be bold fonts anyways. Thanks for the help.

Offline

#2 2006-12-12 03:04:40

hugin
Member
Registered: 2006-05-19
Posts: 93

Re: bold text in urxvt [FIXED]

daedalusman; here is the relevant snippet from my .Xdefaults:

Rxvt*boldMode: false
Rxvt*font: -*-terminus-medium-r-normal-*-*-120-*-*-*-*-iso8859-1
Rxvt*boldFont: -*-terminus-medium-r-normal-*-*-120-*-*-*-*-iso8859-1

Between setting boldMode to false, and using both medium builds, it gets the job done.  You might be able to get it working with one or the other, so your mileage may vary.


/swogs


Open Toes; Open Mind; Open Source.

Offline

#3 2006-12-12 14:25:39

daedalusman
Member
From: CO, USA
Registered: 2006-12-05
Posts: 258

Re: bold text in urxvt [FIXED]

Thanks for the reply. The Rxvt*boldMode: false option did the trick. I couldn't get the other two lines to work. It would give me an error about not having that font even though I have installed it before. How can I setup my system to recognize all my fonts? Thanks for the help.

Offline

#4 2006-12-12 16:09:38

hugin
Member
Registered: 2006-05-19
Posts: 93

Re: bold text in urxvt [FIXED]

terminus installs into

/usr/share/fonts/local

now; it wasn't in my xorg.conf file so i had to add that line.  Then you can run

xset fp rehash

to be able to access the terminus font without leaving X.  Then you shold be good to go.  Enjoy!


/swogs


Open Toes; Open Mind; Open Source.

Offline

#5 2006-12-12 18:00:44

daedalusman
Member
From: CO, USA
Registered: 2006-12-05
Posts: 258

Re: bold text in urxvt [FIXED]

Thanks that took care of it. Man I'm finally learning how to 'really' use a linux box. Thanks for the help.

Offline

#6 2006-12-12 20:31:14

hugin
Member
Registered: 2006-05-19
Posts: 93

Re: bold text in urxvt [FIXED]

np man, we all start somewhere.  I actually just learned about using xset to rehash my fonts (of course, this was after I had killed my xserver ~10 times trying to find the problem, with terminus-fonts (or rather my xorg.conf), and to test it all;  :x )

but always happy to help.


/swogs


Open Toes; Open Mind; Open Source.

Offline

Board footer

Powered by FluxBB