0

I am using Ubuntu Mate . when i run more apps the mouse courser stop moving and the whole system freeze with no response till i turn off my device. i searched about this problem and tried to update my kernel (when i was using Ubuntu desktop version with unity) but there was no improvement. i read this solution and i want to ask if this line `GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1" will work on my hp device as there is (intel) in the code line?!

update 1 : my processor is :AMD E1-1200 APU with Radeon(tm) HD Graphics × 2

1 Answers1

0

From the comments...

As the user starts more apps, the system freezes. They only have 4G RAM and no swap.

Recommend creating a 8G swap partition, mkswap, lsblk, edit /etc/fstab, swapon -a, to make a working swap. If you need specific instructions, please ask.

example /etc/fstab entry:

# swap was on /dev/sda8 during installation
UUID=071f8b0e-8e16-4f4d-90ff-a4ae9cc56e2b   none   swap   sw   0   0
heynnema
  • 70,711