2023-08-31, 10:05 AM
Ok, I've enabled low-power h.264 and I'm not sure if it made a difference. Checking intel_gpu_top closely, I see this request/actual info:
"frequency": {
"requested": 706.175546,
"actual": 172.620689,
"unit": "MHz"
},
Does this mean GPU is being throttled? Need to find a fan and point to the tiny cube to see if it improves
Code:
root@proxmox:/# intel_gpu_top -J | more
{
"period": {
"duration": 63.723532,
"unit": "ms"
},
"frequency": {
"requested": 706.175546,
"actual": 172.620689,
"unit": "MHz"
},
"interrupts": {
"count": 125.542319,
"unit": "irq/s"
},
"rc6": {
"value": 0.000000,
"unit": "%"
},
"power": {
"GPU": 1.960641,
"Package": 6.064865,
"unit": "W"
},
"engines": {
"Render/3D/0": {
"busy": 100.000000,
"sema": 23.539105,
"wait": 0.000000,
"unit": "%"
},
"Blitter/0": {
"busy": 0.000000,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"Video/0": {
"busy": 42.598838,
"sema": 0.000000,
"wait": 0.000000,
"unit": "%"
},
"VideoEnhance/0": {
"busy": 100.000000,
"sema": 70.621073,
"wait": 0.000000,
"unit": "%"
}
},
"frequency": {
"requested": 706.175546,
"actual": 172.620689,
"unit": "MHz"
},
Does this mean GPU is being throttled? Need to find a fan and point to the tiny cube to see if it improves