So I finally got to installing ubuntu on my PC at home.
Installation went fine, smooth and all. When I finally rebooted into the OS everything was terribly slow. I started by installing the latest NVidia drivers and using the processor microcode firmware setting. Rebooted again but that didn't do anything either. Opening the file manager for example takes about 3-4 seconds. Is there a driver I am still missing? Could it have to do something with it being a M2 SSD?
Performance on Windows is unfortunately fine.
Using Ubuntu 15.10
PC information:
- I7-5820k
- GTX980TI
- 16GB DDR4 Ram
- 512GB Samsung 950 Evo
Output of inxi-G:
Graphics: Card: NVIDIA GM200 [GeForce GTX 980 Ti]
Display Server: X.Org 1.17.2 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
Resolution: 1680x1050@59.95hz, 1920x1080@60.00hz
GLX Renderer: GeForce GTX 980 Ti/PCIe/SSE2
GLX Version: 4.5.0 NVIDIA 352.63
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave
$ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
437636
The output of cpupower frequency-info. I've changed the governor to perfomance now :).
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 0.97 ms.
hardware limits: 1.20 GHz - 3.80 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 1.20 GHz and 3.80 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 434 MHz.
boost state support:
Supported: yes
Active: yes
inxi -G
. You might have to installinxi
first:sudo apt-get install inxi
. Also show us the output ofcat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
andsudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
. – terdon Nov 24 '15 at 10:33cpupower frequency-info
– Charles Green Nov 24 '15 at 17:20cpupower frequency-info
? You mention 2.66GHz in the comments but not in the question. – terdon Nov 24 '15 at 19:03