Jump to content
Compatible Support Forums

Yuking

Members
  • Content count

    5
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About Yuking

  • Rank
    stranger
  1. I complied KDE-3.1.2 myself, noatun can play mp3, ogg, but cannot play mpeg video. why?
  2. Yuking

    How to install MO?

    I made a mistake. The mark of the MO is Fujitsu(Slim FN 640 PL, LPT port). Its driver-CD contains Win9X and win2K driver. Now I hope use it under my linux. Win9x say it is a EPAT device. I recompliled linux kernel to support EPAT, PARIDE, PD, PF, PG. But I don't know how to mount it. I have emailed this question to its manufacturer for a long time, but got no message.
  3. Yuking

    How to install MO?

    I have a Fusiji MO. Hoaw can I install it under linux? THX!
  4. Yuking

    Why XFT eats so many mem?

    Here is my codes: ----------------------------------------------- ...... XftPatternAddString (pattern, "family", myFont); XftPatternAddInteger (pattern, "pixelsize", 14); XftPatternAddBool (pattern, "antialias", 1); XftColorAllocName (dpy, DefaultVisual (dpy, DefaultScreen (dpy)), DefaultColormap (dpy, DefaultScreen (dpy)), "black", &color); xftFont = XftFontOpenPattern (dpy, XftFontMatch (dpy, iScreen, pattern, &result)); xftDraw = XftDrawCreate (dpy, myWindow, DefaultVisual (dpy, DefaultScreen (dpy)), DefaultColormap (dpy, DefaultScreen (dpy))); ...... ----------------------------------------------- myFont is string referring to a Chinese font (simsun). If I chang myFont to another font, such as "courier", all are OK! Does XFT load the whole font file into mem? The size of "simsun" is about 10M.
  5. I wrote a small test program using XFT rendering fonts. 'ps -aux' shows it used ~18M mem, why so terrible? thanks very much!
×