How do I install on Linux system?

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
YounYokel
Prole
Posts: 39
Joined: Thu Oct 03, 2019 5:57 pm

How do I install on Linux system?

Post by YounYokel »

Hey, I just setted up my Linux system and I was just trying to install the LÖVE using this command:

Code: Select all

sudo add-apt-repository ppa:bartbes/love-stable
After installation it didn't appear or whatever. I tried to use love2d, love-stable commands in terminal but nothing. Is there any more ways for this?

My dist. is ElementaryOS. Works perfectly, I assume.

Thanks.
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: How do I install on Linux system?

Post by grump »

You did not install love yet, you just added the repository to apt. Try

Code: Select all

sudo apt install love
User avatar
YounYokel
Prole
Posts: 39
Joined: Thu Oct 03, 2019 5:57 pm

Re: How do I install on Linux system?

Post by YounYokel »

grump wrote: Tue Jan 28, 2020 1:45 pm You did not install love yet, you just added the repository to apt. Try

Code: Select all

sudo apt install love
Oh, that's funny because it was my first thought to do that. Then I tried this I didn't recognised the packages and thought that it was some kind of system application. Silly me))

Thank you! =3
User avatar
YounYokel
Prole
Posts: 39
Joined: Thu Oct 03, 2019 5:57 pm

Re: How do I install on Linux system?

Post by YounYokel »

And... it doesn't run

Code: Select all

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  107
  Current serial number in output stream:  106
User avatar
pgimeno
Party member
Posts: 3550
Joined: Sun Oct 18, 2015 2:58 pm

Re: How do I install on Linux system?

Post by pgimeno »

What's your graphics card? Do you have GL drivers for it? Does glxgears work for you? Also, the output of: 'glxinfo | grep string' (without the quotes) would be useful. Both are in package mesa-utils.

Edit: swrast is the software rasterizer (software OpenGL). That sounds like you don't have drivers for your card, but then I would say that the software GL should have worked (slow, of course).
User avatar
YounYokel
Prole
Posts: 39
Joined: Thu Oct 03, 2019 5:57 pm

Re: How do I install on Linux system?

Post by YounYokel »

pgimeno wrote: Wed Jan 29, 2020 1:12 am What's your graphics card? Do you have GL drivers for it? Does glxgears work for you? Also, the output of: 'glxinfo | grep string' (without the quotes) would be useful. Both are in package mesa-utils.

Edit: swrast is the software rasterizer (software OpenGL). That sounds like you don't have drivers for your card, but then I would say that the software GL should have worked (slow, of course).
Gears worked well but something probably was wrong with default drivers package. I reinstalled my NVIDIA drivers via terminal and it worked after that. Thanks =3
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 86 guests