Gentoo Archives: gentoo-user

From: Sergio Polini <sp_rm_it@×××××.it>
To: gentoo-user@l.g.o
Subject: [gentoo-user] DRI lost after modular X and gcc-4.1.1
Date: Sun, 24 Sep 2006 21:40:58
Message-Id: 200609242333.14843.sp_rm_it@yahoo.it
1 I need your help ;-)
2 I've switched to modular X and gcc-4.1.1, and I've lost DRI :-(
3 My configuration:
4
5 HP dv5078EA (laptop)
6 Gentoo AMD64
7 Kernel 2.6.12-r10
8
9 in /usr/src/linux/.config:
10 CONFIG_MTRR=y
11 CONFIG_AGP=y
12 CONFIG_AGP_AMD64=y
13 CONFIG_AGP_INTEL=m
14 # CONFIG_DRM is not set
15
16 output of lspci | grep VGA:
17 01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon
18 XPRESS 200M 5955 (PCIE)
19
20 output of lspci | grep AGP:
21 <none>
22
23 sys-apps/portage 2.1.1
24 media-libs/mesa 6.4.2-r2
25 x11-base/xorg-x11 7.0-r1
26 x11-base/x11--drm 20060608
27
28 in /etc/make.conf:
29 VIDEO_CARDS="vga radeon"
30
31 in /etc/X11/xorg.conf:
32 Section "Module"
33 Load "dri"
34 Load "dbe"
35 SubSection "extmod"
36 Option "omit xfree86-dga"
37 EndSubSection
38 Load "type1"
39 Load "freetype"
40 Load "synaptics"
41 Load "glx"
42 EndSection
43 Section "Device"
44 Identifier "ATI Graphics Adapter"
45 Driver "radeon"
46 Option "AGPFastWrite" "1"
47 EndSection
48
49 output of eselect opengl show:
50 xorg-x11
51
52 output of glxinfo | grep direct:
53 direct rendering: No
54 OpenGL renderer string: Mesa GLX Indirect
55
56 in /var/log/Xorg.0.log:
57 (II) LoadModule: "dri"
58 (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
59 ...
60 (II) Loading sub module "drm"
61 (II) LoadModule: "drm"
62 (II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
63 ...
64 (II) Loading sub module "radeon"
65 (II) LoadModule: "radeon"
66 (II) Reloading /usr/lib64/xorg/modules/drivers/radeon_drv.so
67 ...
68 (--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5955 (PCIE)" ChipID
69 = 0x5955)
70 (--) RADEON(0): Linear framebuffer at 0xc0000000
71 (II) RADEON(0): PCI card detected
72 drmOpenDevice: node name is /dev/dri/card0
73 drmOpenDevice: open result is -1, (No such device or address)
74 drmOpenDevice: open result is -1, (No such device or address)
75 drmOpenDevice: Open failed
76 drmOpenByBusid: Searching for BusID pci:0000:01:05.0
77 drmOpenDevice: node name is /dev/dri/card0
78 drmOpenDevice: open result is -1, (No such device)
79 drmOpenDevice: open result is -1, (No such device)
80 drmOpenDevice: Open failed
81 drmOpenByBusid: drmOpenMinor returns -1023
82 drmOpenDevice: node name is /dev/dri/card1
83 drmOpenDevice: open result is -1, (No such device)
84 drmOpenDevice: open result is -1, (No such device)
85 drmOpenDevice: Open failed
86 ...
87 drmOpenDevice: node name is /dev/dri/card14
88 drmOpenDevice: open result is -1, (No such device)
89 drmOpenDevice: open result is -1, (No such device)
90 drmOpenDevice: Open failed
91 (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
92 [dri] Disabling DRI.
93
94 output of lsmod, first three lines;
95 Module Size Used by
96 radeon 123808 0
97 drm 101544 1 radeon
98
99 output of ls -al /dev/dri:
100 total 0
101
102 Docs checked:
103 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
104 http://www.gentoo.org/doc/en/gcc-upgrading.xml
105 http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
106
107 Any hints?
108
109 Thanks
110 Sergio
111 --
112 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1 Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1 Jerry McBride <mcbrides9@×××××××.net>
Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1 Benno Schulenberg <benno.schulenberg@×××××.com>