I have quite a modern Laptop, HP OMEN With GTX1070 8GB Graphics and Corei77700HQ. Latest drivers from graphics-drivers ppa. All games start fine, after playing for a few minutes the frame drops to 15 fps. Then again after some time it returns back to full fps which is more than 75. Then this cycle continues and I can't play. This is a consistent behavior with 18.04 series and any distribution based on 18.04. I have a GSYNC Enabled Laptop screen which is only 1080p. I do not see this issue on any other distribution except Ubuntu base. I hear people saying that it could be Nvidia, If it was nvidia then it should happen to 16.04 too which it does not.
Can anyone help me please?
75FPS:-
affected_cpus 0
cpuinfo_max_freq 3800000
cpuinfo_min_freq 800000
cpuinfo_transition_latency 0
energy_performance_available_preferences default performance balance_performance balance_power power
energy_performance_preference balance_performance
related_cpus 0
scaling_available_governors performance powersave
scaling_cur_freq 899381
scaling_driver intel_pstate
scaling_governor powersave
scaling_max_freq 3800000
scaling_min_freq 800000
scaling_setspeed <unsupported>
15FPS:-
affected_cpus 0
cpuinfo_max_freq 3800000
cpuinfo_min_freq 800000
cpuinfo_transition_latency 0
energy_performance_available_preferences default performance balance_performance balance_power power
energy_performance_preference balance_performance
related_cpus 0
scaling_available_governors performance powersave
scaling_cur_freq 800030
scaling_driver intel_pstate
scaling_governor powersave
scaling_max_freq 2800000
scaling_min_freq 800000
scaling_setspeed <unsupported>
Again.
75 FPS
affected_cpus 0
cpuinfo_max_freq 3800000
cpuinfo_min_freq 800000
cpuinfo_transition_latency 0
energy_performance_available_preferences default performance balance_performance balance_power power
energy_performance_preference balance_performance
related_cpus 0
scaling_available_governors performance powersave
scaling_cur_freq 900004
scaling_driver intel_pstate
scaling_governor powersave
scaling_max_freq 3800000
scaling_min_freq 800000
scaling_setspeed <unsupported>
4.15.0-33-generic
causes me all kinds of grief. Can't suspend laptop. Extra ordinary keyboard lags typing in Firefox. Like 5 to 10 second input delay every 10 to 15 minutes (haven't timed it with watch). So I switched to4.13.0-36-generic
kernel for infinite improvement. Also for my GTX 970M I'm using nVidia proprietary driver384.130
. Quite happy overall now. – WinEunuuchs2Unix Sep 03 '18 at 16:20CPU0_DIR=/sys/devices/system/cpu/cpu0/cpufreq
to set variable. Then use:paste <(ls $CPU0_DIR) <(cat $CPU0_DIR/*) | column -s $'\t' -t
to get CPU and governor status. Then copy and paste the output into your question with appropriate 75 / 15 FPS headings. I'm not sure low latency will make things better. It could complicate the diagnosis. – WinEunuuchs2Unix Sep 06 '18 at 02:58powersave
mode. How did you set the governor toperformance
, it looks like it didn't work. Make sure you're already inperformance
mode. – aasril Sep 08 '18 at 01:30