1

On my ASUS GL552VW laptop (with 4 cores intel i5-6300HQ processor) with Xubuntu 16.10 32bit and kernel 4.8.0, I was having video playing in chromium and I launch npm install in ansi term in emacs 25 and there was a lag when I move my mouse and CPU indicator show 100%.

Is it because 4 cores wasn't working? If so then what kernel options should I use to enable 4 cores in my processor? Or maybe it's because nvidia drivers?

I have this in my /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="

the output of sudo lshw -class cpu show one core enabled, different then the other question so it's not duplicate:

  *-cpu                     
       description: CPU
       product: AMD Sempron(tm) M120
       vendor: Advanced Micro Devices [AMD]
       physical id: 4
       bus info: cpu@0
       version: 15.6.2
       serial: To Be Filled By O.E.M.
       slot: CPU 1
       size: 2100MHz
       capacity: 2100MHz
       width: 64 bits
       clock: 200MHz
       capabilities: x86-64 boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid eagerfpu pni monitor cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save cpufreq
       configuration: cores=1 enabledcores=1 threads=1

out of LC_ALL=C lscpu

Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                1
On-line CPU(s) list:   0
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             1
Vendor ID:             AuthenticAMD
CPU family:            16
Model:                 6
Model name:            AMD Sempron(tm) M120
Stepping:              2
CPU MHz:               800.000
CPU max MHz:           2100.0000
CPU min MHz:           800.0000
BogoMIPS:              4200.05
Virtualization:        AMD-V
L1d cache:             64K
L1i cache:             64K
L2 cache:              512K
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid eagerfpu pni monitor cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save
jcubic
  • 916
  • 5
  • 16
  • 30

1 Answers1

1

I've removed acpi_osi= from boot options and now I have intel CPU with 4 cores. I thought that's needed for keyboard back lighting and fn keys, but it work without it.

Anwar
  • 76,649
jcubic
  • 916
  • 5
  • 16
  • 30