Linux Mint 13 - Slow

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
xedoc

Linux Mint 13 - Slow

Post by xedoc »

Hi there...

I did buy this acer: http://www.grosbill.com/4-acer_aspire_v ... i_portable

I have installed Linux Mint but he is kind of slow for the computer that is. Sometimes he also stop and then he continue. Like if it was a crash but some seconds later he continue.

Does anyone have any ideas ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: Linux Mint 13 - Slow

Post by xenopeek »

Translating learns it has a Intel Core i3-2367M CPU with Intel HD Graphics, and 4 GiB RAM. The i3-2367M is an ultra-low power dual core processor at 1.4 GHz, and it has the HD 3000 IGP. This is from the Sandy Bridge series.

As to performance, you can perhaps gain some performance (at least shorten boot time) by disabling some services you don't need: http://forums.linuxmint.com/viewtopic.p ... 77#p600177

The stopping and later continuing I've also had on my Sandy Bridge HD 3000 IGP. The solution is to add the boot parameter i915.i915_enable_rc6=0 (see my adventure into solving this here: http://forums.linuxmint.com/viewtopic.php?f=59&t=113043). To do this, edit your /etc/default/grub file:

Code: Select all

sudo nano /etc/default/grub
Scroll with the down arrow key till you find the line:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Then add the i915.i915_enable_rc6=0 boot parameter at the end, like so:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.i915_enable_rc6=0"
Save and close the file (Ctrl+O, Enter, Ctrl+X). Then activate your changes and upon next reboot you should have no more crashes:

Code: Select all

sudo update-grub2
Image
axel668

Re: Linux Mint 13 - Slow

Post by axel668 »

You could try Mint 13 XFCE, running it on an EeePC and for me it is considerably faster than Mint 13 with Cinnamon was
xedoc

Re: Linux Mint 13 - Slow

Post by xedoc »

Ok, i have installed the Mint XFCE, it's a little bit faster but it continue to have the temporary crashes. Specially when i open the software manager and search for some programme, it crash. Don't understand why,
Locked

Return to “Beginner Questions”