You are not logged in.
Pages: 1
as the title says for me sites like http://forums.overclockers.co.uk have big and boldish titles for the threads, how do i fix this
Last edited by Cew27 (2009-01-13 18:51:25)
Offline
Configure your browser to not let sites pick their own fonts. For firefox, it's on the contents tab in preferences, select the advanced font settings.
Offline
why does it work in windows? not in arch
Offline
Offline
its only one website that has this problem and thats the overclockers forums. i dont want to set my own fonts as i like the websites theme to fit in
Offline
thats how it should look. mine is still really bold im not sure why aybe you have some fonts i dont
Offline
thats how it should look. mine is still really bold im not sure why aybe you have some fonts i dont
This is what I have installed:
local/artwiz-fonts 1.3-3
local/font-bitstream-speedo 1.0.0-4
local/gsfonts 8.11-4
local/terminus-font 4.28-1
local/xorg-fonts-100dpi 1.0.1-1 (xorg)
local/xorg-fonts-75dpi 1.0.1-2 (xorg)
local/xorg-fonts-misc 1.0.0-3
local/xorg-fonts-type1 7.3-1
local/ttf-bitstream-vera 1.10-5
local/ttf-cheapskate 2.0-5
local/ttf-dejavu 2.28-1
local/ttf-liberation 1.04-1
local/ttf-ms-fonts 2.0-1
Offline
@Cew27
slemKaffe's and azleifel's point is that in order to be able to display certain fonts, you need to actually have them installed. If that webset is trying to display a font that isn't on your system, your system will use something else and you might end up with an ugly page.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
I'm 99.9% sure your problem is that your DPI is not set properly. Post the output of 'xdpyinfo | grep -C 5 dim'
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
[cew27@Cew27 ~]$ xdpyinfo | grep -C 5 dim
XVideo
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1280x800 pixels (290x181 millimeters)
resolution: 112x112 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x13b
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
Offline
You can set your DPI in your ~/.Xdefaults file:
Xft.dpi: 96
I forinstance use 96 on a 1400x1050 resolution on a 12" screen. Try different DPI settings and see if it helps.
IBM Thinkpad X60 Tablet | Zen-sources | My AUR Builds
Offline
I use 96 dpi as well, but mine is set through nvidia settigns in Xorg.conf. As you can see, your dpi is set to 112, which is kind of odd. Try playing with that setting and see if you get the results you want.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
what should i set it for my 1280x800 laptop?
Offline
I guess the man was pretty clear when he said
Try playing with that setting and see if you get the results you want.
no?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
i thought a reccomendation would save me some time
Offline
no difference with 75 dpi
Offline
well no difference with dpi set in xdefaults
Offline
Did you verify that the dpi actually changed by rerunning the command I gave you before? You need to restart X each time you make a change.
BTW I use a dpi of 96, try that.
Last edited by rson451 (2009-01-13 16:17:11)
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
stil 112 x 112
Offline
If you have nvidia video and are using the nvidia driver then add the following to the Device section of /etc/X11/xorg.conf (if you have one) and restart X:
Option "UseEdidDpi" "False"
Option "DPI" "96 x 96"
If you are using gnome then select System -> Preferences -> Appearance, click on the Fonts tab, click on Details... and check that the resolution is also set to 96 dots per inch. While you are there, set smoothing to subpixel and hinting to full, or pick whatever other setting looks best.
Edit: Oh, and make sure that you have the ttf-ms-fonts package installed.
Last edited by azleifel (2009-01-13 18:42:58)
Offline
why didnt i see that before in ghome appearances
Offline
Pages: 1