The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous page

    Just installed Ubuntu, and I'm lovin' it.

    Discussion in 'Linux Compatibility and Software' started by Billt Joe, Jul 31, 2009.

  1. mr_raider

    mr_raider Notebook Consultant

    Reputations:
    13
    Messages:
    160
    Likes Received:
    0
    Trophy Points:
    30
    You need to add them.
     
  2. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    ^ ok, but what about the fixmtrr.sh file?

    I don't see a "protected mode"...is "recovery mode" it?
     
  3. mr_raider

    mr_raider Notebook Consultant

    Reputations:
    13
    Messages:
    160
    Likes Received:
    0
    Trophy Points:
    30
    Yes. At the risk of being redundant, what is the exact IGP you are using?

    Type

    sudo lshw -C display
     
  4. mr_raider

    mr_raider Notebook Consultant

    Reputations:
    13
    Messages:
    160
    Likes Received:
    0
    Trophy Points:
    30
    You need to make it executable:


    Then run from within the directory you are in:

    You should add the following repo:

    http://ubuntu-tweak.com/downloads


    And then install ubuntu-tweak. This allows you to manipulate files better by enabling run as admin and open as admin in nautilus.
     
  5. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    82810E DC-133 (CGC) Chipset Graphics Controller
    width: 32 bits
    clock: 66mhz (wow lol)

    edit: with the fixmtrr.sh file, I used the command right below where you said to make it executable in the above post. The terminal says there is no such file or directory, yet there it is...staring at me on the desktop :/
     
  6. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    You have to point it to the actual file.
    Code:
    chmod +x ~/Desktop/fixmtrr.sh
    And when you want to execut it from the terminal, you have to put in the whole path, since it's not in a /bin folder.
    Code:
    ~/Desktop/fixmtrr.sh
     
  7. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I'm sorry, but I just can't get the commands to work for me :( . I have no idea what I'm doing wrong
     
  8. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    Go on the desktop right click on .sh file, go in the permissions tab and check the run as executable box. the open the terminal and type:
    Code:
    sudo sh ~/Desktop/fixmtrr.sh
     
  9. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    Still no luck :/ *throws computer out the window*
     
  10. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    What did it do? I guess I'll try to make a script for you following the method found on the ubuntu website.
     
  11. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    :D I got it. I missed the "sh" right after sudo. I have no idea how I missed that reading it over and over

    Now I do believe it was executed

    Code:
    Extracing base address and memory size from lspci -v
    f8000000
    40000000
    
    Supplying corrected MTRR ranges to /proc/mtrr
    doing nothing, MTRR range already set up
    reg00: base=0x000000000 (     0MB), size= 256MB, count=1: write-back
    reg01: base=0x00ff00000 (   255MB), size=   1MB, count=1: uncachable
    reg02: base=0x0f8000000 ( 3968 MB), size   64MB, count=1: write-combining
    for the next step to make it run each startup. Is there suppose to be no code after pressing enter?
     
  12. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    Code:
    sudo ln -s ~/Desktop/fixmtrr.sh /etc/gdm/PostLogin/Default
    For the script to start automatically
     
  13. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    yea, I was just wondering if after typing that if anything comes up on its own. when I typed it there was no code after it
     
  14. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    It just create a link on the startup folder, so no message is normal.
     
  15. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    It worked!...sort of.

    the default minimize animation isn't choppy anymore. But still no blender and compiz :(

    thanks guys for the help though :)
     
  16. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    Do you mind trying this script? Decompress it in your home folder, make it executable, open the console and run:
    Code:
    sudo sh intel.sh
     

    Attached Files:

  17. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I tried it but I likely did something wrong. I would copy/paste it but I don't know how

    throughout this thread I feel like I'm really bad at following instructions, lol.
     
  18. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    No it's not your fault. I made a mistake in the script. And anyway short of upgrading the kernel, fixes are apparently just band-aid.... Download 8.10, you won't be loosing much or go bleeding edge by installing 9.10, thought I would advise against doing that....

    http://releases.ubuntu.com/intrepid/
     
  19. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I made a CD with 8.10 on it, two actually. Both are unusable for some reason. The computer just freezes up when I pop it into the CD drive.

    I was wondering how I make make an image on a flash drive?
     
  20. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    http://unetbootin.sourceforge.net/

    Don't forget to format the flash drive before hand. That soft is nifty since it gives you a list of distributions you can download directly through it or just use an iso you have downloaded. :D
     
  21. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    During the installation process of 8.10 is there an option to overwrite my current ubuntu partition?

    edit: When booting up there is no option to boot from USB. not even from BIOS
     
  22. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    Can the laptop usually boot from usb?
     
  23. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    never tried it before, so I guess not.
     
  24. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    That sucks. Try burning an iso of 8.04.
     
  25. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I'm in 8.04 right now using the live cd. It turns out that the cd's I was using were defective or something. :rolleyes:

    but I did notice that the fonts degraded :p. And I cannot enable desktop effects, is that just because I'm booted into a cd or could it be the same old problem?
     
  26. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    We'll try compiz later. Does blender work?
     
  27. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I can't believe I didn't think to try that, lol.

    edit: It doesn't work :( I get the same fuzzy screen as before
     
  28. comrade_commissar7

    comrade_commissar7 Notebook Evangelist

    Reputations:
    87
    Messages:
    461
    Likes Received:
    0
    Trophy Points:
    30
    Try using a new blank cd not just overwriting the old cd-r in burning the ISO image again. Also be sure to know the compatibility of your notebook if it runs on x86 or i386. Sometimes, other notebooks work only in i386 but proceed with an x86 installation which end up having problems during post-installation; and vice-versa. Just be sure to thoroughly check your notebook's requirements. To avoid such problems regarding your desktop and installation errors, try to choose memory test upon boot-up installation with the ubuntu installation cd intact.
    If this solution doesn't work, boot up your pc without the ubuntu installation and press f1, f2, or del or the key that lets you proceed to your BIOS. If you can see a a certain number of your memory in KB/MB/GB (depending on your processor), it means that your hard disk is detected. But if you can see 0KB, 0MB, or 0GB, it means that your hard disk cannot be detected. Moreover, if you restarted your notebook and proceed to BIOS mode and see that your BIOS projects a memory again, this means that your hard disk is malfunctioning given the age and specs of your notebook; hence, you need to change your hard disk already. As what I can from the symptoms of your notebook, it more or less imply a hard disk problem. From your notebook's specs and age, it probably has an IDE hard disk. You can buy that a relatively higher price compared to SATA in computer shops considering the decreasing demand of it.

    __________________
    Hope this helped :)
     
  29. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    I found something and it is quite stupid...
    That is quite surprising and disappointing at the same time :D
     
  30. Th3_uN1Qu3

    Th3_uN1Qu3 Notebook Deity

    Reputations:
    214
    Messages:
    1,192
    Likes Received:
    0
    Trophy Points:
    55
    It's an Intel video chip, what do you expect...

    I have had my own experience with Ubuntu on my DV5, things were working alright, but i eventually gave up. I need games and low-latency glitch-free audio (i am an amateur music producer and DJ), and Ubuntu was unable to offer any of them. Plus i could not, for the life of me, stand the blurry fonts. Even after installing Microsoft fonts things didn't look like they were supposed to.

    Linux is very good for servers and such, i have an old Fujitsu computer running Freesco (Linux router software that fits on a floppy :D) and it is a great router. But for Linux to be good as a multipurpose OS there's still a long way to go. The only thing that really worked better under Linux was HD video, CPU usage was like a quarter of what it was under Windows, due to GPU acceleration being used to its full potential. But playing video didn't work nicely with Compiz enabled.

    Personally, of all distros i have tried, i liked Mandriva better than anything else. But i've always been a Windows guy, so i stick with what works for me.
     
  31. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I did memtest and it found no errors with 1 pass. As for checking the harddisk, I'm not sure where I'm suppose to be checking.

    and looking at the indepth specs of the computer on the bios that the device manager failed to give makes netbooks look like powerhouses, lol

    should I give it a try? :D lol
     
  32. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    Sure go ahead :D At this point you must be pretty desperate to get the damn thing working....
     
  33. comrade_commissar7

    comrade_commissar7 Notebook Evangelist

    Reputations:
    87
    Messages:
    461
    Likes Received:
    0
    Trophy Points:
    30
     
  34. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
     
← Previous page