You are not logged in.

#1 2012-11-05 11:26:56

Youbi
Member
Registered: 2012-11-05
Posts: 2

Can’t launch anygame - libgl 9 + intel-dri 9 (i915 module)

Hello,

I got a problem after last update, i can’t launch any game (i already had this
problem before, but only with some games).
Here is the message i got when trying to launch a game (with or without wine):

X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  311
  Current serial number in output stream:  315
(472) [root@astroboy] ~ # lsmod|grep i915
i915                  440634  2
video                   9884  1 i915
button                  3710  1 i915
i2c_algo_bit            4583  1 i915
intel_agp               8592  1 i915
intel_gtt              12173  3 i915,intel_agp
drm_kms_helper         28941  1 i915
drm                   180042  3 i915,drm_kms_helper
i2c_core               16943  5 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit
(473) [root@astroboy] ~ # lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
(474) [root@astroboy] ~ # pacman -Q linux libgl intel-dri
linux 3.6.5-1
libgl 9.0-1
intel-dri 9.0-1

Even if i downgrade, i’ll still got issues, so downgrade is not the solution
(imho).

Offline

#2 2012-11-05 15:33:42

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Can’t launch anygame - libgl 9 + intel-dri 9 (i915 module)

I have a similarly old card, same issues and I read this as 'go buy a real graphics card' ;P

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

A somewhat similar thread, but I'm not sure if this solution would work for you: https://bbs.archlinux.org/viewtopic.php?id=151044

Offline

#3 2012-11-05 17:36:29

Youbi
Member
Registered: 2012-11-05
Posts: 2

Re: Can’t launch anygame - libgl 9 + intel-dri 9 (i915 module)

Oh, thanks.
But disabling GPU acceleration is not a solution, as the game will be too slow to play sad

Offline

#4 2012-11-05 19:25:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Can’t launch anygame - libgl 9 + intel-dri 9 (i915 module)

Have you tried running uxa instead of sna?

I'm talking about

Option "AccelMethod" "sna"

from /etc/X11/xorg.conf.d/20-intel.conf.

I can't really test it because my gpu hangs w/o the acceleration disabled.

Last edited by karol (2012-11-05 19:29:03)

Offline

#5 2013-01-18 02:05:59

thebluesgnr
Member
Registered: 2012-04-02
Posts: 18

Re: Can’t launch anygame - libgl 9 + intel-dri 9 (i915 module)

I had a similar issue on my x86_64 system. The solution was to install the lib32-intel-dri package.

Offline

Board footer

Powered by FluxBB