phillipberndt / fakexrandr

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

Ubuntu needs some additional packages #50

Closed zoidberg8e closed 6 years ago

zoidberg8e commented 6 years ago

In ubuntu the configure step fails with No package 'xrandr' found My solution was to install the following packages, as mentioned here: https://github.com/openMVG/openMVG/issues/85 sudo apt-get install xorg-dev libglu1-mesa-dev

Maybe you could add this to the readme.

Thank you

phillipberndt commented 6 years ago

Thanks, added (plus two other dependencies).