Fullscreen causes pixelation

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
NetherGranite
Prole
Posts: 30
Joined: Wed Jul 11, 2018 11:08 pm

Fullscreen causes pixelation

Post by NetherGranite »

Both desktop and exclusive mode cause harsh pixelation of everything including text. What should I do? If I take a screenshot, the pixelation isn't present in the screenshot.
User avatar
tentus
Inner party member
Posts: 1060
Joined: Sun Oct 31, 2010 7:56 pm
Location: Appalachia
Contact:

Re: Fullscreen causes pixelation

Post by tentus »

To scope the topic in a little: are you using any canvasses or anything like that? What operating system are you on? Can you post any example code?
Kurosuke needs beta testers
User avatar
pgimeno
Party member
Posts: 3544
Joined: Sun Oct 18, 2015 2:58 pm

Re: Fullscreen causes pixelation

Post by pgimeno »

Maybe you're using "normal" (i.e. exclusive) mode for fullscreen and it's picking a low resolution? Try setting fullscreen mode to "desktop".
User avatar
NetherGranite
Prole
Posts: 30
Joined: Wed Jul 11, 2018 11:08 pm

Re: Fullscreen causes pixelation

Post by NetherGranite »

tentus wrote: Mon Jan 21, 2019 3:44 pm To scope the topic in a little: are you using any canvasses or anything like that? What operating system are you on? Can you post any example code?
I'm not using canvases. I'm on Windows Update 1803. To begin fullscreen mode, I use the code love.window.setFullscreen(true, "desktop") or love.window.setFullscreen(true, "exclusive"). Is that what you meant by example code?
User avatar
NetherGranite
Prole
Posts: 30
Joined: Wed Jul 11, 2018 11:08 pm

Re: Fullscreen causes pixelation

Post by NetherGranite »

pgimeno wrote: Mon Jan 21, 2019 5:18 pm Maybe you're using "normal" (i.e. exclusive) mode for fullscreen and it's picking a low resolution? Try setting fullscreen mode to "desktop".
It happens both when I use desktop and exclusive mode.
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 47 guests