Re: Novice trying to understand Xrandr and multi monitor setup

2016-05-25 Thread Ilya Anfimov
On Tue, May 24, 2016 at 08:38:53PM -0700, TJ Olaes wrote: >Good evening. >I have a dual monitor setup and am trying to figure out why ScreenCount >returns 1. My code is as follows: Good day. The ScreenCount is not a RANDR call. This is from CORE multihead support attempt. That m

Novice trying to understand Xrandr and multi monitor setup

2016-05-24 Thread TJ Olaes
Good evening. I have a dual monitor setup and am trying to figure out why ScreenCount returns 1. My code is as follows: /** * Compiles with: * g++ -std=c++11 queryx11.cpp -lX11 -o queryx11 */ #include #include #include #include int main(void) { auto display = std::unique_ptr(