Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Debian Software Linux

Debian Sid Moves to X.Org 212

debiansid writes "Yes, Debian sid finally has X.Org. The Changelogs suggest that some work has been taken from the Ubuntu packages of X.Org. Here is an article that gives details on how to migrate to X.Org on sid. This article, by the way, has been posted from an X.Org based X-Window System, and it really IS much faster than XFree86."
This discussion has been archived. No new comments can be posted.

Debian Sid Moves to X.Org

Comments Filter:
  • by ansible ( 9585 ) on Sunday July 17, 2005 @11:55AM (#13086870) Journal

    It would be really nice if Debian started another release process right after the transition to X.org and the C++ ABI are finished.

    I really like Debian, and I'd prefer not to wait a couple years for the next release. :-)

  • by Anonymous Coward on Sunday July 17, 2005 @12:32PM (#13087052)
    I did the upgrade last week, and it's been no problem at all. I've had to hold back xbase-clients and xutils because they want to pull in libgluc2 (with the new C++ ABI), and I have software that uses the old stuff, but the vast majority of it is running X.org.

    Runs real sweet, too.

    No problems on a laptop or 4 desktops. Just use aptitude and hold back anything that causes conflicts.

    Oh, and I didn't make any safety backups at all. Crazy me.
  • by Anonymous Coward on Sunday July 17, 2005 @02:31PM (#13087559)
    The glibc transition wasnt exactly a walk in the park either.
  • Re:Comparisons? (Score:3, Insightful)

    by Homology ( 639438 ) on Sunday July 17, 2005 @03:16PM (#13087791)
    You asked about the difference as a desktop user between XFree86 and X.Org, and you got modded flamebait by some clueless moderator. How ironic that your sig says "#define CLUE 0".
  • by Anonymous Coward on Sunday July 17, 2005 @03:39PM (#13087913)
    This reminds me of the pain we went through with the libc5 => libc6 migration, except now we have the gcc4 ABI change and X.org breaking everything that uses a colored pixel.

    Wow, I wonder why they call it unstable (rolls eyes).

    If you think that was annoying, I don't know what you'll do when serious issues surface after upgrading.
  • by ArbitraryConstant ( 763964 ) on Sunday July 17, 2005 @03:50PM (#13087972) Homepage
    "Why, o why do they always make changing the C++ ABI such an effort? It takes some credibility out of C++ as a stable lower-level programming target if such a relatively frequently occuring change in the core obsoletes so much essential packages."

    The GCC people are the ones changing the ABI, and they're the ones losing credibility.
  • Re:gentoo leads (Score:2, Insightful)

    by jiushao ( 898575 ) on Sunday July 17, 2005 @04:03PM (#13088038)
    Then I have good news for you (though you should have noticed it yourself); g++ performance is improving by leaps and bounds as of late.

    The new hand-written recursive descent parser added in 3.4 [gnu.org] improved performance a fair bit (making 3.4 the fastest g++ version ever as of the release they claim). The performance for compiling without optimization was improved even more in 4.0 [gnu.org]. For Gentoo users and other OCD-level recompilers it might not matter, but it does help developers everywhere. This is what I would personally call the place where it matters, end users that obsess over recompiling stuff themselves for no reason can wait.

    It is overall a general consensus among gcc developers that performance should be improved. Don't expect C-level compilation speeds from C++ though, it is a heavy language to compile by nature. This keeps getting worse with the increasing prevalence of extreme template metaprogramming libraries like Boost [boost.org], to a great part in meaningless areas in a quest for performance that will never matter or materialize (I don't claim that Boost or template metaprogramming is a bad thing, just that people obsessivly use it in places where normal coding practices would do just as well except for imagined performance/purity issues).

  • by Erik Hensema ( 12898 ) on Sunday July 17, 2005 @04:40PM (#13088249) Homepage
    If you want stability, then don't run debian unstable. You'll probably be far better off on ubuntu, which essentially is debian unstable, stable.
  • by Anonymous Coward on Monday July 18, 2005 @07:04AM (#13092158)
    The GCC people are changing the API as the enormously complex C++ standard changes beneath them. It's C++ that's losing credibility (frankly anyone who can get a reasonably compilant C++ compiler out the door deservces praise)

The optimum committee has no members. -- Norman Augustine

Working...