12 Sept 2006

[Podcast] PL188 is ATJ2085P


[Podcast] PL188 is ATJ2085P, originally uploaded by jick nan.


偶然看到 EasyChips,就检测了一下 PL188,结果证明了我的猜测:PL188 使用的是深圳炬力的 ATJ2085。

产品和序号是随便的填的,没什么技术含量 :-)

USB 是 1.1 的,不是声称的 USB 2.0。

还没有做好 hack PL188 的思想准备,没有太强的欲望,可能是其他事情占了太多的时间、精力吧。

btw, 这篇帖子是个试验品。用 Picasa 的 Email 功能发到 Flickr,然后 Flickr 自动发到 Blogger.com,一切正常否?

btw2, 第一次 Flickr 设置有问题,现在使用 Flickr 的 Blog This 发帖。

s1fwx 显示的信息:

device: S1 MP3
Manf: Wilso Co. ltd
bootflash type = 'F64'
brom: 3.0.00
f/w: 3.5.37

USB 设备 ID 项:

10d6:1100 - MPMan MP-ki 12MP3 player/Recorder

Flickr

This is a test post from flickr, a fancy photo sharing thing.

[FOSS] Fonts on Slackware

已经安装文泉驿中文字体了,但是 rxvt-unicode 中还是将中文以 "MingLiu" 显示。于是系统了解了下 Linux/Slackware 中字体的处理。

我现在的系统中的中文显示主要是 WenQuanYi 和 MingLiu。WenQuanYi 是自己装的,MingLiu 是 Slackware 缺省的。这样,我的系统中将不再使用从 Microsoft 借来的 Simsun。

在 Linux 中的字体系统中,xft + freetype + fontconfig 是颇具优势的方案,因此将主要注意了这种方式。

= Documents =
 * /usr/X11R6/lib/X11/doc/README.fonts
 * man fonts-conf

= Two Font Systems =
 * core x11 fonts system
 * xft - configured and customized by fontconfig

= Font backends load by Xserver (/etc/X11/xorg.config) =
 * "bitmap": bitmap fonts (`*.bdf', `*.pcf' and `*.snf');
 * "freetype": TrueType fonts (`*.ttf' and `*.ttc'), OpenType fonts
   (`*.otf' and `*.otc') and Type 1 fonts (`*.pfa' and `*.pfb');
 * "type1": alternate Type 1 backend (`*.pfa' and `*.pfb') and CIDFont
   backend;
 * "xtt": alternate TrueType backend (`*.ttf' and `*.ttc').

= Font Types =
 * Serif
 * Sans-Serif
 * Bitstream Vera {Serif|Sans}
 * WenQuanYi Bitmap Song
 * MingLiu
 (Below from M$)
 * Tahoma
 * Simsun

= Font Packages (Slackware) =
 * l/freetype
 * x/fontconfig
   * fonts.conf
   * fc-list ":lang=zh"
 * x/x11-fonts-xxx
 * x/dejavu-ttf

~/.Xresource 中, rxvt-unicode 字体相关配置:

URxvt*font:      xft:DejaVu Sans Mono:pixelsize=15,\
                        xft:WenQuanYi Bitmap Song:pixelsize=15,\
                        [codeset=GB2312]xft:WenQuanYi Bitmap Song:antialias=false,\
                        [codeset=GBK]xft:WenQuanYi Bitmap Song:antialias=false,\
                        [codeset=GB18030]xft:WenQuanYi Bitmap Song:antialias=false,\

--
完美生活: 青春的岁月,我们身不由己;只因这胸中,燃烧的梦想。
http://jicknan.blogspot.com/