
Please go to https://bitbucket.org/rude/love/issues/1168/ and download the latest, meaning scroll to the bottom, then scroll up until you find a suitable looking archive file. Extract it. Test by running the `love` script file from a terminal and let us know whether it works and if it doesn't tell us the output to the command line.
In both cases, tell us which archive file you downloaded and tested, your Linux distro/version and your graphics card and driver.
Use code tags to share your command line output in a reply to this thread please:
Code: Select all
[code]command line output
here
Results
== 64 bit Linux ==
Intel open source confirmed working with:
(assuming love-0.10.2-amd64.tar.gz)
Linux Manjaro x64, kernel 4.8.5, Intel open source driver.
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
OpenGL vendor string: Intel Open Source Technology Center
AMD open source confirmed working with:
love-0.10.2-amd64.tar.gz
Linux 4.7.6-1-ARCH x86_64
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7 250E]
OpenGL renderer string: Gallium 0.4 on AMD CAPE VERDE (DRM 2.45.0 / 4.7.6-1-ARCH, LLVM 3.8.1)
OpenGL vendor string: X.Org
AMD proprietary not tested yet
NVIDIA open source confirmed working with:
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=2
DISTRIB_CODENAME=betsy
DISTRIB_DESCRIPTION="LMDE 2 Betsy"
PRETTY_NAME="Linux Mint LMDE"
NAME="Linux Mint LMDE"
ID=linuxmint
02:00.0 VGA compatible controller: NVIDIA Corporation C77 [GeForce 8200] (rev a2)
OpenGL renderer string: Gallium 0.4 on NVAA
OpenGL vendor string: nouveau
NVIDIA proprietary confirmed working with:
(assuming love-0.10.2-amd64.tar.gz)
Linux 4.8.6-1-ARCH x86_64
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
OpenGL renderer string: GeForce GTX 960/PCIe/SSE2
OpenGL vendor string: NVIDIA Corporation
No driver/software rendering mode not working, as expected:
== 32 bit Linux not available yet ==s-ol wrote:I also tried to run it in Xephyr emulation but it saysand displays the last two sentences in a dialog.Code: Select all
Unable to create OpenGL window This program requires a graphics card and video drivers which support OpenGL 2.1 or OpenGL ES 2. SDL window creation error: GLX is not supported
How-To
How to find out your Linux distro and version:
Code: Select all
cat /etc/*-release
lsb_release -a
uname -mrs
cat /proc/version
Code: Select all
lspci | grep VGA
glxinfo | grep "OpenGL renderer string"
glxinfo | grep "OpenGL vendor"
Code: Select all
sudo apt-get install mesa-utils