phillipberndt / fakexrandr

Fake XRandR configurations for multi-head setups with crappy video drivers, like fakexinerama but with xrandr
270 stars 40 forks source link

Error installing fakexrandr on Raspberry Pi 4 + Ubuntu #59

Open schubackindustries opened 4 years ago

schubackindustries commented 4 years ago

Following their install steps, after installing some dependencies, I get the following error:

ubuntu@ubuntu:~/Downloads/fakexrandr-master$ sudo make ./configure XRandR version is 1.5.2 The path to the real XRandR library is /lib/arm-linux-gnueabihf/libXrandr.so.2

ERROR: Failed to find a suitable directory for the fakeXrandr library

You must place the library into the library search path, in a directory preceeding /lib/arm-linux-gnueabihf. In your system, this leaves the following candidates:

None of these contains `local', therefore I won't autoconfigure the installation to one of these directories. Either add a high-priority directory in /usr/local using the ldconfig mechanism (See /etc/ld.so.conf.d/ on most systems) or manually create config.h.

make: *** [Makefile:7: config.h] Error 1

Any ideas how I can overcome this? Looking forward to using this library. Thanks!