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

Author Topic: How to choose better Fullscreenmode!  (Read 1533 times)

0 Members and 1 Guest are viewing this topic.

player931402

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
How to choose better Fullscreenmode!
« on: October 31, 2011, 10:03:09 pm »
Little problem in 1.6:


I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int  the big one you see a little blurry ..

how can I help in selecting the program the "better "resolution (in any screen you are using)?



Soz for my eng b!

Naufr4g0

  • Full Member
  • ***
  • Posts: 112
    • View Profile
Re: How to choose better Fullscreenmode!
« Reply #1 on: November 04, 2011, 03:15:24 pm »
Quote from: "player931402"
Little problem in 1.6:


I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int  the big one you see a little blurry ..

how can I help in selecting the program the "better "resolution (in any screen you are using)?



Soz for my eng b!


Maybe you doesn't set Image smooth param to false, with the command:

image.SetSmoot(false)

or maybe you are simply using a small resolution image...

slotdev

  • Sr. Member
  • ****
  • Posts: 385
    • View Profile
Re: How to choose better Fullscreenmode!
« Reply #2 on: November 04, 2011, 03:21:07 pm »
Code: [Select]
image.SetSmooth(false)

;-)
SFML 2.1