intel_panel_fitter command not found
Volker Wysk
post at volker-wysk.de
Mon Sep 11 12:23:48 UTC 2017
Am Montag, 11. September 2017, 05:15:18 CEST schrieb Jon Danniken:
> On 9/11/17 1:01 AM, Volker Wysk wrote:
> > Am Sonntag, 10. September 2017, 14:25:15 CEST schrieb Jon Danniken:
> >> Hello all, I am running Kubuntu 14.04 on a Toshiba Satellite L675 (Intel
> >> i3 380M, Ironlake).
> >>
> >> I am trying to correct for overscan on the HDMI output of the laptop, so
> >> I installed intel-gpu-tools in order to use the intel_panel_fitter
> >> application. Unfortunately, while there is a man page installed for
> >> intel_panel_fitter, running the command itself comes up with "command
> >> not found".
> >>
> >> Any ideas why intel_panel_fitter isn't found after installing
> >> intel-gpu-tools?
> >
> > Try "apt-file search intel_panel_fitter".
>
> Thanks Volker. That returns just a listing of the man file:
>
> $ apt-file search intel_panel_fitter
> intel-gpu-tools: /usr/share/man/man1/intel_panel_fitter.1.gz
You have done "apt-file update" before, haven't you...
I've found this in the man page (https://www.mankier.com/1/intel_panel_fitter):
"In the future, there will be support for this feature inside the Linux
Kernel."
Perhaps this is your case?
Otherwise, you could try to build intel_panel_fitter from the sources:
cd /tmp
apt-get source intel-gpu-tools
cd intel-gpu-tools-1.14
There appears tools/intel_panel_fitter.c, which should be what you are looking
for.
Happy hacking
Volker
More information about the kubuntu-users
mailing list