Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback: Works on Macbook Pro 5,1 #42

Open
CapitalF opened this issue Jun 8, 2017 · 4 comments
Open

Feedback: Works on Macbook Pro 5,1 #42

CapitalF opened this issue Jun 8, 2017 · 4 comments

Comments

@CapitalF
Copy link

CapitalF commented Jun 8, 2017

FYI your gpu-switch script works as expected on a Macbook Pro 5,1. Should not be surprising given it has the same exact video hardware setup as a Macbook Pro 5,2.

One thing that would be really helpful on your README file is a note on how to figure out which GPU you are currently using.

I found this helpful:
https://unix.stackexchange.com/questions/16407/how-to-check-which-gpu-is-active

So in my case I documented this note for myself:

Find out which GPU you are currently using
	glxinfo|egrep "OpenGL vendor|OpenGL renderer"
	glxinfo | less # Look for the "Extended renderer info" line.
	--
	"Device: NVAC" = 9400M (Chipset/onboard GPU)
	"Device: NV96" = 9600M GT (Dedicated chip GPU)

Thanks for your script.

@ah-
Copy link

ah- commented Jun 8, 2017

Ha, happy to hear that!

@Lonzak
Copy link

Lonzak commented Jul 4, 2017

Does the windows version also work?
Update: For Windows7 it doesn't (The procedure entry point "setFirmwareEnvironmentVariableExW" could not be located in the dynamic link library kernel32.dll)

@ah-
Copy link

ah- commented Jul 4, 2017

Is your Windows installed using EFI? It won't work in BIOS mode.

@kestryn
Copy link

kestryn commented Apr 19, 2018

Two comments:

  1. After hours of attempting to hack a means of changing the default boot GPU for my Macbook Pro 5,1 from integrated to discrete, I found your script, and it worked perfectly. I am running SparkyLinux Gameover Edition with the Nvidia 340xx legacy drivers. I don't even need a xorg.conf once I selected the discrete card with your script.
  2. Thank you. Thank you. Thank you. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants