Page 1 of 1

GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 7:29 am
by 5lfr4d_
Hello. I downloaded factorio from the website and built factorio in pacman.
When I start factorio in terminal, I get this error message:

Code: Select all

   0.000 2019-11-03 00:28:23; Factorio 0.17.74 (build 47523, linux64, alpha)
   0.010 Operating system: Linux (ManjaroLinux 18.1.2)
   0.010 Program arguments: "factorio" 
   0.010 Read data path: /usr/share/factorio
   0.010 Write data path: /home/y41/.factorio [176592/230167MB]
   0.010 Binaries path: /usr
   0.018 System info: [CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz, 8 cores, RAM: 11729 MB]
   0.018 Environment: DISPLAY=:0.0 WAYLAND_DISPLAY=<unset> DESKTOP_SESSION=xfce XDG_SESSION_DESKTOP=xfce XDG_CURRENT_DESKTOP=XFCE __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset>
   0.018 Display options: [FullScreen: 1] [VSync: 1] [UIScale: automatic (100.0%)] [Native DPI: 1] [Screen: 255] [Special: lmw] [Lang: en]
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  86
  Current serial number in output stream:  87
I have been looking through forums and still can't figure it out.
Your help is appreciated, thank you.

Re: GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 8:22 am
by posila
What does glxgears output?

Do you have nVidia card in your PC?

Re: GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 8:43 pm
by 5lfr4d_
I don't have a nvidia card. I only have intel graphics.
I got the same errors when I run glxgears too

Code: Select all

y41@y41 [12:41:14 PM] [~]
-> % neofetch
██████████████████  ████████   y41@y41
██████████████████  ████████   -------
██████████████████  ████████   OS: Manjaro Linux x86_64
██████████████████  ████████   Host: 81QX Lenovo IdeaPad S540-14IWL Touch
████████            ████████   Kernel: 4.19.80-1-MANJARO
████████  ████████  ████████   Uptime: 4 hours, 4 mins
████████  ████████  ████████   Packages: 1132 (pacman)
████████  ████████  ████████   Shell: zsh 5.7.1
████████  ████████  ████████   Resolution: 1920x1080
████████  ████████  ████████   DE: Xfce
████████  ████████  ████████   WM: Xfwm4
████████  ████████  ████████   WM Theme: Matcha-sea
████████  ████████  ████████   Theme: Matcha-dark-azul [GTK2], Adwaita [GTK3]
████████  ████████  ████████   Icons: Papirus-Maia [GTK2], Adwaita [GTK3]
                               CPU: Intel i5-8265U (8) @ 3.900GHz
                               GPU: Intel UHD Graphics 620
                               Memory: 1282MiB / 11729MiB





y41@y41 [12:41:20 PM] [~]
-> % glxinfo
name of display: :0.0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  37
  Current serial number in output stream:  38
y41@y41 [12:41:24 PM] [~]
-> % glxgears
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  23
  Current serial number in output stream:  24

Re: GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 8:46 pm
by 5lfr4d_
Oh, here is a list of dependencies I installed.

Code: Select all

y41@y41 [12:41:32 PM] [~]
-> % pacman -Q | grep -i -e libgl -e nvidia -e nouveau
lib32-libglvnd 1.2.0-3
libglade 2.6.4-6
libglvnd 1.2.0-5
mhwd-nvidia-340xx 340.107-1
mhwd-nvidia-390xx 390.129-1
mhwd-nvidia-418xx 418.88-1
mhwd-nvidia-430xx 430.40-1
mhwd-nvidia-435xx 435.21-1
mhwd-nvidia-440xx 440.26-1
nvidia-340xx-utils 340.107-1
opencl-nvidia-340xx 340.107-1
xf86-video-nouveau 1.0.16-1

Re: GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 9:32 pm
by posila

Re: GLX error on Manjaro Linux, XFCE

Posted: Sun Nov 03, 2019 11:35 pm
by 5lfr4d_
Thanks! That fixed it.