Gentoo Archives: gentoo-laptop

From: Mark Thompson <mark@×××××××××××××.ca>
To: gentoo-laptop@l.g.o
Subject: RE: [gentoo-laptop] 855gm - xorg - no 1024x768
Date: Tue, 26 Apr 2005 12:51:29
Message-Id: 200504261251.j3QCpTpn022587@robin.gentoo.org
In Reply to: Re: [gentoo-laptop] 855gm - xorg - no 1024x768 by Jordi Molina
1 Hi, thank you for the response.
2
3 I removed the VGA section and still
4 (II) I810(0): Not using mode "1024x768" (no mode of this name)
5
6
7 Here is my kernel config:
8
9 CONFIG_AGP=m
10 # CONFIG_AGP_ALI is not set
11 # CONFIG_AGP_ATI is not set
12 # CONFIG_AGP_AMD is not set
13 # CONFIG_AGP_AMD64 is not set
14 CONFIG_AGP_INTEL=m
15 CONFIG_AGP_INTEL_MCH=m
16 # CONFIG_AGP_NVIDIA is not set
17 # CONFIG_AGP_SIS is not set
18 CONFIG_DRM=m
19 # CONFIG_DRM_TDFX is not set
20 # CONFIG_DRM_R128 is not set
21 # CONFIG_DRM_RADEON is not set
22 CONFIG_DRM_I810=m
23 CONFIG_DRM_I830=m
24 CONFIG_DRM_I915=m
25 # CONFIG_DRM_MGA is not set
26 # CONFIG_DRM_SIS is not set
27 # CONFIG_MWAVE is not set
28 # CONFIG_RAW_DRIVER is not set
29 # CONFIG_HPET is not set
30 # CONFIG_HANGCHECK_TIMER is not set
31 CONFIG_FB=y ---- =no
32 CONFIG_FB_MODE_HELPERS=y
33 # CONFIG_FB_TILEBLITTING is not set
34 # CONFIG_FB_VGA16 is not set
35 CONFIG_FB_VESA=m
36 # CONFIG_FB_VESA_STD is not set
37 CONFIG_FB_VESA_TNG=y
38 CONFIG_FB_VESA_DEFAULT_MODE="800x600@60" --- 1024x768 does not work
39 CONFIG_VIDEO_SELECT=y
40 # CONFIG_FB_HGA is not set
41 # CONFIG_FB_RIVA is not set
42 CONFIG_FB_I810=m
43 CONFIG_FB_I810_GTF=y
44 CONFIG_FB_INTEL=m
45 CONFIG_FB_INTEL_DEBUG=y
46
47 Any other ideas I can try?
48 Saying my please and thank you's
49
50
51 mark
52
53
54
55
56
57
58
59 -----Original Message-----
60 From: Jordi Molina [mailto:warp3r@×××××.com]
61 Sent: Tuesday, April 26, 2005 6:32 AM
62 To: gentoo-laptop@l.g.o
63 Subject: Re: [gentoo-laptop] 855gm - xorg - no 1024x768
64
65 Hi,
66 FOA, if you have i855GM ensure that you have compiled the i915 DRI
67 module on the kernel.
68
69 and get rid of this part
70
71 Section "Device"
72
73 Identifier "Standard VGA"
74
75 VendorName "Unknown"
76
77 BoardName "Unknown"
78
79 Driver "vga"
80
81 EndSection
82
83
84 cheers
85 Jordi
86
87
88
89 On 4/25/05, Mark Thompson <mark@×××××××××××××.ca> wrote:
90 >
91 >
92 > Hello
93 >
94 >
95 >
96 > I have been trying to get 1024x768 on my Gateway PoS for a while now.
97 >
98 >
99 >
100 > Here is parts of Xorg.0.log
101 >
102 >
103 >
104 > gentoo root # grep 1024 /var/log/Xorg.0.log
105 >
106 >
107 >
108 > (II) I810(0): Integrated Graphics Chipset: Intel(R) 852GM
109 >
110 > (--) I810(0): Chipset: "852GM/855GM"
111 >
112 > (--) I810(0): Linear framebuffer at 0xE8000000
113 >
114 > (--) I810(0): IO registers at addr 0xE0000000
115 >
116 > (II) I810(0): 2 display pipes available.
117 >
118 > (II) I810(0): detected 8060 kB stolen memory.
119 >
120 > (II) I810(0): I830CheckAvailableMemory: 697340 kB available
121 >
122 > (II) I810(0): Checking Lid status enabled
123 >
124 > (II) I810(0): Will attempt to tell the BIOS that there is
125 12288
126 > kB VideoRAM
127 >
128 > (WW) I810(0): Extended BIOS function 0x5f11 not supported.
129 >
130 > (II) I810(0): Display Info: LFP (local flat panel): attached:
131 > TRUE, present: TRUE, size: (1024,768)
132 >
133 > (II) I810(0): Size of device LFP (local flat panel) is 1024 x
134 > 768
135 >
136 > (II) I810(0): Lowest common panel size for pipe B is 1024 x
137 768
138 >
139 > (II) I810(0): PanelID returned panel resolution : 1024x768
140 >
141 >
142 >
143 > Mode: 45 (1024x768)
144 >
145 > Mode: 47 (1024x600)
146 >
147 >
148 >
149 > (II) I810(0): Not using mode "1024x768" (no mode of this name)
150 >
151 > (II) I810(0): Increasing the scanline pitch to allow tiling
152 mode
153 > (800 -> 1024).
154 >
155 > (--) I810(0): Virtual size is 800x600 (pitch 1024)
156 >
157 >
158 >
159 >
160 >
161 >
162 >
163 > Here is my xorg.conf - Modelines generated from
164 > ddcxinfo-knoppix
165 >
166 > -----------------------------------------------------------------------
167 >
168 > gentoo root # more /etc/X11/xorg.conf
169 >
170 > Section "Module"
171 >
172 > Load "dbe" # Double buffer extension
173 >
174 > SubSection "extmod"
175 >
176 > Option "omit xfree86-dga" # don't initialise the DGA extension
177 >
178 > EndSubSection
179 >
180 > Load "type1"
181 >
182 > Load "freetype"
183 >
184 > # This loads the GLX module
185 >
186 > # Load "glx"
187 >
188 > # This loads the DRI module
189 >
190 > Load "dri"
191 >
192 > EndSection
193 >
194 > Section "Files"
195 >
196 > RgbPath "/usr/X11R6/lib/X11/rgb"
197 >
198 > FontPath "/usr/share/fonts/misc/"
199 >
200 > FontPath "/usr/share/fonts/TTF/"
201 >
202 > FontPath "/usr/share/fonts/Type1/"
203 >
204 > # FontPath "/usr/share/fonts/CID/"
205 >
206 > FontPath "/usr/share/fonts/75dpi/"
207 >
208 > FontPath "/usr/share/fonts/100dpi/"
209 >
210 > FontPath "/usr/share/fonts/local/"
211 >
212 > # FontPath "/usr/share/fonts/Speedo/"
213 >
214 > # FontPath "/usr/share/fonts/TrueType/"
215 >
216 > # FontPath "/usr/share/fonts/freefont/"
217 >
218 > # ModulePath "/usr/X11R6/lib/modules"
219 >
220 > EndSection
221 >
222 > Section "ServerFlags"
223 >
224 >
225 >
226 > EndSection
227 >
228 >
229 >
230 > Section "InputDevice"
231 >
232 > Identifier "Keyboard1"
233 >
234 > Driver "kbd"
235 >
236 > Option "AutoRepeat" "500 30"
237 >
238 > Option "XkbRules" "xorg"
239 >
240 > Option "XkbModel" "pc101"
241 >
242 > Option "XkbLayout" "us"
243 >
244 > EndSection
245 >
246 > Section "InputDevice"
247 >
248 > Identifier "Mouse1"
249 >
250 > Driver "mouse"
251 >
252 > Option "Protocol" "Auto"
253 >
254 > Option "Device" "/dev/input/mouse0"
255 >
256 > EndSection
257 >
258 >
259 >
260 > Section "Device"
261 >
262 > Identifier "Standard VGA"
263 >
264 > VendorName "Unknown"
265 >
266 > BoardName "Unknown"
267 >
268 > Driver "vga"
269 >
270 > EndSection
271 >
272 > Section "Device"
273 >
274 > Identifier "** Intel i810 (generic) [i810]"
275 >
276 > Driver "i810"
277 >
278 > # VideoRam 16384
279 >
280 > # Insert Clocks lines here if appropriate
281 >
282 > EndSection
283 >
284 >
285 >
286 > Section "Screen"
287 >
288 > Identifier "Screen 1"
289 >
290 > Device "** Intel i810 (generic) [i810]"
291 >
292 > Monitor "Monitor0"
293 >
294 > DefaultDepth 16
295 >
296 > Subsection "Display"
297 >
298 > Depth 16
299 >
300 > Modes "1024x768"
301 >
302 > ViewPort 0 0
303 >
304 > # Virtual 1280 1024
305 >
306 > EndSubsection
307 >
308 > EndSection
309 >
310 >
311 >
312 > Section "ServerLayout"
313 >
314 > Identifier "Simple Layout"
315 >
316 > Screen "Screen 1"
317 >
318 > InputDevice "Mouse1" "CorePointer"
319 >
320 > InputDevice "Keyboard1" "CoreKeyboard"
321 >
322 > EndSection
323 >
324 >
325 >
326 > # Section "DRI"
327 >
328 > # Mode 0666
329 >
330 > # EndSection
331 >
332 >
333 >
334 > Section "Monitor"
335 >
336 > Identifier "Monitor0"
337 >
338 > # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
339 >
340 > HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
341 >
342 > VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
343 >
344 > # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT
345 > default.
346 >
347 > # Default modes distilled from
348 >
349 > # "VESA and Industry Standards and Guide for Computer Display
350 > Monitor
351 >
352 > # Timing", version 1.0, revision 0.8, adopted September 17,
353 > 1998.
354 >
355 > # $XFree86:
356 > xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4
357 > 1999/11/18 16:52:17 tsi Exp $
358 >
359 > # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
360 >
361 > ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776
362 817
363 > +hsync +vsync Interlace
364 >
365 > # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
366 >
367 > ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777
368 806
369 > -hsync -vsync
370 >
371 > # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
372 >
373 > ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777
374 806
375 > -hsync -vsync
376 >
377 > # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
378 >
379 > ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772
380 800
381 > +hsync +vsync
382 >
383 > # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
384 >
385 > ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772
386 808
387 > +hsync +vsync
388 >
389 > # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
390 >
391 > ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814
392 > -HSync +Vsync
393 >
394 > --------------------------------------------------------------
395 >
396 >
397 >
398 >
399 >
400 > I have tried i915linux.tar.bz2 and i810linux.tar.bz2 from www.intel.com
401 >
402 >
403 >
404 > I tried the 855resolution patch (version 1,2 and 3) from Alain Poirier
405 >
406 >
407 >
408 > I tried a modified 1280patch based on 855resolution
409 >
410 >
411 >
412 > knoppix/slax livecds only give 800x600
413 >
414 >
415 >
416 > can anyone help me get 1024x768 on this , i'm stuck in XP until I do.
417 >
418 >
419 >
420 > thanks
421 >
422 > mark
423 >
424 >
425
426
427 --
428 Jordi Molina Casas (warp3r)
429 mail: warp3r@×××××.com
430 www: www.warp3r.com
431
432 If you're still sending mail to
433 warper@eresmas, please update your
434 address book, my current email
435 is warp3r@×××××.com
436
437 --
438 gentoo-laptop@g.o mailing list
439
440
441
442 --
443 gentoo-laptop@g.o mailing list

Replies

Subject Author
Re: [gentoo-laptop] 855gm - xorg - no 1024x768 "Francisco Figueiredo Jr." <fxjrlists@×××××××××.br>