You are not logged in.

#1 2009-04-01 13:35:56

Berticus
Member
Registered: 2008-06-11
Posts: 731

Some things in Firefox are upside down?

tMWd0Yg

I'm guessing it has to do with my font.

~/.fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
    <rejectfont>
        <pattern>
            <patelt name="scalable">
                <bool>false</bool>
            </patelt>
        </pattern>
    </rejectfont>
</selectfont>

< !-- Enable sub-pixel rendering -->
<match target="font">
    <edit mode="assign" name="rgba" >
        <const>rgb</const>
    </edit>
</match>

<match target="font">
    <edit mode="assign" name="hintstyle">
        <const>hitfull</const>
    </edit>
</match>

<match target="font">
    <edit mode="assign" name="antialias">
        <bool>true</bool>
    </edit>
</match>

<match target="font">
    <test name="weight" compare="more">
        <const>medium</const>
    </test>    <edit name="autohint" mode="assign">
        <bool>false</bool>
</match>

<match target="pattern" name="family">
    <test name="family" qual="any">
        <string>Helvetica</string>
    </test>
    <edit mode="assign" name="family">
        <string>sans-serif</string>
    </edit>
</match>

<dir>~/.fonts</dir>

</fontconfig>

/etc/fonts/local.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<match target="pattern">
    <test qual="any" name="size" compare="less_eq">
        <int>12</int>
    </test>
</match>

</fontconfig>

I'm also using cairo-lcd, fontconfig-lcd, and libxft-lcd.

Last edited by Berticus (2009-04-01 13:37:16)

Offline

#2 2009-04-01 13:41:51

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Some things in Firefox are upside down?

a big LOOOOOOOOOL.
is just a joke from youtube. don't forget what d a y is it today. click on the link from the right.I prefer the old fashion... also on Tips above big_smile

Last edited by wonder (2009-04-01 13:46:05)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-04-01 13:48:10

Berticus
Member
Registered: 2008-06-11
Posts: 731

Re: Some things in Firefox are upside down?

Damn...

I just happen to reinstall Arch (hard drive in lvm failed) on April Fool's Day...

--- Edit ---
One more thing, I edited /usr/bin/startx:

$ cat /usr/bin/startx | grep defaultserverargs
defaultserverargs="-dpi 96"
        serverargs=$defaultserverargs

But xdpyinfo tells me the resolution is 85x86 dots per inch... Why won't it change? It was fine when I did startx -- -dpi 96.

And why is the vertical space between text in the titlebar and menu so big, even at 96 dpi?

Last edited by Berticus (2009-04-01 13:53:47)

Offline

#4 2009-04-01 13:54:17

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: Some things in Firefox are upside down?

As a workaround, you may simply choose to stand on your head while visiting youtube.

Offline

#5 2009-04-01 14:02:09

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Some things in Firefox are upside down?

¡˙˙˙ʇı ɥʇıʍ ƃuoɹʍ ƃuıɥʇʎuɐ ǝǝs ʇ,uop I

Offline

#6 2009-04-01 14:34:01

Berticus
Member
Registered: 2008-06-11
Posts: 731

Re: Some things in Firefox are upside down?

Well I managed to fix the dpi issue, but I'm still having problems with the vertical spaces being huge in the title bar and menu of twm.

Offline

Board footer

Powered by FluxBB