Bug 304142 - SaX2 produces unusable xorg.conf
Summary: SaX2 produces unusable xorg.conf
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: SaX2 (show other bugs)
Version: Beta 2
Hardware: i686 openSUSE 10.3
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Marcus Schaefer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 06:23 UTC by Frank-Michael Fischer
Modified: 2007-09-06 14:03 UTC (History)
0 users

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


Attachments
syntax error in monitor section of SaX.log (11.75 KB, text/plain)
2007-08-24 06:23 UTC, Frank-Michael Fischer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank-Michael Fischer 2007-08-24 06:23:05 UTC
Created attachment 159609 [details]
syntax error in monitor section of SaX.log

with my gfxcard:

01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)

SaX2 produces during installation:

Section "Monitor"
  DisplaySize  338 270
  HorizSync    30-82
  Identifier   "Monitor[0]"
  ModelName    "CMC 17" AD"
  Option       "DPMS"
  VendorName   "CMO"
  VertRefresh  43-75
  UseModes     "Modes[0]"
EndSection

Due to the triple quotes in 'ModelName    "CMC 17" AD"' X11 does not start.

After installation SaX2 refuse to produce xorg.conf since it cannot start the server due to this syntax error.

Workaround: edit xorg.conf, delete the quote in the middle
Comment 1 Marcus Schaefer 2007-08-24 08:57:22 UTC
*Huh* what a bug.

Could you provide the information from

  hwinfo --monitor

Thanks
Comment 2 Marcus Schaefer 2007-08-24 09:49:49 UTC
could reproduce this one... fixed
Comment 3 Frank-Michael Fischer 2007-08-24 11:10:36 UTC
Thanks! Fixed in Milestone? With the upcoming release? Or in factory already?
Comment 4 Marcus Schaefer 2007-08-24 11:15:26 UTC
with the next beta, but I checked in a version to openSUSE, which is building _now_ :-)
Comment 5 Frank-Michael Fischer 2007-09-06 14:03:46 UTC
Fixed with Beta3 now. Thanks!