You are not logged in.

#1 2017-02-26 19:58:51

OhneHerren
Member
Registered: 2012-07-09
Posts: 36

OpenGL not working on Intel HD Graphics 5500 (X62)

I can't get OpenGL to work on my machine. "glxinfo" returns "Error: couldn't find RGB GLX visual or fbconfig".  My Xorg log says that the glx module does not exist ("Failed to load module "glx" (module does not exist, 0)"). I have installed mesa-libgl, lib32-mesa-libgl, mesa and lib32-mesa. I have tried the intel driver ("xf86-video-intel") and the modesetting driver. I am on an X62 laptop. OpenGL works on Windows. The laptop has a Broadwell CPU with integrated Intel HD Graphics 5500. My xorg log is here. Thanks.

Offline

#2 2017-02-26 21:05:04

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: OpenGL not working on Intel HD Graphics 5500 (X62)

pacman -Qi xorg-server
pacman -Qkk xorg-server

Offline

#3 2017-02-27 03:58:08

OhneHerren
Member
Registered: 2012-07-09
Posts: 36

Re: OpenGL not working on Intel HD Graphics 5500 (X62)

pepetheprawn% pacman -Qi xorg-server
Name            : xorg-server
Version         : 1.19.1-5
Description     : Xorg X server
Architecture    : x86_64
URL             : http://xorg.freedesktop.org
Licenses        : custom
Groups          : xorg
Provides        : X-ABI-VIDEODRV_VERSION=23  X-ABI-XINPUT_VERSION=24.1
                  X-ABI-EXTENSION_VERSION=10.0  x-server
Depends On      : libepoxy  libxfont2  pixman  xorg-server-common
                  libunwind  dbus  libgl  xf86-input-libinput
                  libpciaccess  libdrm  libxshmfence
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : nvidia-utils<=331.20  glamor-egl
                  xf86-video-modesetting
Replaces        : glamor-egl  xf86-video-modesetting
Installed Size  : 3.47 MiB
Packager        : Laurent Carlier <lordheavym@gmail.com>
Build Date      : Tue 14 Feb 2017 14:37:14 AEDT
Install Date    : Mon 27 Feb 2017 06:38:15 AEDT
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature
pepetheprawn% pacman -Qkk xorg-server
xorg-server: 51 total files, 0 altered files

Offline

#4 2017-02-27 07:56:26

lordheavy
Developer
From: France
Registered: 2010-04-01
Posts: 292

Re: OpenGL not working on Intel HD Graphics 5500 (X62)

From the log file:

[     6.683] (II) LoadModule: "glx"
[     6.685] (WW) Warning, couldn't open module glx
[     6.685] (II) UnloadModule: "glx"
[     6.685] (II) Unloading glx
[     6.685] (EE) Failed to load module "glx" (module does not exist, 0)

Is it a partial upgrade? otherwise try to reinstall xorg-server and mesa/mesa-libgl and/or a proper upgrade (pacman -Syu)

Offline

#5 2017-02-27 08:20:56

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: OpenGL not working on Intel HD Graphics 5500 (X62)

xorg-server looks fine...

stat /usr/lib/xorg/modules/extensions/libglx.so
pacman -Qi libglvnd

Do you have custom /etc/X11/xorg.conf* stuff?

Offline

#6 2017-02-27 09:11:26

OhneHerren
Member
Registered: 2012-07-09
Posts: 36

Re: OpenGL not working on Intel HD Graphics 5500 (X62)

It's working now (" Loading /usr/lib/xorg/modules/extensions/libglx.so"). No idea what I did to make it stop working or start working :S. Could have been a partial upgrade as you mentioned. Thanks for your assistance.

Offline

Board footer

Powered by FluxBB