Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ATI 1900 & ati drivers
Date: Mon, 18 Dec 2006 15:50:03
Message-Id: loom.20061218T163833-235@post.gmane.org
In Reply to: Re: [gentoo-user] ATI 1900 & ati drivers by Roman Zilka
1 Roman Zilka <rzilka <at> gvid.cz> writes:
2
3
4 > for starters: what do your /etc/X11/xorg.conf and /var/log/Xorg.0.log
5 > look like? What version of ati-drivers do you use? Have you tried
6 > another version?
7
8 Hello Roman,
9
10 The last few lines of the log file:
11
12 (II) Setting vga for screen 0.
13 (II) fglrx(0): === [atiddxPreInit] === begin, [s]
14 (II) Loading sub module "vgahw"
15 (II) LoadModule: "vgahw"
16 (II) Loading /usr/lib64/xorg/modules/libvgahw.so
17 (II) Module vgahw: vendor="X.Org Foundation"
18 compiled for 7.1.1, module version = 0.1.0
19 ABI class: X.Org Video Driver, version 1.0
20 (II) fglrx(0): PCI bus 1 card 0 func 0
21 (EE) fglrx(0): Given depth (16) is not supported by fglrx driver
22 (EE) fglrx(0): PreInitVisual failed
23 SetVBEMode failed
24 (EE) fglrx(0): PreInit failed
25 (II) fglrx(0): === [atiddxPreInit] === end
26
27 Backtrace:
28 0: X(xf86SigHandler+0x71) [0x48bea1]
29 1: /lib/libc.so.6 [0x2b3d616d0720]
30 2: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(atiddxDriverEntPriv+0xf)
31 [0x2b3d6304d
32 84f]
33 3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(atiddxFreeScreen+0x2b)
34 [0x2b3d63052b8
35 b]
36 4: X(xf86DeleteScreen+0x5b) [0x49f2ab]
37 5: X(InitOutput+0xa15) [0x45f7c5]
38 6: X(main+0x26f) [0x430e5f]
39 7: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b3d616be134]
40 8: X(FontFileCompleteXLFD+0xa1) [0x430339]
41
42 Fatal server error:
43 Caught signal 11. Server aborting
44
45
46 Here's the latest xorg.conf
47
48 Section "ServerLayout"
49 Identifier "X.org Configured"
50 Screen 0 "Screen0" 0 0
51 InputDevice "Mouse0" "CorePointer"
52 InputDevice "Keyboard0" "CoreKeyboard"
53 EndSection
54
55 Section "Files"
56 FontPath "/usr/share/fonts/misc/"
57 FontPath "/usr/share/fonts/TTF/"
58 FontPath "/usr/share/fonts/OTF"
59 FontPath "/usr/share/fonts/Type1/"
60 FontPath "/usr/share/fonts/CID/"
61 FontPath "/usr/share/fonts/100dpi/"
62 FontPath "/usr/share/fonts/75dpi/"
63 EndSection
64
65 Section "Module"
66 Load "glx"
67 Load "extmod"
68 Load "xtrap"
69 Load "record"
70 Load "dbe"
71 Load "dri"
72 Load "freetype"
73 Load "type1"
74 # James addes these
75 Load "ddc"
76 Load "vbe"
77 Load "GLcore"
78 Load "bitmap"
79 EndSection
80
81 Section "InputDevice"
82 Identifier "Keyboard0"
83 Driver "kbd"
84 EndSection
85
86 Section "InputDevice"
87 Identifier "Mouse0"
88 Driver "mouse"
89 # Option "Protocol" "auto"
90 Option "Protocol" "IMPS/2"
91 # Option "Device" "/dev/mouse"
92 Option "Device" "/dev/misc/psaux"
93 Option "ZAxisMapping" "4 5 6 7"
94 EndSection
95
96 Section "Monitor"
97 Identifier "Monitor0"
98 VendorName "Monitor Vendor"
99 ModelName "Monitor Model"
100 #james addes these lines:
101 #HorizSync 28.0 - 96.0
102 HorizSync 31.0 - 80.0
103 #VertRefresh 50.0 - 75.0
104 VertRefresh 60.0 - 75.0
105
106 EndSection
107
108 Section "Device"
109 ### Available Driver options are:-
110 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
111 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
112 ### [arg]: arg optional
113 #Option "ShadowFB" # [<bool>]
114 #Option "DefaultRefresh" # [<bool>]
115 #Option "ModeSetClearScreen" # [<bool>]
116 Identifier "Card0"
117 Driver "fglrx"
118 VendorName "ATI Technologies Inc"
119 BoardName "Unknown Board"
120 BusID "PCI:1:0:0"
121 EndSection
122
123 Section "Screen"
124 Identifier "Screen0"
125 Device "Card0"
126 Monitor "Monitor0"
127 DefaultColorDepth 16
128 SubSection "Display"
129 Depth 1
130 Modes "1680x1050" "1024x768"
131 EndSubSection
132 SubSection "Display"
133 Depth 4
134 Modes "1680x1050" "1024x768"
135 EndSubSection
136 SubSection "Display"
137 Depth 8
138 Modes "1680x1050" "1024x768"
139 EndSubSection
140 SubSection "Display"
141 Depth 15
142 Modes "1680x1050" "1024x768"
143 EndSubSection
144 SubSection "Display"
145 Depth 16
146 Modes "1680x1050" "1024x768"
147 EndSubSection
148 SubSection "Display"
149 Depth 24
150 Modes "1680x1050" "1024x768"
151 EndSubSection
152 SubSection "Display"
153 Depth 32
154 Modes "1680x1050" "1024x768"
155 EndSubSection
156
157 EndSection
158 Section "dri"
159 Group "video"
160 Mode 0666
161 EndSection
162
163
164 James
165
166 --
167 gentoo-user@g.o mailing list