Gentoo Archives: gentoo-user

From: Rafael Barrera Oro <borafael@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ati 3d not working
Date: Mon, 24 Sep 2007 14:54:59
Message-Id: a964044f0709240739nd7c2c48u823de9c49afa3e99@mail.gmail.com
In Reply to: [gentoo-user] Ati 3d not working by Johannes Skov Frandsen
1 ¿how are your kernel settings regarding acceleration?
2
3 2007/9/24, Johannes Skov Frandsen <joe@×××××.com>:
4 >
5 > Hey
6 >
7 > Anybody had any luck with enabling opengl in gnome with a ATI FireGL
8 > V3300 card.
9 >
10 > I have the proprietary driver loaded and working, but my log tells me I
11 > have no 3d support because of some DRI issues.
12 >
13 > (WW) fglrx(0): ***********************************************
14 > (WW) fglrx(0): * DRI initialization failed! *
15 > (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
16 > (WW) fglrx(0): * 2D acceleraton available (MMIO) *
17 > (WW) fglrx(0): * no 3D acceleration available *
18 > (WW) fglrx(0): ********************************************* *
19 >
20 > I have compiled the xorg server with the following settings:
21 >
22 > x11-base/xorg-server-1.3.0.0 USE="dri ipv6 nptl xorg"
23 > INPUT_DEVICES="evdev keyboard mouse" VIDEO_CARDS="fglrx "
24 >
25 > and the ati driver with these settings:
26 >
27 > x11-drivers/ati-drivers-8.39.4 USE="-acpi"
28 >
29 > I have include my log and my config if they could be useful in clearing
30 > up the issue.
31 >
32 > Any help or pointer appriciated.
33 >
34 > --
35 >
36 > Regards / Venlig hilsen
37 >
38 > Johannes Skov Frandsen
39 >
40 >
41 > Section "ServerLayout"
42 > Identifier "Simple Layout"
43 > Screen 0 "ATI Screen" 0 0
44 > InputDevice "Mouse1" "CorePointer"
45 > InputDevice "Keyboard1" "CoreKeyboard"
46 > EndSection
47 >
48 > Section "Files"
49 > FontPath "/usr/share/fonts/misc/"
50 > FontPath "/usr/share/fonts/75dpi/"
51 > EndSection
52 >
53 > Section "Module"
54 > Load "dbe" # Double buffer extension
55 > SubSection "extmod"
56 > Option "omit xfree86-dga" # don't initialise the
57 > DGA extension
58 > EndSubSection
59 > Load "freetype"
60 > Load "dri"
61 > Load "glx"
62 > EndSection
63 >
64 > Section "InputDevice"
65 > Identifier "Keyboard1"
66 > Driver "kbd"
67 > Option "AutoRepeat" "500 30"
68 > Option "XkbRules" "xorg"
69 > Option "XkbModel" "pc105"
70 > Option "XkbLayout" "dk"
71 > EndSection
72 >
73 > Section "InputDevice"
74 > Identifier "Mouse1"
75 > Driver "mouse"
76 > Option "Protocol" "Auto" # Auto detect
77 > Option "ZAxisMapping" "4 5 6 7"
78 > Option "Emulate3Buttons"
79 > EndSection
80 >
81 > Section "Monitor"
82 > Identifier "HP LP2465"
83 > Option "VendorName" "ATI Proprietary Driver"
84 > Option "ModelName" "Generic Autodetecting Monitor"
85 > Option "DPMS" "true"
86 > EndSection
87 >
88 > Section "Device"
89 > Identifier "ATI FireGL V3300"
90 > Driver "fglrx"
91 > EndSection
92 >
93 > Section "Screen"
94 > Identifier "ATI Screen"
95 > Device "ATI FireGL V3300"
96 > Monitor "HP LP2465"
97 > DefaultDepth 24
98 > SubSection "Display"
99 > Viewport 0 0
100 > Depth 24
101 > EndSubSection
102 > EndSection
103 >
104 > Section "dri"
105 > Mode 0666
106 > EndSection
107 >
108 >
109 >
110 >
111 >

Replies

Subject Author
Re: [gentoo-user] Ati 3d not working Johannes Skov Frandsen <joe@×××××.com>