LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   xrvt-unicode small letters 'w' and 'm' (https://www.linuxquestions.org/questions/fedora-35/xrvt-unicode-small-letters-w-and-m-881626/)

garyozzy 05-19-2011 11:45 AM

xrvt-unicode small letters 'w' and 'm'
 
This is sort of weird, and hard to explain. In uxrvt, my 'w' and 'm' letters are tiny.

Here's a screenshot:
http://i.imgur.com/IFqpe.png

this is my ~/.Xdefaults:
Code:

URxvt*foreground:White
URxvt*background:Black
URxvt*scrollBar:false

and my .bashrc
Code:

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions
~

(stock, obviously)

Any ideas what's going on?

catkin 05-19-2011 11:50 AM

In case it's a font problem rather than a urxvt problem, try changing font. Here's an example (hopefully the default font is not Liberation Mono!):
Code:

URxvt.boldFont: xft:Liberation Mono:bold:pixelsize=14:antialias=true:hinting=true
URxvt.font: xft:Liberation Mono:pixelsize=14:antialias=true:hinting=true


David the H. 05-19-2011 11:54 AM

In your screenshot it appears to only occur in the output of ls. Does it happen anywhere else?

garyozzy 05-19-2011 11:54 AM

So that worked to fix that problem, but now the terminal windows are a funny size (stretched out horizontally).

like so: http://i.imgur.com/oJtaJ.png

---------- Post added 05-19-11 at 12:55 PM ----------

Quote:

Originally Posted by David the H. (Post 4361050)
In your screenshot it appears to only occur in the output of ls. Does it happen anywhere else?

Yes, I changed my bash prompt to add a color and it appeared there, too.

David the H. 05-19-2011 12:07 PM

It looks to me to be some kind of conflict between the font and the ansi color code rendering then. I assume you tried it in other terminals too and it only appears in rxvt?

I can only suggest you try some different fonts and see if you can find one you like that doesn't show the problem. You might also try playing around with some of the other font settings found in catkin's example.

Then search for bug reports in rxvt if you can.

MTK358 05-19-2011 02:42 PM

Try the "DejaVu Sans Mono" font.

I don't see any issues in the original post, that's just the way the "Fixed" fond looks like. What I don't understand, however, is why the ls output text is antialiased.


All times are GMT -5. The time now is 05:14 PM.