|
XFree86 good, not bad (Score:5, Interesting)
by 0x0d0a (568518) on Thursday May 15, @04:05PM (#5967218)
Most people that dislike X don't understand it.
My favorite complaint is that it's bloated or eats too much memory. It's bogus -- X uses relatively little memory itself, but pixmaps are stored in X instead of in apps. So Linux GUI apps tend to use less memory than they would with a Windows-like environment, but X's memory usage go up.
I actually sat down and modified some code to query X how much memory is being used by each program in pixmap memory. This is memory that would have to be used under Windows. Little things -- gkrellm, a simple dock program that I have running, caches about 2.7MB of pixmaps in X all by itself. This doesn't show up as gkrellm memory usage in top, but it *is* being consumed by gkrellm.
X11 allows network transparency, 3d support, hardware scaling of video, support for more font formats than Windows does, zooming in and out. When combined with a window manager, the X11 architecture is incredibly powerful and flexible.
I wish people would stop complaining about and learn to use X's features.
http://slashdot.org/article.pl?s ... tid=185&tid=106 |
|