Hi neonix
I just checked TC5 - TC17 both x86-32 and x86-64, and neither has
ever had an xrandr.tcz extension.
xrandr has the following direct dependencies:
rich@tcbox:~$ readelf -d pkg/usr/local/bin/xrandr | grep '(NEEDED)'
0x00000001 (NEEDED) Shared library: [libXrandr.so.2]
0x00000001 (NEEDED) Shared library: [libXrender.so.1]
0x00000001 (NEEDED) Shared library: [libX11.so.6]
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libc.so.6]I suspect you are running Xfbdev.
So that would satisfy libXrender.so.1 and libX11.so.6.
libm.so.6 and libc.so.6 are part of the base system.
My suggestion is you wget Xorg-7.7-bin.tcz and extract xrandr.
Then install the last remaining dependency , libXrandr.tcz.