wsm 发表于 2005-5-24 10:25:24

sarge的问题

为了重新分盘 周末把老的debian删了 装了sarge
遗留几个问题
1. nv的驱动还没装 以前是用官方的+自己编译内核 现在不想这么麻烦了 不过没弄过debian自己的glcore那套东西 问一下这些个包需要怎么设置?应该不用再编译了吧?

2. 为啥感觉现在的字体比原来的虚呢? 用的字体和以前的一样 3n那边下的什么futiyuanti 用xtt和freetype都一个德行 什么附加汉化美化包都没装

3.装opera 8.0 我这次没装kde那套东西 单独装了libqt3和libqt3mt 但是启动opera就报告 can not find symbol xxxxdict(xxxx记不得了:) 是版本问题?

4.主要用的apt就是geekbone和cn99的unstable 发现安装bmp和mplayer
的时候都说一个libavcode(?) 不被安装 何解

cnhnln 发表于 2005-5-24 22:25:42

1.安装对应内核的核心头文件和nvidia-kernel-source还有module-assistant。然后用m-a命令自己编译出nv驱动,安装就行了
2.开hinting没?贴个图看看
3.用静态编译的opera试试看。我没用过opera,乱猜的 :mrgreen:
4.sources.list没写对。估计是废话 :mrgreen:我用的是

# debian.ustc.edu.cn 210.45.66.210
deb http://debian.ustc.edu.cn/debian/ unstable main non-free contrib
deb http://debian.ustc.edu.cn/debian-non-US/ unstable/non-US main non-free contrib
deb http://debian.ustc.edu.cn/debian/ ../project/experimental main non-free contrib
deb http://debian.ustc.edu.cn/debian-uo/ unstable jrfonseca marillat misc rareware ustc java #xorg firefly

wsm 发表于 2005-5-25 12:18:23

还是3n好人啊
1.还是要编译啊......无奈
2.hinting是什么?
3.搞定了 opera需要的包怪怪的 不要libqt3-mt 却需要libqt3c102-mt 这么个版本
4.utsc连不上

cnhnln 发表于 2005-5-25 13:07:07

俺这人重感情啊 :mrgreen:
1.很快阿
2.一种优化小字体时的显示技术,win下的tahoma等字体就是这样做到清晰细腻的效果的
3.你确定不是rpwt? 8)
4.我确定是你的rpwt了 :lol:

linky_fan 发表于 2005-5-25 13:58:46

3n的确是好人
1. 没编过, 偶一直用的的sh xxx.run的
2. 不知道, 偶对字体最头疼了
3. 应该是更新过的版本号了
4. ustc notutsc

wsm 发表于 2005-5-25 20:12:40

3n
I compiled the nvidia.ko,
add it to etc/module to load it,
and I can see it in lsmod,
but if I change the 'nv '   to 'nvidia' in XF86Config-4, it fails to load driver???

cnhnln 发表于 2005-5-25 20:58:58

If you already have an X config file working with a different driver
(such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:

      Driver "nv"
    (or Driver "vesa")

with

      Driver "nvidia"

In the Module section, make sure you have:

      Load   "glx"

You should also remove the following lines:
      
      Load"dri"
      Load"GLcore"

wsm 发表于 2005-5-26 09:16:53

嘿嘿 又是rpwt
下错了kernel-header居然也能编出来......

sagaeon 发表于 2005-5-26 10:43:38

3n如何打开hinting啊?

fakeroot 发表于 2005-5-26 11:38:29

alias 3n="开hingting && 关AA" :roll:

cnhnln 发表于 2005-5-26 12:56:49

3n如何打开hinting啊?

<match target="font">
        <test compare="more_eq" name="pixelsize" qual="any" ><double>12</double></test>
        <test compare="less_eq" name="pixelsize" qual="any" ><double>16</double></test>
        <edit name="antialias" mode="assign"><bool>false</bool></edit>
        <edit name="hinting" mode="assign"><bool>true</bool></edit>
        <edit name="autohint" mode="assign"><bool>false</bool></edit>
        <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
        <edit name="rh_prefer_bitmaps" mode="assign"><bool>true</bool></edit>
</match>

加到/etc/fonts/fonts.conf

所有字体在12~16px的时候关AA、关autohint、开hinting、hinting风格设为“完全”、优先使用内嵌点阵。就应该做到和win一样的效果了

cnhnln 发表于 2005-5-26 12:59:04

alias 3n="开hingting && 关AA" :roll:
:?

sagaeon 发表于 2005-5-27 11:30:28

我用了hinting字体反而模糊了。不知是否是液晶的原因。不用还好,下面是不用的截图。

cnhnln 发表于 2005-5-27 22:27:45

我用了hinting字体反而模糊了。不知是否是液晶的原因。不用还好,下面是不用的截图。
赤裸裸的炫耀阿,歧视我没那设备阿 :cry:

sagaeon 发表于 2005-5-28 15:37:26

是我弄错了。现在用了hinting没问题。
页: [1] 2
查看完整版本: sarge的问题