You are not logged in.

#1 2014-04-15 04:49:14

Kopkins
Member
Registered: 2012-07-01
Posts: 189

[SOLVED] GLX not loading

UPDATE: I think I've narrowed it down to a glx issue. When I try to run glxinfo

name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
Error: couldn't find RGB GLX visual or fbconfig

I also get errors when trying to launch games or glxgears.

Error: couldn't get an RGB, Double-buffered visual

Tried reinstalling mesa-libgl, xf86-video-intel intel-dri xorg-server{,-common}

SOLUTION
--------------------------------------------------
Reinstalling the packages didn't work so used the abs to rebuild xorg-server and mesa and install all related built packages.


ORIGINAL POST
--------------------------------------------------

All updates with pacman -Syu. When I run startx with exec gnome-session it starts the xserver and then I get a screen that says Oops! Something when wrong, try logging out and back in.

If I try to start gdm I get the same thing, but this time something in journalctl

journalclt -b /usr/bin/gdm
Apr 15 00:36:20 archbookpro gdm[915]: Child process 921 was already dead.
Apr 15 00:36:20 archbookpro gdm[915]: GdmDisplay: display lasted 0.009632 seconds
Apr 15 00:36:21 archbookpro gdm[915]: GLib-GObject: invalid unclassed pointer in cast to 'GdmSimpleSlave'
Apr 15 00:36:21 archbookpro gdm[915]: GLib-GObject: invalid unclassed pointer in cast to 'GdmSimpleSlave'
Apr 15 00:36:21 archbookpro gdm[915]: Failed to give slave programs access to the display. Trying to proceed.

Here's the Xserver log
http://bpaste.net/show/205005/

And systemctl status gdm

sudo systemctl status gdm -l
● gdm.service - GNOME Display Manager
   Loaded: loaded (/usr/lib/systemd/system/gdm.service; disabled)
   Active: active (running) since Tue 2014-04-15 00:36:20 EDT; 4min 22s ago
 Main PID: 915 (gdm)
   CGroup: /system.slice/gdm.service
           ├─915 /usr/bin/gdm
           └─922 /usr/bin/Xorg :1 -background none -noreset -verbose 3 -logfile /dev/null -auth /var/run/gdm/auth-for-gdm-mfUeQ6/database -seat seat0 -nolisten tcp vt1

Apr 15 00:36:21 archbookpro gdm[915]: GLib-GObject: invalid unclassed pointer in cast to 'GdmSimpleSlave'
Apr 15 00:36:21 archbookpro gdm[915]: GLib-GObject: invalid unclassed pointer in cast to 'GdmSimpleSlave'
Apr 15 00:36:21 archbookpro gdm[915]: Failed to give slave programs access to the display. Trying to proceed.
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (II) Open ACPI successful (/var/run/acpid.socket)
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (II) intel(0): switch to mode 1280x800@60.2 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (II) intel(0): EDID vendor "APP", prod id 40131
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (II) intel(0): Printing DDC gathered Modelines:
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (II) intel(0): Modeline "1280x800"x0.0   72.50  1280 1328 1360 1423  800 803 809 846 -hsync -vsync (50.9 kHz eP)
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: (--) synaptics: bcm5974: touchpad found
Apr 15 00:36:57 archbookpro gdm-Xorg-:1[922]: setversion 1.4 failed: Permission denied

I've been stuck on this for a few hours now. I've tried reinstalling everything, downloading them fresh. The Xserver works for openbox fine. I really need some help getting gnome working again.

Last edited by Kopkins (2014-04-16 02:21:31)

Offline

#2 2014-04-15 18:44:54

prurigro
Member
Registered: 2008-03-14
Posts: 18

Re: [SOLVED] GLX not loading

I ran into your post a number of hours ago while trying to solve the same error message after upgrading, and I'm pleased to say I finally got things working again! smile I love gnome on that note, but I'm not a fan of how little and non-descriptive the gdm error messages have become...

So once I'd narrowed the issue down to not being exclusive to this release or Arch, I started expanding my searches and eventually found http://forums.debian.net/viewtopic.php?f=6&t=84115, which talks about a bash completion script getting loaded in /etc/profile, so I took a look and while I didn't find exactly that in my own setup, I did have a script in /etc/profile.d that loaded RVM (Ruby Version Manager) with a line that looked like: "[[ -f "${USERHOME}/.rvm/script/completion" ]] && source ${USERHOME}/.rvm/scripts/completion", and after removing the script and trying again to login (without needing to reboot or anything else), GDM logged me in for the first time since the upgrade.

Anyway, I feel your pain and have my fingers crossed it's the same thing for you- either way, good luck!

Offline

#3 2014-04-15 22:51:02

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: [SOLVED] GLX not loading

It's strange that I've been using gnome 3.12 since it was in testing and everything was fine. I can't launch gdm, and kdm loads but the gnome-session will fail if I try to launch it from kdm.

I'm not seeing any weird scripts in /etc/profile.d

It looks like GLX is not working correctly, trying to figure out how to fix it.

glxinfo                            
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
Error: couldn't find RGB GLX visual or fbconfig

Last edited by Kopkins (2014-04-16 01:33:08)

Offline

Board footer

Powered by FluxBB