- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- GUI/X is slow -- why
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 06:07 AM
тАО02-26-2006 06:07 AM
I found that in Linux(rhel 3/4, WhiteBox, CentOS etc) GUI/X and every GUI-based applications are slow comparitively to M$ Windows(event though M$ is famous for its Resource Hungriness)
On a DualBoot machine with Rhel 4(defaults to boot in runlevel 5) and windows 2003 Ent, I found windows 2003 Ent boots much faster then rhel 4.
on rhel 4(runlevel 5), only ssh, bind, and httpd starts automatically, & nothing else.
on win 2k3 Ent, remote desktop, IIS, and DNS is automatic, & nothing else.
OpenOffice is slower than MSOffice
Firefox(just firefox, w/o any extra modules) is slower than IE 6.0(sp1)
and so on
I wana know is it true that windows is faster than linux as far as GUI/X is concern ?
Any Explanation will be Highly appreciated
thanks n regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 02:10 PM
тАО02-26-2006 02:10 PM
SolutionNice to type to you again.
I'd take a look at resource use issues. You may want to install sar, or just look at top and see if there is a process eating up a lot of resurces.
free
Shows free memeory.
Windows is in general, pretty bloated code and is in every instance that I compare slower on the same hardware.
Openoffice may need up2date to deal with peformance issues which have been reported.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 06:31 PM
тАО02-26-2006 06:31 PM
Re: GUI/X is slow -- why
on linux or any unix, the machines saves the startup of X as its _last_ thing to do, so it will look like it is booting longer for a user.
anyway, init-ng might solve some stuff on linux, it will start init scripts in paralel _if_ possible, so boot time gets faster.
sure OOo is slower then MSOffice, what did yu expect? MS office, made by the same company that made the OS is faster, well yeah, they do use dirty tricks only they know about to get it so fast, same as IE. you'll notice that OOo on windows is not as fast as MSOffice either.
but all this comes at a price. IE is the unsecure beast it is because it has such a tie in with the OS. these programs consume already lots of memory even if they haven't run yet. while linux/unix is a modular system, where you can rip parts out and replace them with something else (or leave them out completely). it gives you freedom/choice, security and easy of use(!).
windows is not faster then linux in general, ofcourse a lot depends on your configuration. are you using the correct drivers ea. the nvidia (or ati) binary drivers instead of the standard ones. are there other problems with hardware support on linux which could hinder performance etc (check dmesg for funky msg).
then ofcourse you have all different gui environments on linux; kde, gnome, xwfm,... which all have a different feel and speed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 06:58 PM
тАО02-26-2006 06:58 PM
Re: GUI/X is slow -- why
Its a long shot but X11r7 betas are out there and initial reports suggest that they are a lot zippier, therefore it maybe worth exploring replacing your Redhat desktop with an alternative one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 08:20 PM
тАО02-26-2006 08:20 PM
Re: GUI/X is slow -- why
#######on rhel 4(runlevel 5), only ssh, bind, and httpd starts automatically, & nothing else.
on win 2k3 Ent, remote desktop, IIS, and DNS is automatic, & nothing else.#####
In order you want other services to start automatically at boot time use chkconfig eg for apache do chkconfig httpd on else you can use CUI utility by giving command ntsysv
NTSYSV will show the list of programs that start on boot time and you can select or deselct what ever programs you need to start at boot time.
###OpenOffice is slower than MSOffice###
Use the latest stable Openoffice ie ver 2.01 this one is very fast, the default that comes is older version and has mem leak issues.
###Firefox(just firefox, w/o any extra modules) is slower than IE 6.0(sp1)
and so on###
Try opera, its the fastest and now free
Also make sure that you X config is absolutely correct and you have the correct modules, also DNS should be working absolutely fine, and your hostane must be set.
If you take care of all this, it will bre FAST for sure.
Hope this helps.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 09:47 PM
тАО02-26-2006 09:47 PM
Re: GUI/X is slow -- why
I would monitor system for any messages/pointers to resource eater, particularly all the log in /var/log/* for traces of error warnings at startup time.
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 02:39 AM
тАО02-27-2006 02:39 AM