0

Steam wont launch, i get this message

crazyfrog@crazyfrog-desktop:~$ steam
Running Steam on ubuntu 15.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1433441724)
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Byte Commander
  • 107,489
  • if using nvidia maybe the same as here - http://askubuntu.com/questions/615149/nvidia-drivers-on-15-04-kernel-3-19-stalling-system-load – doug Jul 13 '15 at 15:22

2 Answers2

0

Try this to install openGL:

sudo apt-get install libgl1-mesa-dev
Daniel
  • 3,446
0

Try to use this two scripts:

Boot guru script in users

IOSYS Guru script in users

and it might work fine this way.

Michael
  • 2,499
  • 5
  • 19
  • 24
  • 1
    When linking external pages, it is required that you put an overview of those pages in your answer, FYI. –  Jul 13 '15 at 15:38