Slashdot Mirror


User: teg

teg's activity in the archive.

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

Comments · 940

  1. Re:Maximize bug on KDE 1.90 (2.0 Beta) · · Score: 1

    Maximize works great in GNOME (Helix) when used with sawmill.

  2. Re:The evils of forced optimization...and other st on Mandrake 7.1 Beta Ready For Download · · Score: 1

    Now, the only CPUs that won't benefit from pentium optimisation are lower than pentium CPUs. Those are 486es and 386es.

    That's not entirely correct - I've done some benchmarking (computationally intense SW), and at least on AMD K6-2 and Celerons (the two I tested), compiling with -march=pentium, pentiumpro or K6 all resulted in slower code than without these switched (egcs 1.1.2, gcc 2.95.2)

  3. Re:Why is is better ? + version numbering on Mandrake 7.1 Beta Ready For Download · · Score: 1

    The reasoning is that they started out copying the Red Hat distro and adding KDE packages (if I remember correctly, they also added some "cool", but buggy, packages like pgcc).

    They didn't release a 6.2, but went straight to 7.0. Their 7.0 is a bit older than Red Hat 6.2.

  4. Re:DSL? on RedHat 6.2 - RSN · · Score: 1

    ADSL/cable work like an ordinary LAN AFAIK.

  5. Re:i don't think so on RedHat 6.2 - RSN · · Score: 1

    If you look at the 6.2 beta, sawmill is included but is not the default. Just switch window manager using the gnomecc, and you're ready to go.

  6. Re:Commercialization on Red Hat Distributing IBM Java Runtime and Tools · · Score: 1

    "Their stuff" being an importaint point - this is IBM's software, not Red Hat's.

  7. Re:Accelerated X is not worth $100.. or even $1.00 on Xig Ad Campaign Slamming Xfree? · · Score: 1

    AcceleratedX does support wheeled mice, and there is an OpenGL library available - which costs extra. It's also easy to make it use a generic monitor. This price is rather high, though - and far too high if you include OpenGL. A good thing about the upcoming XFree is that I believe Xi will have to lower their price on the X/OpenGL as they need to make it one package. PS: I first bought for my old I128. It crashed the XFree server frequently, as well as being real slow - even after it got acceleration support. With AcceleratedX, it was very speedy. With my new Riva TNT, XFree is fast enough and stable enough.

  8. Re:Upgrade from 6.0 hangs with Python errors on Red Hat 6.1 Officially Announced · · Score: 1

    What kind of partition is hda1?

  9. Re:Ouch on Red Hat 6.1 Officially Announced · · Score: 2

    Actually, it looks a bit better - the new GNOME release has gotten much better icons, and far more gtk-themes are included.

  10. Re:Custom kernels work fine on Red Hat 6.1 Officially Announced · · Score: 1

    If you just remove your old modules before you install your new ones, you'll be fine. This hasn't changed and isn't Red Hat specific. You may want to use another subversion instead (like 2.2.12-custom) - just change a line in the Makefile

  11. Re:beowulf on Red Hat Releases Version 6.1 · · Score: 1

    They sold beowuld CDs a year ago, and I suspect they still do... The HW might be classified, but "the beowulf distribution" was nothing but plain RH, a couple of freely available programming environments (MPI, PVM) and a couple of small utilities. Nothing fancy, and I don't think most people bragging about it knows what is is: A cheap way of doing parallell computations, which are programmed in a certain way to take advantage of the multiple processors.

  12. Re:another too quick to market jump.. on Red Hat Releases Version 6.1 · · Score: 1

    4.2 is the oldest supported release.

  13. Re:another too quick to market jump.. on Red Hat Releases Version 6.1 · · Score: 1

    Kudzu handles identification of hardware, and will optionally let you configure new hardware. It doesn't do any updates.

  14. SMP & C++ on K6-3 on Monday · · Score: 1


    Portland Group sells one. However, C++ (and C) usually result in much slower code than FORTRAN 77 or Fortran 90. Besides, Fortran 90 is much nicer to program - for numerical programs.


    For this kind of task, I would strongly advice against buying AMD chips - their FPU is very slow compared to Intel's. You would be better off with a PII or Celeron. K7 might improve thinngs, but it isn't released yet.

  15. Hardware on Parallel Mesa · · Score: 1

    You really don't know what a Beowulf is or how you program it, do you?