Integrated Video Card vs. Nvidia (WIN 8)

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
rmcode
Party member
Posts: 454
Joined: Tue Jul 15, 2014 12:04 pm
Location: Germany
Contact:

Integrated Video Card vs. Nvidia (WIN 8)

Post by rmcode »

Hello fellas,

a friend of mine had a problem playing my game on his Laptop with an integrated video card. I use love.graphics.point(x, y) to draw stars in the background.

This is how it looks on my screen:
Image

This is how it looks for him (stars are barely noticeable):
Image

Well it turns out LÖVE uses his integrated video card instead of his NVIDIA 750M:
Image

I guess this is an issue with SDL rather than LÖVE?

For completeness these are his specs (drivers are up to date):
NVIDIA 750M
Intel i5 4200U
8GB Ram
windows 8.1
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Integrated Video Card vs. Nvidia (WIN 8)

Post by slime »

rmcode wrote:a friend of mine had a problem playing my game on his Laptop
Unfortunately smooth points are notoriously buggy on a lot of graphics drivers. If you use the rough point style (love.graphics.setPointStyle("rough")) then it should hopefully be more consistent between different drivers.
rmcode wrote:I guess this is an issue with SDL rather than LÖVE?
The fact that it's not preferring his nvidia GPU is more of an issue with nvidia's drivers and his laptop manufacturer than anything else. nvidia only provides a way for individual programs to prefer the non-integrated nvidia GPU via a really hacky hardcoded method, otherwise it's up to the driver, the user's driver settings, and how the specific laptop uses the driver.

http://developer.download.nvidia.com/de ... licies.pdf
User avatar
rmcode
Party member
Posts: 454
Joined: Tue Jul 15, 2014 12:04 pm
Location: Germany
Contact:

Re: Integrated Video Card vs. Nvidia (WIN 8)

Post by rmcode »

Thank you for the reply. I tried the "rough" point style, but while improving the visibility of the stars, it also caused them ro lag / jitter on my system. Very strange :crazy:

I guess I'm just going to replace the "points" with sprites instead.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 67 guests