Skip to Content

最新评论

  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • 匿名用户   16 年 32 周   回复
    还是叫海猴子吧,这样好听些
  • labrador   16 年 32 周   回复
    原来的实际上也可以支持中文,但是有点小问题导致菜单不能正常显示。本站上的那个是我补丁过的,直接就可以正常使用。
  • 匿名用户   16 年 32 周   回复
    强烈希望有一个输入法设置教程
  • 匿名用户   16 年 32 周   回复
    运行半小时后,很卡。
    请问如何内存释放?
  • cxmzlxb   16 年 32 周   回复
    集成QQ版应该是自带了,刚才下了一个3GP做测试,可以正常播放。不过要注意一点:
    直接点击视频文件可能无法播放,我刚才就是这样,要先打开播放器,后把视频文件拖进去或是点打开,这样才可以。播放器用的是集成QQ版自带的Gxine 0.5.9
  • cxmzlxb   16 年 32 周   回复
    附上我的配置文件:

    #Special base config file used in Puppy Linux.

    # **********************************************************************
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    # **********************************************************************
    #
    Section "Module"

    # This loads the DBE extension module.

    Load "dbe" # Double buffer extension

    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection

    # This loads the font modules
    Load "type1"
    Load "freetype"

    # This loads xtrap extension, used by xrandr
    Load "xtrap"

    # This loads the GLX module (if present)
    Load "glx"

    # This loads dri module (if present)
    Load "dri"

    EndSection

    # **********************************************************************
    # Files section. This allows default font and rgb paths to be set
    # **********************************************************************

    Section "Files"

    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.

    RgbPath "/usr/X11R7/lib/X11/rgb"

    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)

    FontPath "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R7/lib/X11/fonts/TTF/"

    EndSection

    # **********************************************************************
    # Server flags section.
    # **********************************************************************

    Section "ServerFlags"

    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.

    # Option "DontVTSwitch"

    # Enables mode switching with xrandr
    # There is a report that this can cause Xorg not to work on some
    # video hardware, so default is commented-out...
    # but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

    EndSection

    #everything past here is auto-generated by Puppy's Xorg Wizard...


    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc102"
    Option "XkbLayout" "us" #xkeymap0
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto" #mouse0protocol
    Option "Device" "/dev/mouse"
    #Option "Emulate3Buttons"
    #Option "Emulate3Timeout" "50"
    Option "ZAxisMapping" "4 5" #scrollwheel
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 31.5-48.5
    VertRefresh 56-72
    #UseModes "Modes0" #monitor0usemodes
    Option "PreferredMode" "1024x768"
    EndSection

    Section "Modes"
    Identifier "Modes0"
    #modes0modeline0
    EndSection

    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa" #card0driver
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon Xpress 1200 Series"
    BusID "PCI:1:5:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1024x768"
    EndSubsection
    EndSection

    #PuppyHardwareProfile=ATI_ATOMBIOS
  • cxmzlxb   16 年 32 周   回复
    好主意,现在在网上下载了。
  • cxmzlxb   16 年 32 周   回复
    用这个就好了,原来原来的可能是下成英文版了,后边没有CN,好像是直接从PUPPY的软件包管理中下载的,谢谢你!
  • labrador   16 年 33 周   回复
    好贴!

    第2条我试了没有效果啊,你是不是Alt+鼠标中键?
    哦,又试了一下,成功了。谢谢分享这个经验。
  • caiing   16 年 33 周   回复
    网上下一个就好了