Page 2 of 2

Re: Löve window movment much slower on linux than on windows?

Posted: Mon Mar 16, 2009 2:57 pm
by bartbes
I can confirm:
Compiz + Windowed + !Nvidia = undefined behaviour
The !Nvidia part is personal experience, don't know if others have this as well.

Re: Löve window movment much slower on linux than on windows?

Posted: Mon Mar 16, 2009 6:18 pm
by ido
OK , i checked it with another openGL application ("pong2") and it's not löve specific.

One thing I've noticed, since pong2 captures the mouse cursor when it isn't paused (thus rendering the user unable to move the window most of the time) the movement bug was not really obvious - had not I looked for it specifically I would probably not have noticed it!

Maybe do the same with löve? Or at least provide an option to do the same?

-Ido.

Re: Löve window movment much slower on linux than on windows?

Posted: Mon Mar 16, 2009 6:52 pm
by rude
You can do that with:

love.system.grabInput( true )

Re: Löve window movment much slower on linux than on windows?

Posted: Tue Mar 17, 2009 2:33 pm
by Merkoth
With my Ati card things get ever weirder: if you move the window, only the decorator gets moved but not the window content (while dragging). It keeps updating the game, only at the wrong place, until you release the window. It's not pretty, but isn't critical at all.

Re: Löve window movment much slower on linux than on windows?

Posted: Tue Mar 17, 2009 3:22 pm
by bartbes
See, I can blame ATI!! I want my Nvidia back! (I really should go to the store, before my warranty expires)

Re: Löve window movment much slower on linux than on windows?

Posted: Tue Mar 17, 2009 5:46 pm
by SiENcE
Ati's OpenGL Drivers are crap. They are sometimes 200% slower than the nvidia ones.

Re: Löve window movment much slower on linux than on windows?

Posted: Sun Mar 22, 2009 6:40 am
by JamesGecko
This is mainly an issue with composite on Linux in general. Most Linux gamers know to disable Compiz or Strange Things And/Or Reduced Performance Will Happen.

Supposedly a solution is on the way with DRI2, which will make the composite manager aware of other OpenGL applications. Until then, just leave a note in your readme file telling people to disable desktop effects.

Re: Löve window movment much slower on linux than on windows?

Posted: Sun Mar 22, 2009 8:30 am
by bartbes
Well, since I have the possibility to praise Nvidia (again), allow me:
I never had such problems with the Nvidia drivers, maybe they already did check, or maybe it just handled it much more effective.