Tagged Questions
0
votes
1answer
68 views
Arclinux running xfce4 fails to start
I run archlinux xfce4 with auto-login and auto start. After upgrading today 07-MAY-13 the X fails without leaving a error message in Xorg.0.log.
2
votes
1answer
127 views
Fonts bug in terminal (Arch)
I' ve installed droid fonts, after that in terminal I see the word not well, someone is on another
As you can see the problems are especially with 'm' and 'w'
What's the problem?
0
votes
0answers
104 views
MS fonts not rendering in the browser on Arch
I installed the ttf-ms-fonts package from the AUR repositories and they seem to have installed fine, I can use them on text editors without any problems. However when I go to a website using Chrome ...
1
vote
1answer
209 views
After restarting Chromium, fonts are malformed
As I mention in the title, everything works great until I restart Chromium. Then the fonts appear as in the screenshot. The weird is that only the tab title and the link is malformed. And it wont fix ...
3
votes
1answer
1k views
Setting console font in vconsole.conf does not work (systemd)
I am trying to set a different default console font for my new Arch Linux installation (using systemd).
I set up my vconsole.conf in /etc as so:
KEYMAP=us
FONT=Lat2-Terminus16
I rebooted and saw ...
3
votes
1answer
991 views
Why do some characters show as squares in Chrome?
For example in the dev tools I get something like:
Some of these squares are at the end of lines, initially I thought they were carriage returns but it turns out they aren't.
Also, squares appear ...
3
votes
1answer
1k views
Convert .bdf/.pcf font to .psf(u) for using as consolefont?
I am using Arch Linux.
Is it possible to convert a BDF or PCF font to a PSF font for use in console/CONSOLEFONT in rc.conf?
I haven't found anything that can do it,except bdf2psf which I got the ...
4
votes
1answer
2k views
How do I add Xft suppport to dwm?
I would like to use the inconsolata font in dwm's statusbar. Right now my config.h is set up like so using terminus:
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
I ...