Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Installing openGL on ubuntu 12.04 LTS

  1. #1
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Installing openGL on ubuntu 12.04 LTS

    Hi guys...please how can i install openGL on ubuntu 12.04 LTS ?


    thank you .

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,820
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Installing openGL on ubuntu 12.04 LTS

    OpenGL should be installed by default. If you need development versions of the libraries with the header files, for compiling your own stuff, install packages like freeglut3-dev, libgl1-mesa-dev or libglfw-dev, depending on what you need exactly. They will pull in some dependencies

  3. #3
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Quote Originally Posted by Impavidus View Post
    OpenGL should be installed by default. If you need development versions of the libraries with the header files, for compiling your own stuff, install packages like freeglut3-dev, libgl1-mesa-dev or libglfw-dev, depending on what you need exactly. They will pull in some dependencies

    So what i can't run stellarium on my ubuntu machine ?

    Stellarium told me your system does not support opengl !

  4. #4
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Quote Originally Posted by Raafat1991 View Post
    So what i can't run stellarium on my ubuntu machine ?

    Stellarium told me your system does not support opengl !
    What's your graphics card? If it's an ATI Radeon HD 2000-series or higher, or any Nvidia graphics card, you need to install the AMD/ATI driver from the Additional Drivers program.

    If it's an ATI Radeon but not a Radeon HD, you're out of luck, sorry. Those cards only work with the default open-source driver, which might not do 3D very well.

    If it's Intel graphics, I'd be surprised if you were getting an error message like that, as the open-source drivers for Intel cards support 3D and OpenGL.

    If it's anything else, like VIA or SiS graphics, sorry; you've got a lemon. You can't use 3D on Linux with those graphics cards.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  5. #5
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Quote Originally Posted by 3rdalbum View Post
    What's your graphics card?

    Look to this :

    Code:
    lspci | grep VGA
    
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520MX] (rev a1)

  6. #6
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Hi,i'm here...

  7. #7
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Installing openGL on ubuntu 12.04 LTS

    If that's an Optimus setup, you'll need to use Bumblebee.
    None but ourselves can free our minds

  8. #8
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Quote Originally Posted by CatKiller View Post
    If that's an Optimus setup, you'll need to use Bumblebee.
    Please more explanation...

  9. #9
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Installing openGL on ubuntu 12.04 LTS

    Take a look at this wiki: Bumblebee.

    Regards.

  10. #10
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing openGL on ubuntu 12.04 LTS

    Bumblebee only helps to switch GPUs. The OP needs to install the Nvidia driver, and optionally Bumblebee.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •