Bug 206487 - No new xorg.conf generated in installed openSUSE-10.2 alpha4
Summary: No new xorg.conf generated in installed openSUSE-10.2 alpha4
Status: RESOLVED DUPLICATE of bug 201121
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Installation (show other bugs)
Version: Alpha 4
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Lukas Ocilka
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 15:32 UTC by Petr Mladek
Modified: 2006-09-22 08:15 UTC (History)
1 user (show)

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


Attachments
y2logs (959.25 KB, application/x-compressed-tar)
2006-09-18 15:34 UTC, Petr Mladek
Details
xorg.conf used after installation. It was exactly the same as xorg.conf.install (5.17 KB, text/plain)
2006-09-18 15:35 UTC, Petr Mladek
Details
part of the source code - x11_finish (908 bytes, text/plain)
2006-09-21 16:05 UTC, Lukas Ocilka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Mladek 2006-09-18 15:32:18 UTC
The X server on the installed openSUSE-10.2-alpha4 was incredibly slow. It was because it was still running with the configuration that was used during installation (framebuffer).

It helped to generate new configuration via sax2.

Note that I neither changed nor even tested the X server configuration during installation. I have just accepted the X configuration.
Comment 1 Petr Mladek 2006-09-18 15:34:12 UTC
Created attachment 98960 [details]
y2logs
Comment 2 Petr Mladek 2006-09-18 15:35:20 UTC
Created attachment 98961 [details]
xorg.conf used after installation. It was exactly the same as xorg.conf.install
Comment 3 Marcus Schaefer 2006-09-21 12:14:38 UTC
The log doesn't show an error for the x11_proposal. I assume the code
for writing the configuration wasn't called. In the proposal I use

  //===================================================
  // writing configuration
  //---------------------------------------------------
  else if ( func == "Write" ) {
      boolean success = XLib::writeConfiguration();
      ret = $[ "success" : success ];
  } 

This hasn't change with 10.2 and the library call is also untouched.
So I assume the problem to be at the yast level ?
Comment 4 Thomas Fehr 2006-09-21 12:57:26 UTC
Reassigned to maintainer of yast2-installation
Comment 5 Lukas Ocilka 2006-09-21 16:04:48 UTC
Well, searching the log has revealed an obvious thing:

2006-09-18 12:02:10 <1> 10.20.1.17(3607) [wfm] clients/x11_finish.ycp:57 Pkg Builtin called: IsProvided                                                                
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [wfm] Package.cc(IsProvided):434 IsProvided called                                                                           
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [wfm] clients/x11_finish.ycp:60 Pkg Builtin called: IsSelected                                                               
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [YCP] clients/x11_finish.ycp:63 x11_installed: <false>                                                                       
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [YCP] clients/x11_finish.ycp:102 Include X11 config [instsys] to installed system: xorg.conf                                 
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [YCP] clients/x11_finish.ycp:116 Include X11 config [instsys] to installed system: xorg.conf.install                         
2006-09-18 12:02:10 <1> 10.20.1.17(3607) [YCP] clients/x11_finish.ycp:130 x11_finish finished

The xorg.conf is copied from during the x11_finish.ycp, on the other hand this is the first stage of the installation. X configuration in the second stage should have changed the configuration if it was wrong.

Jiri, don't you know why this is here? (see the source code that [will be] is attached below).
Comment 6 Lukas Ocilka 2006-09-21 16:05:28 UTC
Created attachment 99357 [details]
part of the source code - x11_finish
Comment 7 Lukas Ocilka 2006-09-22 08:15:57 UTC
Ah, I see.

It's a bug in Pkg::/zypp

It's a temporary fix for the installation. However I still think that Xconfiguration (Marcus' one) should reconfigure xorg.conf. Otherwise we are going to get such bugreports from comunity in Alpha5.

*** This bug has been marked as a duplicate of bug 201121 ***