Summary: | version 0.3.2 failing on VIA VT3324 (CX700). Card-Ids (1106|3157) | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | willem | ||||||||||||||||||||||||||||||||||
Component: | Driver/openchrome | Assignee: | Openchrome development list <openchrome-devel> | ||||||||||||||||||||||||||||||||||
Status: | RESOLVED INVALID | QA Contact: | |||||||||||||||||||||||||||||||||||
Severity: | blocker | ||||||||||||||||||||||||||||||||||||
Priority: | medium | CC: | gang65, kevinbrace, willem, xavier | ||||||||||||||||||||||||||||||||||
Version: | unspecified | ||||||||||||||||||||||||||||||||||||
Hardware: | All | ||||||||||||||||||||||||||||||||||||
OS: | Linux (All) | ||||||||||||||||||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||||||||||||||||||
i915 platform: | i915 features: | ||||||||||||||||||||||||||||||||||||
Attachments: |
|
Description
willem
2013-04-23 21:27:40 UTC
Please provide these patches for old openchrome 0.3.0 and attach Xorg.0.log file after crash. I found following patch list: http://lists.freedesktop.org/archives/openchrome-devel/2012-November/000841.html Created attachment 78428 [details]
original patch 0001
Created attachment 78429 [details]
original patch 0002
Created attachment 78430 [details]
original patch 0003
Created attachment 78431 [details]
original patch 0004
The patches mentioned above have been pushed to master some time ago and are part of the 0.3.2 release. What Willem is seeing is a failure to initialize the driver because the selected mode has been rejected by iga[12]_crtc_mode_fixup. However, the current code is not verbose at all on the reason for the rejection. I'm attaching a patch that doesn't fix the issue, but should provide more information on the mode rejection. The same mode rejection bug has been reported already and has been somewhat worked around by changing the connected monitor and thus the used mode. See https://bugs.freedesktop.org/show_bug.cgi?id=63194 Changing the screen won't indeed work here as the screen is a TV set, but it might be possible to tweak HorizSync and VertRefresh in the X conf to work around it. Anyway, this look as a regression, either in openchrome or in the X server and would need a proper fix. Bartosz, I've assigned the ticket back to openchrome-devel ML so the replies are still going to the mailing list. You're still in CC: though. Created attachment 78433 [details] [review] make iga[12]_crtc_mode_fixup more verbose when the mode is rejected Just did some more testing. Disconnected the TV and connected a 1920x1080 panel through DVI. Removed the /etc/X11/xorg.d/10-monitor.conf to rely on defaults and auto detects. Same error. Attached Xorg.0.log. Created attachment 78553 [details]
Xorg.0.log without any monitor.conf
Created attachment 79175 [details]
latest Xorg.0.log; still failing
Hi,
Just built from git. Still failing. Attached is the Xorg.0.log.
Anything else I can do?
Regards,
Willem
Created attachment 79177 [details] attachment-4186-0.html On 04/24/2013 07:30 PM, bugzilla-daemon@freedesktop.org wrote: > > *Comment # 8 <https://bugs.freedesktop.org/show_bug.cgi?id=63857#c8> > on bug 63857 <https://bugs.freedesktop.org/show_bug.cgi?id=63857> from > Xavier Bachelot <mailto:xavier@bachelot.org> * > Created attachment 78433 [details] [review] <attachment.cgi?id=78433> [details] <attachment.cgi?id=78433&action=edit> [review] <page.cgi?id=splinter.html&bug=63857&attachment=78433> > make iga[12]_crtc_mode_fixup more verbose when the mode is rejected > ------------------------------------------------------------------------ > You are receiving this mail because: > > * You are on the CC list for the bug. > * You reported the bug. > Hi, Just built from git. Still failing. This is the Xorg.0.log. Anything else I can do? Regards, Willem Created attachment 79178 [details]
attachment-4186-1.dat
Created attachment 79179 [details]
Xorg.0.log
Created attachment 79180 [details] attachment-4199-0.html On 04/24/2013 07:30 PM, bugzilla-daemon@freedesktop.org wrote: > > *Comment # 8 <https://bugs.freedesktop.org/show_bug.cgi?id=63857#c8> > on bug 63857 <https://bugs.freedesktop.org/show_bug.cgi?id=63857> from > Xavier Bachelot <mailto:xavier@bachelot.org> * > Created attachment 78433 [details] [review] <attachment.cgi?id=78433> [details] <attachment.cgi?id=78433&action=edit> [review] <page.cgi?id=splinter.html&bug=63857&attachment=78433> > make iga[12]_crtc_mode_fixup more verbose when the mode is rejected > ------------------------------------------------------------------------ > You are receiving this mail because: > > * You are on the CC list for the bug. > * You reported the bug. > Hi, Just built from git. Still failing. This is the Xorg.0.log. Anything else I can do? Regards, Willem Created attachment 79181 [details]
attachment-4199-1.dat
Created attachment 79182 [details]
Xorg.0.log
Created attachment 79555 [details]
latest Xorg.0.log; still failing
Just updated to the latest git clone. Compiled and installed. Still failing. Attached the Xorg.0.log.
Anything else I can do?
Created attachment 79567 [details] [review] patch to allow probing tv out Ok, I think I understand what is happening now. The tv out port is not probed because of commit 76515c8a369346d76864e55610a6a747d9b152d8 Please try this patch, it should fix the issue. Created attachment 79578 [details]
still no joy
Attached the Xorg.0.log when there is only a DVI panel connected. No joy in starting up LXDM.
When there is a TV connected, the box completely freezes. I lose connection - even ping does no longer work, so seems to me a kernel freeze.
The boot-blurb is shown on the TV set but when it tries to start LXDM the box freezes... There is no way I can get the Xorg.0.log file. The file is empty at the moment this happens (this I know because the box boots from the network and I can look into the "local" files on the server...).
Do you know how to use git ? We need to bisect to see where the problem is. On 05/21/2013 12:25 AM, bugzilla-daemon@freedesktop.org wrote: > > *Comment # 21 <https://bugs.freedesktop.org/show_bug.cgi?id=63857#c21> > on bug 63857 <https://bugs.freedesktop.org/show_bug.cgi?id=63857> from > James Simmons <mailto:jsimmons@infradead.org> * > Do you know how to use git ? We need to bisect to see where the problem is. > ------------------------------------------------------------------------ > You are receiving this mail because: > > * You are on the CC list for the bug. > * You reported the bug. > I think I do... I just cloned the latest one, then applied the patch provided by Xavier, recompiled, re-installed. Do you want me to try the latest git? We no longer support older releases like Version 0.3.x. If the problem persists with the latest official release version (Version 0.5) or the latest OpenChrome Git repository code (Version 0.5.181), please file a new bug report against the latest version. I will be closing the bug report due to these reasons. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.