Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3956  / 2 Years ago, thu, may 19, 2022, 8:26:48

It's astonishingly hard to find out how to install opengl headers on ubuntu. I've seen pointers to the opengl registry: http://www.opengl.org/registry/ but the files do not appear to be there.



I've also see reference that the files come in the nvidia drivers. Of course, the drivers supposedly are pre-loaded on the distribution, but perhaps not the developer tools.



If anyone on Ubuntu is listening, this is kind of a ludicrous situation. This is not wildly exotic stuff, loading the graphics libraries should be fast and easy. In fact, I might venture to suggest that these header files be included with any standard developer headers.



Anyway, I was trying to install the NVIDIA drivers with:



sudo sh ./NVIDIA-Linux-x86_64-260.19.12.run



This fails because the x server is running. I want to shut down, but if I kill it, it will just restart. I tried init 1 and it didn't work. This seems more complicated than it used to be, but I'm just not used to this distribution, any hints?



Thanks!


More From » nvidia

 Answers
3

Please have a look How to correctly install an Nvidia video card to know different kind of installation.



If you are keen to use .run file.



Press alt+ctrl+F1



Execute sudo stop lightdm



Now navigate to the downloaded file directory using cd.



Run the .run file using



sudo sh ./NVIDIA-Linux-x86_64-260.19.12.run



260.19.12 seems pretty old driver, have you checked what is the latest version for your card.


[#31333] Friday, May 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rinstracte

Total Points: 221
Total Questions: 114
Total Answers: 120

Location: France
Member since Fri, Jan 28, 2022
2 Years ago
;