Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Fullscreen mode is broken  (Read 7237 times)

0 Members and 1 Guest are viewing this topic.

ChrissAwesome

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Fullscreen mode is broken
« Reply #15 on: December 23, 2015, 01:03:52 am »
Same problem here, builded the neweset stable version of sfml.

Im running sfml under lubuntu with gcc.


ChrissAwesome

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Fullscreen mode is broken
« Reply #16 on: December 23, 2015, 05:04:34 pm »
Also tested the https://github.com/SFML/SFML/tree/2.3.x.

Still not working :/

Nixon

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Fullscreen mode is broken
« Reply #17 on: February 13, 2016, 12:01:51 am »

Hello,

I have quite the same issue,



Minimal code to produce the bug :

int main(int, char const**) {

    RenderWindow w(VideoMode(1600, 900), "Test",sf::Style::Fullscreen);
    return EXIT_SUCCESS;
}

I use :
SFML 2.3.2  (do the same with 2.1)
g++-4.9
Kubuntu 14.04.3
Nvidia GeForce GT840M 2 Go
Driver : NVIDIA binary driver - 352.63 (recommended driver)

I hope it can help you and I'm ready to test updates if you need.
But I never used git ^^
I will try to build https://github.com/SFML/SFML/tree/2.3.x.