Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I have an Asus W5000 Notebook, with an Intel(R) Pentium(R) M processor 1.73GHz and 492116 kB of RAM. I had to uninstall Windows XP, and since I can't afford a ...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    5

    Is Linux really this bad? Or is it my laptop? HELP

    I have an Asus W5000 Notebook, with an Intel(R) Pentium(R) M processor 1.73GHz and 492116 kB of RAM. I had to uninstall Windows XP, and since I can't afford a new Windows OS, I turned to Linux. I've tried Ubuntu 10.10, Linux Mint 9 and Linux Mint 10. Each has run RIDICULOUSLY slowly. I've nearly cried with frustration most days. I know it's an old laptop, but running speeds were at least twice as good with XP.

    I'd really like to like Linux, but my experience of it has been awful. I've never used a computer as slow as this before. I'm not looking for a lot out of my laptop. All I really want to do on it is:

    -Browse (has worked on all 3 systems, but slowly and crashing frequently
    -Watch TV catch-up (not worked on any of them. Problems on BBC iPlayer and all other TV sites)
    -Listen to radio (not worked on any of them)
    -Watch films offline (not worked on any of them. I have the codecs but it crashes)
    -Listen to music offline (same thing happens)

    I usually have to wait for the cursor to move if I move the mouse! My laptop shouldn't be running this badly. Can anyone help me? Thanks

  2. #2
    Linux User sgosnell's Avatar
    Join Date
    Oct 2010
    Location
    Baja Oklahoma
    Posts
    358
    That machine should run fine under any Linux distro. The usual problem is incorrect video drivers. You may want to try finding the correct driver for your video card. There should be numerous threads here that discuss finding and installing the drivers.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    What is the video hardware on this system? Not having the correct video driver installed is often the cause of bad user performance and instability of the GUI.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Nov 2010
    Posts
    5
    Quote Originally Posted by sgosnell View Post
    That machine should run fine under any Linux distro. The usual problem is incorrect video drivers. You may want to try finding the correct driver for your video card. There should be numerous threads here that discuss finding and installing the drivers.
    #

    Quote Originally Posted by Rubberman View Post
    What is the video hardware on this system? Not having the correct video driver installed is often the cause of bad user performance and instability of the GUI.


    How do find out what my video card/hardware is? I'm using a library computer just now, couldn't face going back my awful laptop.

    Thanks for your replies

  5. #5
    Linux User sgosnell's Avatar
    Join Date
    Oct 2010
    Location
    Baja Oklahoma
    Posts
    358
    The quick and easy way is to open a terminal and type
    Code:
    lspci

  6. #6
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Quote Originally Posted by sgosnell View Post
    The quick and easy way is to open a terminal and type
    Code:
    lspci
    Beat me to it sgosnell... By less than 60 seconds, no less!
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  7. #7
    Just Joined!
    Join Date
    Nov 2010
    Posts
    5
    Quote Originally Posted by Rubberman View Post
    Beat me to it sgosnell... By less than 60 seconds, no less!
    I get
    Code:
    ~ $ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
    00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
    00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
    00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
    00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
    00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
    00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
    00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
    00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
    01:03.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
    01:03.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
    01:03.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
    01:03.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)
    01:03.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 03)
    01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    01:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    Can anyone tell me what drivers I need?

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Try this way with the same command.
    Code:
    lspci -knn
    This will list all the above info but it will also show us which drivers are being used.
    I see nothing that would cause a big problem so hopefully it will be easy to fix.
    Which distro do you have installed right now?
    Last edited by MikeTbob; 03-23-2011 at 12:43 AM. Reason: typos
    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.

  9. #9
    Linux Newbie Nagarjuna's Avatar
    Join Date
    Feb 2011
    Posts
    122
    If your still using one of those Debian based distributions (Ubuntu, Mint), try the following command to install the drivers for your Intel 915GM/GMS/910GML Express Graphics Controller.

    Code:
    sudo apt-get install xserver-xorg-video-intel
    I hope this helps.

  10. #10
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,939
    It may well be the video driver but your first post indicates your machine doesn't meet the minimum for RAM with Ubuntu or Mint which is 512MB. Might try a lighter weight distribution.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...