Jump to content

zero0w

Members
  • Posts

    864
  • Joined

  • Last visited

Everything posted by zero0w

  1. Gowator, it was quite fascinating to read your working experience on how IT company operates, or how MS Office made people dumb; I never imagine that dumb. Ah, I guess I should go and learn LaTeX in document typesetting B) , that way exporting to pre-press PDF and HTML will work easier when I plan to mass produce my docs for both public and internal consumption.
  2. You can check out this snd-emu10k1 Wiki, and see if it can help: http://alsa.opensrc.org/index.php?page=emu10k1 Update: Guess you solved it now :) .
  3. Could it be 'snd-emu10k1' instead of 'emu10k1', the former which is an ALSA module? Try to see if it works.
  4. As a side note, Kprinter will ease your printing process for most apps on Linux: http://www.newtolinux.org.uk/wiki/index.ph...0in%20any%20app
  5. zero0w

    UT2004 Demo

    Except for the vast number of maps in the retail version + bug fixes, there's not much limitation that I know of. However, it is still difficult to setup team chatting w/ OpenAL and ALSA in UT2004, you can check out the following how-tos to make it work: http://icculus.org/~warp/ut2004/ http://floam.ascorbic.com/how-to/alsa5.1 As a side note, I believe UT2004 also makes use of software rendering on low end display card: http://www.gamespy.com/interviews/february...04/index3.shtml (Notice the answer in the second half of the page)
  6. Works here. In MDK 9.2, you need to mute "Digital Output" channel in Kmix otherwise the master volume level will be muted again every time the system is rebooted / restarted.
  7. zero0w

    Linux and CAD

    This is the place where you want to look for answers: http://www.freelists.org/cgi-bin/webpage?w...ge_id=cad-linux One of the few open source CAD application: http://www.opencascade.com/
  8. I am using HP Laserjet 1300, it works w/ MDK 9.2 out of the box. Only tricky part is to use Acrobat Reader for CJK Printing, since KGhostview is still very buggy. BTW, a little modification is required to make CJK printing works with Xft Mozilla/Firefox too.
  9. zero0w

    UT2004 Demo

    Icculus has released a patch for the Linux UT2004 Demo: It fixes the ping field bug and provides support for external text to speech programs: http://www.linuxgames.com/news/feedback.ph...action=flatview
  10. Call of Duty has no Linux Client yet, though like 1942, there is a native Linux server for it.
  11. Take a look at this discussion: http://www.mandrakeusers.org/index.php?showtopic=11537
  12. There is a new approach: you can set up dmix plugin to take advantage of the new software mixer from ALSA (but you need to get ALSA 1.0.x from source): http://forums.gentoo.org/viewtopic.php?t=122076
  13. zero0w

    MDK-10-RC-1

    I would rather want to see a fork of XFree86 4.4 rc2, some interesting changes and bugfix did make it into XFree86 4.4.
  14. "Fedora Core 2 is really about two things: 2.6 and SELinux (Security Enhanced Linux, from NSA)," Stevens said. "These are two huge, monstrous projects meeting each other for the first time. We want to see if these technologies can be merged in the mainstream this way." Red Hat releases 2.6 test version of Fedora: > http://searchenterpriselinux.techtarget.co...i950384,00.html Looks interesting, I may try it to see how more secure Linux can be.
  15. zero0w

    UT2004 Demo

    Wow, you are fast: http://www.linuxgames.com/news/feedback.ph...action=flatview http://www.3dgamers.com/games/unrealtourn2k4/ http://www.fileplanet.com/section.aspx?s=97177
  16. Short answer, try this command and see if this solves your problem: $ su # fc-cache -f -v Long answer: I am not sure about LaTEX accessing TTF, but to install TTF manually, you can perform the following procedure (assume you are using Mandrake Linux): 1) Create a new directory inside /usr/share/fonts/ where your fonts will be installed (Drakfont will create its own font directory, but I prefer to create one on my own): $ su # cd /usr/share/fonts/ttf/ # mkdir user 2) Copy all the truetype font files to this directory: # cd {to the path where all TTF fonts are located} # cp *.ttf /usr/share/fonts/ttf/user # cp *.TTF /usr/share/fonts/ttf/user 3) Tell fontconfig to scan any new fonts being installed in the system: # fc-cache -f -v 4) For applications that don't use fontconfig, it's a bit trickier. Both KDE-3.x and Gnome 2.x based apps use fontfonfig without problem. OpenOffice, however, does not access fontconfig but uses its own font facing/naming system; to make OpenOffice recognize these new TTF fonts, you can do this: # cd /usr/share/fonts/ttf/user # mkfontscale # mkfontdir Then adding fontpath and restarting X Font Server: # chkfontpath -a /usr/share/fonts/ttf/user # service xfs restart Notice that step 4 is only needed for non-fontconfig apps, and nowadays only a few remains: such as OpenOffice.org, or Mozilla non-Xft version (w/ no anti-aliasing).
  17. zero0w

    UT2004 Demo

    According to Linux games and Shackernews, it's a last minute show-stopper bug delaying the Linux Demo: http://www.linuxgames.com/news/feedback.ph...action=flatview
  18. zero0w

    UT2004 Demo

    GameSpy has a full coverage on UT2004, with a Demo released today - but only Windows version is available yet. Watch out in the coming days and see if Linux version will get released too! http://www.gamespy.com/landing/ut2004/ http://www.planetunreal.com/ Update: UT 2004 Linux Demo has been released too: http://www.unrealtournament.com/ut2004/downloads.php http://icculus.org/news/news.php?id=1879 http://www.linuxgamingplanet.com/article.p...4/02/13/1419210
  19. One thing Linux users may notice, is that Firefox (and hence its Gecko rendering engine) has slimmed down in size with version 0.8. Comparing with Firebird 0.7, the Firefox gtk2+Xft tarball is 1.3 MB less in size (8.6MB vs 7.3MB) - getting closer to its Windows counterpart. Many suggests that Firefox is running faster than Mozilla 1.6, but I guess YMMV on this one. Note, to curious users, that Firefox, Thunderbird and eventually Nvu (the Mozilla Composer spin-off, development funded by Lindows) will serve another purpose more than mere independence. If the Gecko engine and XUL (XML User Interface) these application use can continue to slim down in size like the progress Firefox has shown, eventually XUL can become a cross-platform GUI itself, just like Qt, GTK, and wxWindows (more than that, Gecko is an HTML/XHTML/XML rendering engine which other GUI toolkit lacks). Firefox' improvement is a good indication how XUL can stand on its own as a cross-platform GUI toolkit. In fact, Microsoft will incorporate its own version of XML-based inteface scheme, called XAML, in Windows Longhorn. Consider XAML as a competition to Mozilla's XUL, just like C# will try to dominate against Java (more exactly, Microsoft wants its own control of API rather than agreeing on standard). Probably there won't be a Browser War 2, but Microsoft is once again competing with the legacy of Netscape, this time in terms of the technology behind them: XAML vs XUL.
  20. Well, Mozilla is a resource hog, but others are right, what you see is cached memory, not used memory. In console, enter: $ free and you can see the actual used memory. Gkrellm will show actual memory consumption as well.
  21. I think maybe something is screwed up with your Gnome, other than that SCIM should be working fine once the ~/.i18n file is set properly. SCIM is working fine in my Gnome desktop. One approach to test this theory is to create a new user aco****, login w/ Gnome and put the modified ~/.i18n right into place, logout/re-login, and check if SCIM works properly.
  22. SearchEnterpriseLinux.com: > Smart changes in latest OpenOffice upgrade > Special 50-page PDF Supplement to OpenOffice.Org 1.0 Resource Kit
  23. Allegiance Source Code 1.0 This Microsoft Research Shared Source license agreement ("MSR-SSLA") is a legal agreement between you and Microsoft Corporation (“Microsoft” or “we”) for the software or data identified above, which may include source code, and any associated materials, text or speech files, associated media and "online" or electronic documentation (together, the "Software"). By installing, copying, or otherwise using this Software, found at http://research.microsoft.com/downloads, you agree to be bound by the terms of this MSR-SSLA. If you do not agree, do not install copy or use the Software. The Software is protected by copyright and other intellectual property laws and is licensed, not sold. SCOPE OF RIGHTS: You may use this Software for any non-commercial purpose, subject to the restrictions in this License. Some purposes which can be non-commercial are teaching, academic research, public demonstrations and personal experimentation. You may also distribute this Software with books or other teaching materials, or publish the Software on websites, that are intended to teach the use of the Software for academic or other non-commercial purposes. You may not use or distribute this Software or any derivative works in any form for commercial purposes. Examples of commercial purposes would be running business operations, licensing, leasing, or selling the Software, distributing the Software for use with commercial products or any other activity which purpose is to procure a commercial gain to you or others. If the Software includes source code or data, you may modify such portions of the Software and distribute the modified Software for non-commercial purposes, as provided herein. You may use any information in intangible form that you remember after accessing the Software. However, this right does not grant you a license to any of Microsoft's copyrights or patents for anything you might create using such information. In return, we simply require that you agree: 1. That you will not remove any copyright or other notices from the Software. 2. That if any of the Software is in binary format, you will not attempt to modify such portions of the Software, or to reverse engineer or decompile them, except and only to the extent authorized by law. 3. That if you distribute the Software or any derivative works of the Software, you will distribute them under a verbatim copy of this License, and you will not grant rights to the Software or derivative works that are broader than those provided by this License. For example, you may not distribute modifications of the Software under terms that would permit commercial use, or under terms that purport to require the Software or such derivative works to be sublicensed to others. 4. That if you have modified the Software or created derivative works, and distribute such modifications or derivative works, you will cause the modified files to carry prominent notices so that recipients know that they are not receiving the original Software. Such notices must state: (i) that you have changed the Software; and (ii) the date of any changes. 5. That Microsoft is granted back, without any limitations and on a royalty free basis, the rights to reproduce, install, use, modify, distribute and transfer your modifications to the Software source code or data. 6. That any feedback about the Software provided by you to us is voluntarily given, and Microsoft shall be free to use the feedback as it sees fit without obligation or restriction of any kind, even if the feedback is designated by you as confidential. 7. THAT THE SOFTWARE COMES "AS IS", WITH NO WARRANTIES. THIS MEANS NO EXPRESS, IMPLIED OR STATUTORY WARRANTY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, ANY WARRANTY AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE SOFTWARE OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT. THERE IS NO WARRANTY THAT THIS SOFTWARE WILL FULFILL ANY OF YOUR PARTICULAR PURPOSES OR NEEDS. ALSO, YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS. 8. THAT NEITHER MICROSOFT NOR ANY CONTRIBUTOR TO THE SOFTWARE WILL BE LIABLE FOR ANY DAMAGES RELATED TO THE SOFTWARE OR THIS LICENSE, INCLUDING DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS, NO MATTER WHAT LEGAL THEORY IT IS BASED ON. ALSO, YOU MUST PASS THIS LIMITATION OF LIABILITY ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS. 9. That we have no duty of reasonable care or lack of negligence, and we are not obligated to (and will not) provide technical support for the Software. 10. That if you breach this MSR-SSLA or if you sue anyone over patents that you think may apply to the Software or anyone's use of the Software, your license to the Software ends automatically and you shall destroy all of your copies of the Software immediately. Section 5 of this MSR-SSLA shall survive any termination of this license. 11. That the patent rights, if any, granted in this License only apply to the Software, not to any derivative works you make. 12. That the Software is subject to U.S. export jurisdiction at the time it is licensed to you, and it may be subject to additional export or import laws in other places. You agree to comply with all such laws and regulations that may apply to the Software after delivery of the software to you. 13. That if you are an agency of the U.S. Government, (i) Software provided pursuant to a solicitation issued on or after December 1, 1995, is provided with the commercial license rights set forth in this License, and (ii) Software provided pursuant to a solicitation issued prior to December 1, 1995, is provided with “Restricted Rights” as set forth in FAR, 48 C.F.R. 52.227-14 (June 1987) or DFAR, 48 C.F.R. 252.227-7013 (Oct 1988), as applicable. 14. That your rights under this License end automatically if you breach it in any way. 15. That all rights not expressly granted to you in this License are reserved. 16. That this MSR-SSLA shall be construed and controlled by the laws of the State of Washington, USA, without regard to conflicts of law. If any provision of this MSR-SSLA shall be deemed unenforceable or contrary to law, the rest of this MSR-SSLA shall remain in full effect and interpreted in an enforceable manner that most nearly captures the intent of the original language.
  24. This game probably is not known by many, but Microsoft Research (you heard it right) decided to release the source code to allow the community to bring it on in making Mods and other stuff (the license is basically non-commercial use, and that Microsoft can re-license the modifications royalty-free): http://www.gamespot.com/pc/sim/allegiance/...ws_6087574.html http://www.firingsquad.com/news/newsarticl...p?searchid=6097 According to the license, porting to the Linux platform does not pose any problem as long as it is strictly non-commercial. By the way, the size of source code is huge, I am not sure it included game data or not....
  25. Just tried to login as Gnome, no problem with SCIM (without installing gtk2-immodule) whatsoever: It is working with this setting in ~/.i18n, as I posted earlier: Just check out this screenshot.
×
×
  • Create New...