Error: couldn't find RGB GLX visual or fbconfig ubuntu 12.04

30,214

To solve my problem I had to enter the following commands:

sudo apt-get remove --purge xserver-xorg

sudo apt-get install xserver-xorg

sudo dpkg-reconfigure xserver-xorg

And then: sudo reboot

But I think that if you on pure text mode, you don't need to reboot your computer, but you would have to do sudo /etc/init.d/gdm stop before you type the commands I mentioned above and, after typing then, you will have to use sudo /etc/init.d/gdm start to start the graphic interface again.

Share:
30,214

Related videos on Youtube

romaolucas
Author by

romaolucas

Updated on September 18, 2022

Comments

  • romaolucas
    romaolucas over 1 year

    I'm using Intel HD Graphics as graphics card and I'm trying to open an OpenGL program, but, when I try to run it, I have the following error: OpenGL GLX extension not supported by display ':0.0'

    Then, I tried to run glxinfo, then I had the:

    Error: couldn't find RGB GLX visual or fbconfig ubuntu 12.04 error.
    

    How can I fix this error from not happening again?

    • romaolucas
      romaolucas almost 10 years
      i've already uninstalled Xserver-Xorg, but I'm still with the problem.
    • romaolucas
      romaolucas almost 10 years
      now it's working, when i reinstalled Xserver-xorg, i forgot to reboot my computer, thanks for your help!
    • JoKeR
      JoKeR almost 10 years
      could you provide your answer please with complete workaround what did you do, so that your answer might help future readers.
  • Gopal Venu
    Gopal Venu over 8 years
    Purging also removed ubuntu-desktop, ubuntustudio-desktop and xorg package. Recording here for @snafu after reboot.
  • Gopal Venu
    Gopal Venu over 8 years
    Nah, reinstalling xserver-xorg didn't help.
  • user1953384
    user1953384 almost 7 years
    Didn't have to do the --purge to get it working on my Lenovo laptop with an NVIDIA GeForce 920M card. I thought this issue was connected to my graphics drivers that are not being utilised properly, but thanks to your suggestion I know that it isn't.
  • Murilo Guimarães
    Murilo Guimarães over 5 years
    Didn't work for me, what worked was: sudo apt-get --reinstall install libgl1-mesa-dri and then reboot. (Problem happened after a failed proprietary AMD drivers install.)
  • HuHa
    HuHa over 2 years
    This is a harmful answer, and users following this advice tend to kill their desktop. Many of them will need to reinstall because they don't see any other way out.