Gentoo Archives: gentoo-user

From: Davide Carnovale <francesco.davide.carnovale@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] very poor video quality with xorg-server and ati video card
Date: Mon, 27 Dec 2010 23:38:09
Message-Id: AANLkTi=58N0qo0BM69XrpYtBH1YibYVbXnykcYYBcKNW@mail.gmail.com
In Reply to: Re: [gentoo-user] very poor video quality with xorg-server and ati video card by Davide Carnovale
1 problem solved, hooray!
2 thanks Volker for the guidance! it turned out to be a problem related to the
3 kernel config, as i had ati dri built there, and possibly some framebuffer
4 problems too.
5 Thanks a lot!
6
7 Davide
8
9 2010/12/28 Davide Carnovale <francesco.davide.carnovale@×××××.com>
10
11 >
12 > Mark, your config didn't helped me, thanks anyway =)
13 >
14 > Volker, my bad, you're right, i misread the supported cards and i thought
15 > HD 6000 and above were supported, while it is R600 and above.
16 > So i'll go again into the process of installing the ati driver and will pay
17 > more attention to all the steps now.
18 > thanks also for the config file walkthrough
19 > will let you know if i'll fix this.
20 >
21 > D
22 >
23 > 2010/12/27 Volker Armin Hemmann <volkerarmin@××××××××××.com>
24 >
25 > On Monday 27 December 2010 23:23:32 Davide Carnovale wrote:
26 >> > Volker, my card should not be supported by the ati-drivers package as
27 >> it's
28 >> > too old.
29 >>
30 >> wtf? A 5650 is RECENT and well supported by the ati-driver package.
31 >>
32 >>
33 >> > actually i tried emerging them and the xserver just hang on boot.
34 >> > are you sure that is the right way to go? can you link me the
35 >> instructions i
36 >> > should follow please?
37 >>
38 >>
39 >> http://www.gentoo.org/doc/en/ati-faq.xml
40 >>
41 >> you probably forgot to run eselect opengl set ati
42 >>
43 >>
44 >> > > Section "Files"
45 >> > >
46 >> > > ModulePath "/usr/lib64/xorg/modules"
47 >> > > FontPath "/usr/share/fonts/misc/"
48 >> > > FontPath "/usr/share/fonts/TTF/"
49 >> > > FontPath "/usr/share/fonts/OTF"
50 >> > > FontPath "/usr/share/fonts/Type1/"
51 >> > > FontPath "/usr/share/fonts/100dpi/"
52 >> > > FontPath "/usr/share/fonts/75dpi/"
53 >> > >
54 >> > > EndSection
55 >>
56 >> you can nuke everything above
57 >>
58 >> > >
59 >> > > Section "Module"
60 >> > >
61 >> > > Load "extmod"
62 >> > > Load "glx"
63 >> > > Load "dri"
64 >> > >
65 >> > > EndSection
66 >>
67 >> that section too.
68 >>
69 >> So far everything would have been autoloaded.
70 >>
71 >> > >
72 >> > > Section "DRI"
73 >> > >
74 >> > > Mode 0666
75 >> > >
76 >> > > EndSection
77 >>
78 >> unneccessary
79 >>
80 >> > >
81 >> > > Section "InputDevice"
82 >> > >
83 >> > > Identifier "Keyboard0"
84 >> > > Driver "keyboard"
85 >> > >
86 >> > > EndSection
87 >>
88 >> ok....
89 >>
90 >> > >
91 >> > > Section "InputDevice"
92 >> > >
93 >> > > Identifier "Mouse0"
94 >> > > Driver "mouse"
95 >> > > Option "Protocol" "auto"
96 >> > > Option "Device" "/dev/input/mice"
97 >> > > Option "ZAxisMapping" "4 5 6 7"
98 >> > >
99 >> > > EndSection
100 >>
101 >> ok....
102 >>
103 >> > >
104 >> > > Section "Extensions"
105 >> > >
106 >> > > Option "Composite" "Enable"
107 >> > >
108 >> > > EndSection
109 >>
110 >> so not needed
111 >>
112 >> > >
113 >> > > Section "Device"
114 >> > >
115 >> > > Identifier "Card0"
116 >> > > Driver "radeon"
117 >> > > #Option "monitor-VGA1" "Samsung2333"
118 >> > >
119 >> > > EndSection
120 >>
121 >> ok (beware.. if you use ati drivers)
122 >>
123 >> > >
124 >> > > Section "Monitor"
125 >> > >
126 >> > > Identifier "Samsung2333"
127 >> > > VendorName "Samsung"
128 >> > > ModelName "2333"
129 >> > > Option "PreferredMode" "1920x1080"
130 >> > > HorizSync 30-75
131 >> > > VertRefresh 56-61
132 >> > >
133 >> > > EndSection
134 >>
135 >> last three lines not needed...
136 >>
137 >> > >
138 >> > > Section "Screen"
139 >> > >
140 >> > > Identifier "Screen0"
141 >> > > Device "Card0"
142 >> > > Monitor "Samsung2333"
143 >> > > DefaultDepth 24
144 >> > > SubSection "Display"
145 >> > >
146 >> > > Viewport 0 0
147 >> > > Depth 8
148 >> > > Modes "1920x1080"
149 >> > >
150 >> > > EndSubSection
151 >> > > SubSection "Display"
152 >> > >
153 >> > > Viewport 0 0
154 >> > > Depth 16
155 >> > > Modes "1920x1080"
156 >> > >
157 >> > > EndSubSection
158 >> > > SubSection "Display"
159 >> > >
160 >> > > Viewport 0 0
161 >> > > Depth 24
162 >> > > Modes "1920x1080"
163 >> > >
164 >> > > EndSubSection
165 >> > >
166 >> > > EndSection
167 >>
168 >> all that stuff.. is really not needed.
169 >>
170 >> > >
171 >> > >
172 >> > > Section "ServerLayout"
173 >> > >
174 >> > > Identifier "cruncher"
175 >> > > Screen 0 "Screen0" 0 0
176 >> > > InputDevice "Mouse0" "CorePointer"
177 >> > > InputDevice "Keyboard0" "CoreKeyboard"
178 >> > >
179 >> > > EndSection
180 >> > >
181 >> ok.
182 >>
183 >> > > c2stable ~ #
184 >>
185 >>
186 >> just as example, my xorg.conf:
187 >>
188 >> Section "ServerLayout"
189 >> Identifier "Layout0"
190 >> Screen 0 "aticonfig-Screen[0]-0" 0 0
191 >> InputDevice "Keyboard0" "CoreKeyboard"
192 >> InputDevice "Mouse0" "CorePointer"
193 >> EndSection
194 >>
195 >> Section "Files"
196 >> EndSection
197 >>
198 >> Section "Module"
199 >> Load "evdev"
200 >> Load "v4l"
201 >> EndSection
202 >>
203 >> Section "ServerFlags"
204 >> Option "DontZap" "false"
205 >> Option "Xinerama" "off"
206 >> Option "AllowEmptyInput" "off"
207 >> EndSection
208 >>
209 >> Section "InputDevice"
210 >> Identifier "Mouse0"
211 >> Driver "evdev"
212 >> Option "CorePointer"
213 >> Option "Name" "Logitech, Inc. MX610 Laser Cordless Mouse"
214 >> EndSection
215 >>
216 >> Section "InputDevice"
217 >> Identifier "Keyboard0"
218 >> Driver "evdev"
219 >> Option "AutoRepeat" "500 30"
220 >> Option "XkbRules" "xorg"
221 >> Option "XkbModel" "evdev"
222 >> Option "XkbLayout" "de"
223 >> Option "XkbOptions" "terminate:ctrl_alt_bksp"
224 >> EndSection
225 >>
226 >> Section "Monitor"
227 >> Identifier "aticonfig-Monitor[0]-0"
228 >> Option "VendorName" "ATI Proprietary Driver"
229 >> Option "ModelName" "Generic Autodetecting Monitor"
230 >> Option "DPMS" "true"
231 >> EndSection
232 >>
233 >> Section "Device"
234 >> Identifier "aticonfig-Device[0]-0"
235 >> Driver "fglrx"
236 >> Option "Monitor-DFP1" "0-DFP1"
237 >> EndSection
238 >>
239 >> Section "Screen"
240 >> Identifier "aticonfig-Screen[0]-0"
241 >> Device "aticonfig-Device[0]-0"
242 >> Monitor "aticonfig-Monitor[0]-0"
243 >> DefaultDepth 24
244 >> SubSection "Display"
245 >> Viewport 0 0
246 >> Depth 24
247 >> EndSubSection
248 >> EndSection
249 >>
250 >>
251 >