-3
For a programming issue I need to install or enable OpenGl on my Geforce GTX 750 Ti video card on a Windows 7 x64 machine. How to know if it's installed or not, and if it's not installed, download it?
Thanks in advance.
-3
For a programming issue I need to install or enable OpenGl on my Geforce GTX 750 Ti video card on a Windows 7 x64 machine. How to know if it's installed or not, and if it's not installed, download it?
Thanks in advance.
2
OpenGL is included in normal drivers.
5
What in the?? Yesterday evening the actual question was COMPLETELY different http://superuser.com/posts/1184609/revisions
– mirh – 2017-03-03T13:17:09.473@Enigma Although this is a somewhat laconic answer, mirh is right- the original question is completely different. Might be worth a mod flag mirh- not really fair to be penalised for such a drastic change. – bertieb – 2017-03-03T18:47:44.153
@mirh Don't worry, I've rolled back the question. – DavidPostill – 2017-03-03T18:59:25.453
@DavidPostill, you had not that permission to roll back my question. I edited it because that option is valid. – Franky – 2017-03-03T21:24:41.030
1I don't care what the .. are you doing whether give the question -1000 or not. Instead of it if you think you are able, you would answer the issue. – Franky – 2017-03-03T21:32:52.217
And as for the so-called answer, it was not a real answer even for the prvious text of question. It's more like a comment. I didn't ask "is OPengl inculed or not", I rather asked, how to enable it. – Franky – 2017-03-03T21:47:57.017
"How do I know if it is installed?" – Yorik – 2017-03-03T22:25:19.083
1@franky You have been asked to not radically change your question, and I have explained why. Please stop changing it. – DavidPostill – 2017-03-03T22:52:10.923
1- This is not irrelevant to the prior text, rather it's more accurate 2- I don't have to accept your suggestion. 3- Read the comments right below the question for figuring out the reason of changing the text. – Franky – 2017-03-03T23:37:30.633
1OK, if you apply forces, (like trump) this is not my question anymore and I do not want any comments/answers for this and will never accept any response on it – Franky – 2017-03-03T23:41:24.083
1Could somebody explain in the first place the point in basically flip-flopping so much the question? – mirh – 2017-03-04T12:41:09.380
Provided your drivers are up to date, you already have OpenGL support on your GTX 750 TI card.
What specifically are you trying to do?
It may be disabled. How to enable it? – Franky – 2017-03-02T21:32:34.130
What is the exact problem that leads you to believe it is disabled? Which API is in use is set individually (you may enable it in Quake, and disable it in Wolfenstein: Enemy Territory), not system wide. Do you know which version you need access to (2.0, 3.0, something in-between)? – Service Manager – 2017-03-02T21:36:26.423
I get erros when running an Android emulator for a Qt Quick app saying (I think) that OpenGL is not enabled. For example it's only the last line of the Application Output message: W libtransitions.so: (null):0 ((null)): QOpenGLShaderProgram::uniformLocation(qt_Matrix): shader program is not linked. – Franky – 2017-03-02T21:39:58.810
Please have a look at this thread for a detailed version of the issue.
– Franky – 2017-03-02T21:44:04.833That doesn't necessarily mean that OpenGL is disabled/not installed, it just means that it is not able to load the shader library that was called. You should edit your question to reflect the initial problem you're having, and you we would be better able to help you. Also, note what Android version, device, and developer kit you're using. – Service Manager – 2017-03-02T21:50:48.403
Let us continue this discussion in chat.
– Franky – 2017-03-02T21:59:12.3432Changing your question after you've received answers is inappropriate, as it invalidates the answers you've received. It can even make those answers wrong, and adversely affect the reputation of those who answered. If you now have a new or additional question, create a new post and ask it there; you can link back to this one if needed for reference. – DavidPostill – 2017-03-03T18:58:08.677
It looks to me like you are, indeed, experiencing the emulator bug linked to at the bottom of the above linked off-site thread ( https://bugreports.qt.io/browse/QTBUG-44697 )
– Yorik – 2017-03-03T19:30:43.617Edits should be used for clarification, not for completely replacing your question. From the key points of editing you should edit a question "To clarify the meaning of the post (without changing that meaning)". If you have a new question then you should be asking a new question, not rewriting an existing one.
– Mokubai – 2017-03-03T23:35:33.527