* linux intel and xorg status on i915GM hardware
@ 2012-01-06 7:45 Knut Petersen
2012-01-06 12:36 ` Eugeni Dodonov
[not found] ` <4F06A6A7.5090500-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
0 siblings, 2 replies; 4+ messages in thread
From: Knut Petersen @ 2012-01-06 7:45 UTC (permalink / raw)
To: intel-gfx; +Cc: xorg-devel-go0+a7rfsptAfugRpC6u6w
Some comments related to linux and xorg git master on an AOpen i915GMm-hfs:
1: Xorg.0.log is full of (besides timestamp) identical EDID entries:
==================================================
[ 2502.358] (II) intel(0): EDID vendor "ENC", prod id 5769
[ 2502.358] (II) intel(0): Using EDID range info for horizontal sync
[ 2502.358] (II) intel(0): Using EDID range info for vertical refresh
[ 2502.358] (II) intel(0): Printing DDC gathered Modelines:
[ 2502.358] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 2502.358] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2502.358] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2502.358] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2502.358] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
The following bash script calculates the seconds between logged EDID reads:
y=0;
cat git/X11/var/log/Xorg.0.log | \
grep "EDID vendor" | \
sed -e "s/\[\ //" -e "s/\.[[:print:]]*//" | \
while read x; do \
if [ $y -ne 0 ]; then \
echo -n "$[$x-$y] "; \
fi; \
y=$x; \
done;
echo
Output of the script:
1048 31 101 629 243 11 253 1613 72 30 254 782
122 487 375 213 295 537 396 81 152 213 264 142
1 1 69 355 2313 203 132 1136 527 213 467 101
102 385 11 172 10 1146 406 406 203 132 426 507
1390 1 1 1063 2820 2850 2 1 667 213 588 1309
710 304 1867 1349 700 1501 507 447 274 182
609 984 771 1562 1675
No, no monitor has been connected or disconnected ... I do not see any pattern.
2. https://bugs.freedesktop.org/show_bug.cgi?id=42300 has not been resolved
============================================================
3. evdev: keyboard led problem, see http://lists.x.org/archives/xorg-devel/2012-January/028374.html
============================================================================
4. kernel: Polling occasionally distorts the framebuffer console
===============================================
_Very_ old bug, but "echo N > /sys/module/drm_kms_helper/parameters/poll" helps.
5. Xorg fails to start without a manually created "Section Modules" in config
=========================================================
see: https://bugs.freedesktop.org/show_bug.cgi?id=41208
6. "Thank you" to opensuse:
=====================
11.3 has the last reliable Xorg version for my hardware, 11.4 crashes/locks and 12.1
has render problems ... a good way to increase the number of people that use and test
the git master tree ;-))
cu,
-knut
_______________________________________________
xorg-devel-go0+a7rfsptAfugRpC6u6w@public.gmane.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux intel and xorg status on i915GM hardware
2012-01-06 7:45 linux intel and xorg status on i915GM hardware Knut Petersen
@ 2012-01-06 12:36 ` Eugeni Dodonov
[not found] ` <4F06A6A7.5090500-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
1 sibling, 0 replies; 4+ messages in thread
From: Eugeni Dodonov @ 2012-01-06 12:36 UTC (permalink / raw)
To: Knut Petersen; +Cc: intel-gfx, xorg-devel
[-- Attachment #1.1: Type: text/plain, Size: 406 bytes --]
On Fri, Jan 6, 2012 at 05:45, Knut Petersen <Knut_Petersen@t-online.de>wrote:
>
> 2. https://bugs.freedesktop.org/**show_bug.cgi?id=42300<https://bugs.freedesktop.org/show_bug.cgi?id=42300>has not been resolved
>
I believe Keith will queue the fix for this (which is the same as for
https://bugs.freedesktop.org/show_bug.cgi?id=41059 apparently) shortly.
--
Eugeni Dodonov
<http://eugeni.dodonov.net/>
[-- Attachment #1.2: Type: text/html, Size: 815 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux intel and xorg status on i915GM hardware
[not found] ` <4F06A6A7.5090500-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
@ 2012-01-06 14:28 ` Daniel Stone
2012-01-06 16:55 ` [Intel-gfx] " Adam Jackson
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Stone @ 2012-01-06 14:28 UTC (permalink / raw)
To: Knut Petersen; +Cc: intel-gfx, xorg-devel-go0+a7rfsptAfugRpC6u6w
Hi,
On 6 January 2012 07:45, Knut Petersen <Knut_Petersen-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org> wrote:
> Some comments related to linux and xorg git master on an AOpen i915GMm-hfs:
>
> 1: Xorg.0.log is full of (besides timestamp) identical EDID entries:
> ==================================================
> [...]
>
> The following bash script calculates the seconds between logged EDID reads:
>
> [...]
>
> No, no monitor has been connected or disconnected ... I do not see any
> pattern.
X clients can (and do) force EDID reprobing; the server doesn't
automatically reprobe of its own volition.
Cheers,
Daniel
_______________________________________________
xorg-devel-go0+a7rfsptAfugRpC6u6w@public.gmane.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Intel-gfx] linux intel and xorg status on i915GM hardware
[not found] ` <4F06A6A7.5090500-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
2012-01-06 14:28 ` Daniel Stone
@ 2012-01-06 16:55 ` Adam Jackson
1 sibling, 0 replies; 4+ messages in thread
From: Adam Jackson @ 2012-01-06 16:55 UTC (permalink / raw)
To: Knut Petersen; +Cc: intel-gfx, xorg-devel-go0+a7rfsptAfugRpC6u6w
On 1/6/12 2:45 AM, Knut Petersen wrote:
> 1: Xorg.0.log is full of (besides timestamp) identical EDID entries:
> ==================================================
>
> [ 2502.358] (II) intel(0): EDID vendor "ENC", prod id 5769
> [ 2502.358] (II) intel(0): Using EDID range info for horizontal sync
> [ 2502.358] (II) intel(0): Using EDID range info for vertical refresh
> [ 2502.358] (II) intel(0): Printing DDC gathered Modelines:
> [ 2502.358] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328
> 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
> [ 2502.358] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056
> 600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 2502.358] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800
> 480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 2502.358] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900
> 400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 2502.358] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184
> 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
Does this happen with no X apps running, just a naked X server? If so
you have something causing spurious hotplug interrupts. If not,
something in your session is querying the server a lot.
I believe gnome attempts to isolate calls to XRRGetScreenResources to
gnome-settings-daemon for precisely this reason (only one app really
needs to call it and the rest should query through the session bus).
> 5. Xorg fails to start without a manually created "Section Modules" in
> config
> =========================================================
> see: https://bugs.freedesktop.org/show_bug.cgi?id=41208
You really do have a toolchain bug there.
- ajax
_______________________________________________
xorg-devel-go0+a7rfsptAfugRpC6u6w@public.gmane.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-06 16:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06 7:45 linux intel and xorg status on i915GM hardware Knut Petersen
2012-01-06 12:36 ` Eugeni Dodonov
[not found] ` <4F06A6A7.5090500-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
2012-01-06 14:28 ` Daniel Stone
2012-01-06 16:55 ` [Intel-gfx] " Adam Jackson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.