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

Replies

Subject Author
Re: [gentoo-user] very poor video quality with xorg-server and ati video card Volker Armin Hemmann <volkerarmin@××××××××××.com>
Re: [gentoo-user] very poor video quality with xorg-server and ati video card Davide Carnovale <francesco.davide.carnovale@×××××.com>