Results 1 to 6 of 6
Hello. I am operating a dual-boot with windows XP and Ubuntu. Have I overlooked something in setting up Ubuntu or is it just slower than Windows? My system performance with ...
- 06-09-2009 #1Linux Newbie
- Join Date
- Jun 2009
- Posts
- 111
Is linux really this pokey?!
Hello. I am operating a dual-boot with windows XP and Ubuntu. Have I overlooked something in setting up Ubuntu or is it just slower than Windows? My system performance with Ubuntu is poor and I don't know why.
- 06-09-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!

You'll probably need to give a better description and more details about any problems you are experiencing before anyone can help you.
When you say slow, do you mean that it boots slowly, graphics are slow, or that apps run slowly, or do you mean that downloads and the internet are slow?
I'd think that if your machine is configured correctly, Ubuntu should run as fast, or faster than XP.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-09-2009 #3
Hello and Welcome
Without knowing a little more about your system and whatnot it's hard to say, but in my experience the majority of new install problems are caused by not having the correct video drivers in use. Please open a terminal window and type these commands out, paste the output here.
Code:lspci |grep VGA
I see ozar beat me to it.Code:cat /etc/X11/xorg.conf |grep Driver
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 06-09-2009 #4Linux Newbie
- Join Date
- Jun 2009
- Posts
- 111
Linux seems slow (cont'd)
Here is some information on my system: Running Ubuntu 9.04 (jaunty jackalope). I have a 2 GHz intel CPU (single core) and 1.3 GB of RAM.
I spend most of my time playing card games on Pogo and listening to music with Pandora. I had to install Java and Flash to use these applications. So perhaps there is something wrong with my java or flash. The applications run ok, but are slow. My music on Pandora, for example, will cut out when I'm loading up a card game. It also takes awhile to load up a card game.
The system seems to be ok with general browsing- there don't seem to be any long delays.
- 06-09-2009 #5Linux Newbie
- Join Date
- Jun 2009
- Posts
- 111
Hi Mike. Here is what the terminal came up with:
nick@nick-desktop:~$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
nick@nick-desktop:~$ cat /etc/X11/xorg.conf |grep Driver
nick@nick-desktop:~$
(nothing for the second command)
- 06-10-2009 #6Just Joined!
- Join Date
- Jun 2009
- Posts
- 27
You could try listing kernel modules asscoaited with hardware:
/sbin/lspci -k
A more refined search for VGA module:
/sbin/lspci -k |grep VGA -A 2
This will output first line with match + next 2 lines. For example I get
dean@linux:~> /sbin/lspci -k |grep VGA -A 2
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon X300]
Kernel driver in use: fglrx_pci
Kernel modules: fglrx, radeonfb


Reply With Quote