I have recently installed the Kali arm image for the Raspberry Pi 3 and it all works and I have performed an update as of posting this. My hp L1910 monitor constantly gives a message of
"Input signal out of range
Change settings to 1280x1024-60Hz"
I have configured the monitor itself to give me 30seconds before it sleeps. As you could imagine, this is very annoying. I have done loads of research and found a solution using the
Code:
xrandr
command, this produces the output of:
Code:
Xrandr: failed to get size of gamma for output default
Screen 0: minimum 1600 X 1200, current 1600 X 1200, maximum 1600 X 1200
Default connected 1600x1800+0+0 0mm X 0mm
    1600 x 1200    0.00*
On the 2 other Rpi images I have (Raspbian and RetroPie) I solved this problem using the /boot/config.txt file. There is no similar file I can find on the Kali image.

The one part of this I get is that the min values and max values are the same values and that there is an error.
If there was a way to change the max and min value, I racked the problem would be solved.

There are 3 similar threads I have found on the forums but they are fairly inconclusive and old though a few of the problems they had are the same with me:
https://forums.kali.org/showthread.p...Configure+hdmi (1 year old)

https://forums.kali.org/showthread.p...Configure+hdmi (1 year old)

https://forums.kali.org/showthread.p...Configure+hdmi (3 years old)

Thanks in advance!