Slashdot Mirror


User: MrDBCooper

MrDBCooper's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Re:eyeless candy or candyless eyes? on Not Just Eye Candy At Freedesktop.org · · Score: 1

    The compositing manager can do literally anything. But you don't have to use it, things keep working as before without.

    The X Way: Mechanism, not Policy (TM). :)

  2. It's optional... on Not Just Eye Candy At Freedesktop.org · · Score: 1

    ... if you don't need it, don't use it. The X server continues to work as before without a compositing manager.

  3. Re:And crash says mozilla on PEAR Stable Finally Released · · Score: 5, Insightful

    A Mozilla crash is a Mozilla bug.

  4. Re:OS X on Terra Soft Reveals Linux/PPC Hardware Solution · · Score: 1

    Where's the motherboard? I don't think it's the Logic board.

  5. Re:anyone else see the security issues here? on Bootable Linux Demo Distro - Knoppix · · Score: 1

    Well, duh, there's no security except physical one.

  6. Re:Keeping MacOS and Linux, esp. debian, clean on New Way To Grade Decay of Computer Installations · · Score: 1

    > Which tools do you guys use to keep your system clean?

    aptitude, and occasionally debfoster

  7. No need to force me to upgrade... on New Chips Keep Tight Rein on Consumers · · Score: 1

    ... I have an aptitude. :)

  8. Re:Speed of compilation on Benchmarks For gcc-3.1 · · Score: 1

    Well, just use C. ;)

    Seriously though, code is usually run a lot more than it's built, so trading speed when building for speed when running makes sense. If you want build speed, disable optimization etc.

  9. armagetron on Games in the Workplace? · · Score: 1

    rocks! (it's also in Debian, of course :)

  10. Re:LinuxPPC AltiVec support? on AltiVec Unwrapped · · Score: 1

    Apparently gcc 3.1 supports altivec.

    Important stuff like MPEG2 decoders have supported it for a while, either with hand-written assembly or using output from the Apple compilers.

  11. Re:Why a Mac? on New iMac Announced · · Score: 1

    > Linux [linuxppc.org]

    Or try this.

    > Plus a lot of Linux stuff had been ported to Mac OS X: look at Fink

    Why not use the real thing it was modeled after instead?

  12. Re:Linux die-hards? on New iMac Announced · · Score: 1

    For those who don't know yet: Macs are lovely Linux machines. Pity they're going for nVidia again with the new iMacs, but fortunately they didn't make the same mistake for the PowerBooks. :)

  13. Re:agreed (as is Ximian and Red Carpet) on GNOME 3.16 Released · · Score: 1

    Debian won't let you remove essential packages easily.

  14. Re:apache-1.3.14? on Yellow Dog Linux 2.1 Shipping · · Score: 1

    Debian has 1.3.19 in woody and 1.3.20 in sid.

  15. Re:YellowDogLinux on Titanium Powerbook on Yellow Dog Linux 2.1 Shipping · · Score: 1

    > (despite all the hardware design flaws -- one of them being the DVD drive doesn't read
    > redbook audio natively, so no CDparanoia/cdda2wav)

    Of course it does. Try SCSI emulation if it doesn't work otherwise.

  16. Re:How to crush .net on Authentication is the Key · · Score: 1

    > Xwindows server (should be client IMHO)

    First of all, it's not 'Xwindows' or 'X-Windows' or whatever but 'the X Window System'.

    And for who's the client and who's the server: Say program A connects to program B, which draws graphics and processes input for program A. Which is which?

    Submit the right answer to bill@microsoft.com and win a free Passport account! *grin*

    --

  17. 'Increase' of C++ code on What Actually Makes Up "Linux"? · · Score: 1

    IIRC RH 6.2 didn't have KDE/Qt, right?

    I imagine that would account for the increase of C++ code. Don't think it will rise the same during the next year then. :)

    --

  18. Re:Let the package maintainers take care of it on Linux Descending into DLL Hell? · · Score: 1

    > At home (using Debian stable), well, it's a non starter, for all the hype about apt, I haven't
    > found a way to use it without a internet connection (if there is a way then it's well
    > hidden). I see no reason why we should not be able to download a huge single file, burn it to
    > cd, take it home and install it. With mirrors in place, large files with all the dependencies,
    > shouldn't be a problem.

    Read /usr/share/doc/apt/offline.html/index.html and/or check out the apt-zip package.

    --

  19. Re:Debian != smart on Linux Descending into DLL Hell? · · Score: 1

    > apt-get, dselect, et al will cheerfully rape your system when you ask for unstable software,
    > replacing all your nice stable shared libraries and even your nice stable software with broken
    > development versions. Never mind the security issues with running a black-box install that
    > fetches software from the internet.

    Granted, bad things can happen in unstable. I still consider it more stable than any of the commercial distros.

    Moreover, there is testing now, have you tried it? I've yet to see a better trade-off between freshmeat and stability.

    > I think the very idea of shared libraries is a bad one. It encourages promiscuous linking and
    > immense run-time bloat. My view is that it is an attempt to treat the symptom (static linked
    > executables would be too big) rather than the disease (they're too big because they're full of
    > whatever garbage you could shoehorn in).

    Feel free to link everything you have statically. Remember, only the really used stuff is linked in then.

    Let me know if that uses more or less resources...

    --

  20. Re:Upgrade to Debian on Linux Descending into DLL Hell? · · Score: 1

    True, true.

    --

  21. Re:Do it like the rest of us... on XFree86 4.1.0 Reviewed · · Score: 1

    Looks like a troll to me. Shouldn't be hard to decide if one wants to install from scratch and mess with it for a long time or just apt-get install xserver-xfree86 xlibmesa3 and do some real work.

    --

  22. r128 DRI works on PPC! on XFree86 4.1.0 Reviewed · · Score: 1

    I'd like to point out that I was able to fix this in the last minute. Donation account number available on demand. *grin*

    --

  23. Re:Definite improvement, in some cases... on XFree86 4.1.0 Reviewed · · Score: 1

    > I've just installed 4.1 on My Powerbook 3400 (Scratch installation, based on Debian Potato,
    > kernel 2.2.19). The 3400 has a nasty little Chips & Technologies 65550, and performance has
    > always been so-so. With 4.1 (using the fb driver) it *smokes* (well.... for a pb3400).

    The boost comes from Keith Packard's new mishadow layer that I updated the fbdev driver to. Glad to hear it's noticable. :)

    And I hope you also enjoy its new RENDER and DGA support...

    --

  24. Re:Naah, let's move to PPC instead on OS X on x86? · · Score: 1
    > The PPC boxes that Apple is building these days are very high quality boxes (if only they could pump out the GHz).

    I'm sure it won't take much longer with the new CPUs (any of the Intel lovers noticed that the new Macs have G4+s? ;)

    Anyway, MHz or GHz isn't everything...

    > I've already decided
    Congratulations for such a great decision!

    --

  25. Just to get things straight on LinuxPPC Inc Becomes Non-Profit · · Score: 1
    Linux/PPC: The port of the Linux kernel to PPC
    LinuxPPC: RedHat based distro for Linux/PPC
    Debian powerpc port: You guess ;)

    Most people mean Linux/PPC when they say LinuxPPC (this article is correct though :)

    And oh, there are other distros for Linux/PPC...

    --