Gentoo Archives: gentoo-user

From: Wolfgang.Liebich@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] DRI doesn't work with xorg 7.4 and an intel chipset Q35 board
Date: Fri, 27 Mar 2009 07:20:32
Message-Id: 20090327071749.GA29513@marduk.amd64.dev.gentoo.org
1 Hi,
2 I've a (somewhat new) computer with an intel Q35 chipset graphics.
3 Until yesterday I ran the stable xorg-x11 version, with USE=dri and
4 USE=opengl enabled.
5 BUT as soon as I started a program which wanted to do something with
6 OpenGL (like google earth, amarok with openGL use flag, or just
7 glxgears),
8 the xorg-xserver crashed. Absolutely reliably.
9
10 I found a comment about the incomplete support for openGL/dri for i915
11 graphic cards in the stable xorg driver, so I upgraded to xorg-x11 7.4
12 (with a whole lot of unmasking).
13
14 Now I don't get a crash, BUT still dri don't work (didn't work earlier
15 on, too - but I have no traces).
16
17 I've loaded the drm module with debug=1, and found the syslog messages
18 (snipped):
19 [drm:i915_getparam] *ERROR* Unknown parameter 5
20 and
21
22 [drm:i915_initialize] *ERROR* can not ioremap virtual address for ring
23 buffer
24
25 In Xorg.0.log I found following warnings and errors:
26 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
27 and
28 (EE) intel(0): I830 Dma Initialization Failed
29
30 I've tried both XAA and EXA - didn't change a thing.
31
32 I've upgraded to 2.6.27-gentoo-r10 - no change.
33 xdriinfo says:
34 $xdriinfo
35 Screen 0: not direct rendering capable.
36
37 BUT:
38
39 $ glxinfo
40 name of display: :0.0
41 display: :0 screen: 0
42
43 direct rendering: Yes
44
45 What can I do now?
46 What is going on here???
47
48 Puzzled,
49 Wolfgang

Replies

Subject Author
Re: [gentoo-user] DRI doesn't work with xorg 7.4 and an intel chipset Q35 board Andrew Gaydenko <a@××××××××.com>
Re: [gentoo-user] DRI doesn't work with xorg 7.4 and an intel chipset Q35 board Mike Kazantsev <mike_kazantsev@×××××××.net>