[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2016-07-21 Thread Tomáš Karger
Affects me too on 16.04. As I run i3 I noticed that the bug is only
present when I run unity-settings-daemon. Otherwise, the fonnt spacing
is ok.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2015-05-05 Thread Alexey Shmalko
For gentoo users, the following fixed the problem for me:

USE=-alt-font-width emerge rxvt-unicode

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2015-03-12 Thread Simon Hirscher
Adding to my previous message, I noticed that 'Xft.hintstyle:
hintslight' (instead of hintfull) also triggers too big a letter
spacing, though not as excessive as with 'Xft.rgba: rgb'. Full example:

Xft.dpi:96
Xft.antialias:  true
Xft.rgba:   none
Xft.hinting:true
Xft.autohint:   true
Xft.hintstyle:  hintslight

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2015-03-12 Thread Simon Hirscher
I second the comments regarding Xft.rgba: Omitting it (or setting it to
none) fixes the issues for the time being.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2013-10-10 Thread Brian
As per Adam's comment (#11) the Xft.rgba resource value definitely
triggers this issue.

Adding Xft.rgba: none to your .Xresources file fixes the font width
issue.

Alternatively, for quick testing, you can do:
echo "Xft.rgba: none" | xrdb -merge

I've attached a screenshot showing the difference between values "rgba"
and "none" for this resource.

** Attachment added: "xrdb_xft_rgba.png"
   
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+attachment/3872494/+files/xrdb_xft_rgba.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rxvt-unicode/+bug/309792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-04-30 Thread kevind
I mistaken, you do not need to have that  entry at all, unless it
was added by Fontmatrix program like it was for on my system. Add
remember that this will disable XFT system-wide. You need to add the
following entries in ~/.fonts.conf in their respective sections:




 
  
   false
  
 


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-04-30 Thread kevind
Adam, thanks for testing, but your workaround doesn't seem to work for
me. Is it possible to use xrdb -load for a file that (apparently) has
already been loaded with xrdb -merge? Editing a file and calling xrdb
-load like you did doesn't change the issue for me.

Two more workarounds however are (since the problem is apparently with
XFT):

- Use non-FreeType font like in the following line:
URxvt.font: -misc-fixed-bold-r-normal-*-13-*-*-*-*-*-*-*

- Disable XFT (then you could leave FreeType font) with the following 
~/.fonts.conf (correct the dir):



/home/kevin/.Fontmatrix/Activated


false

 


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-04-29 Thread Adam Brockett
I don't really know the history behind this issue, but i did some
digging/testing.

When i configure my ~/.Xdefaults as only:
URxvt.font: xft:Monospace
I get the behavior described in this bug.  If I do a `xrdb -merge ~/.Xdefaults` 
from the command line, I get no change in behavior.  HOWEVER, if I instead 
execute `xrdb -load ~/.Xdefaults`, then open a new terminal, line spacing is 
proper.  Looking at the scripts in the /etc/ directory, i believe Ubuntu loads 
the ~/.Xdefaults using -merge.

Digging deeper with xrdb -query, I added added the following line to my 
.Xdefaults:
Xft.rgba: rgb

Then the problem re-appears.

Workaround for issue described in bug:
run `xrdb -load ~/.Xdefaults` sometime early in the xinit process.  
letterspace patch seems hackish if issue can be worked around as above

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-01-30 Thread Sickill
I have the same issue.

URxvt.letterspace fixed the problem partially, fonts still doesn't look
as good as in other (gnome and non-gnome) apps.

I just switched from Archlinux to Ubuntu. I was using urxvt for years on
Archlinux and was rendering my fonts fine, the same way as the rest of
the desktop.

I don't think letterspace option is needed here. If it works fine on
other distros without this patch then it should be possible to make it
work on Ubuntu. Maybe it's some configure/compile time switch/option
related to Xft?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-01-24 Thread kevind
Sorry, have to take that back - URxvt.letterspace works (I just kept
starting urxvtc without restarting daemon).

So, the following lines provide spacing close to normal for me:

URxvt.font: xft:DejaVu Sans Mono-8:autohint=true
URxvt.letterSpace: -2

But spacing is still slightly incorrect and some characters touch, like
Arnaud wrote. That is, if I compare output to Terminator's, I see the
latter slightly better positioning letters.

Therefore, bug still persists, URxvt.letterspace just fixes it partially
(and spacing should be correct without additional parameter anyway).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2011-01-24 Thread kevind
I downloaded and installed on my Lucid system package rxvt-unicode
(9.07-2) for Maverick, and bug still persists, URxvt.letterSpace doesn't
do a thing. Damn it urxvt, could you ever learn to show fonts
properly?..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/309792

Title:
  rxvt-unicode: Excessive font spacing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2010-05-05 Thread Arnaud Soyez
I gave it a try and I have to use:
urxvt.font: xft: Monospace:pixelsize=12
urxvt.letterSpace:  -5
to make it work, but it's still not ideal as some characters still touch each 
other or are far too apart...

-- 
rxvt-unicode: Excessive font spacing
https://bugs.launchpad.net/bugs/309792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2010-03-31 Thread Ilya Zakreuski
I'm able to reproduce this on a newly installed Lucid system.

Guys, upstream changelog for rxvt-unicode version 9.07 indicates that
patch mentioned by tremby already merged upstream. I've prepared
packages (lucid, karmic) which could be installed from this PPA:
https://launchpad.net/~zlj/+archive/ppa-experimental

I'd appreciate any feedback on that.

The following .Xdefaults settings have fixed issue for me after
installation of rxvt-unicode 9.07:

urxvt.font: xft:DejaVu Sans Mono:pixelsize=12
urxvt.letterSpace: -1


** Changed in: rxvt-unicode (Ubuntu)
   Status: New => Confirmed

-- 
rxvt-unicode: Excessive font spacing
https://bugs.launchpad.net/bugs/309792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2010-01-05 Thread tremby
Like you, I found this problem unbearable -- I don't feel comfortable
unless the letters are exactly 1 unit wide, 2 units high.

I can't remember exactly where I got this from but if you Googled the
fella's name and some of the patch content I imagine you'd find it.

The attached patch adds a letterSpace option which you can set to a
negative value to crunch the letters together. It works fine along with
the 256 colour patch. (Though I can't get it to compile at all even
without patches on Karmic, 64 or 32 bit, but that's in the bug I'm going
to report right after posting this...)

You then add the line

URxvt.letterSpace:  -1

to your .Xdefaults.

I found that on I need this on my work machine and my laptop but not on
my home desktop. I'm not sure why -- possibly something to do with the
DPI values of the screens.

** Attachment added: "add letterSpace option"
   http://launchpadlibrarian.net/37462598/rxvt-unicode-letter-spacing.patch

-- 
rxvt-unicode: Excessive font spacing
https://bugs.launchpad.net/bugs/309792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2009-10-12 Thread Harald
Someone is discussing the issue over there.

http://lists.schmorp.de/pipermail/rxvt-unicode/2009q2/001008.html

I am a long term user of rxvt-unicode, but the current display of all
fonts provided on ubuntu is unbearable. It may be an Xft problem, but I
just cannot work with this overly wide spacing between the letters.

The interesting bit is, that on Intrepid, I just had to make sure that
gnome-settings-daemon is started before the rxvt-unicode. Then letter
space was ok. But when I first started the urxvt, the letter spacing was
wrong.

Now on Karmic Koala, starting in the proper order does not help.

-- 
rxvt-unicode: Excessive font spacing
https://bugs.launchpad.net/bugs/309792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309792] Re: rxvt-unicode: Excessive font spacing

2009-08-25 Thread inode77
Forgot to add:

rxvt-unicode (urxvt) v9.06 - released: 2008-06-15

-- 
rxvt-unicode: Excessive font spacing
https://bugs.launchpad.net/bugs/309792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs