1
General / Re: Black rectangle on top of window (sometimes)
« on: February 03, 2018, 09:25:37 pm »
My gpu: GeForce GTX 765M
Gpu driver: NVIDIA Driver v. 384.111
Window manager: Mutter (Muffin) ? cinamon 3.6.7
more info:
https://gist.github.com/anonymous/354ff802401fa00520ae6c0ee0e51bce
And now, when I launched my application, this black rectangle was on bottom of thhe screen. I thought that is because the application doesn't detect my screen resolution. I checked and this is output:
But even when the problem does not occu, output is the same.
Gpu driver: NVIDIA Driver v. 384.111
Window manager: Mutter (Muffin) ? cinamon 3.6.7
more info:
https://gist.github.com/anonymous/354ff802401fa00520ae6c0ee0e51bce
And now, when I launched my application, this black rectangle was on bottom of thhe screen. I thought that is because the application doesn't detect my screen resolution. I checked and this is output:
1920x1080
1918x1023
code:1918x1023
std::cout << desktop.width << "x" << desktop.height << std::endl;
std::cout << window.getSize().x << "x" << window.getSize().y << std::endl
std::cout << window.getSize().x << "x" << window.getSize().y << std::endl
But even when the problem does not occu, output is the same.