Bug 136363 - i915: during installation, when choosing "test", display goes black.
Summary: i915: during installation, when choosing "test", display goes black.
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: SaX2 (show other bugs)
Version: Alpha 3plus
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 15:43 UTC by Forgotten User ZhJd0F0L3x
Modified: 2005-12-02 11:03 UTC (History)
2 users (show)

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User ZhJd0F0L3x 2005-12-01 15:43:40 UTC
i installed alpha3+ on a i915 notebook (sony vgn-fs115b). At the end of the installation, at the "Hardware Configuration" screen, i configured my monitor (1280x800), left the other settings as default (with "External Display: active" iirc)
There was no external display attached.

After hitting the "test" button, the display went black and never came back.

Marcus' investigation showed, that the sax profile tried to extract the display information from the Xserver logfile, but from the logfile of the running X server which was using the framebuffer device. This lead to a wrong MonitorLayout option ("CRT,DFP"), which in turn lead to the malfunction of the X server.
After manually reconfiguring the MonitorLayout, we were able to start an X server and with the log from the i915 server, sax was able to detect the correct monitorlayout.
Comment 1 Marcus Schaefer 2005-12-02 11:03:33 UTC
I fixed it. I changed the profile to automatically create a temp config
and start the X-Server with -probeonly. After this the profile will check
the newly written log file because it doesn't make sense to check the
framebuffer log file at that point