Bug 336266

Summary: Online Update from 10/23/07 breaks X-Server on X86-64 architecture
Product: [openSUSE] openSUSE 10.3 Reporter: Juergen Orschiedt <jorschiedt>
Component: Update ProblemsAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Critical    
Priority: P5 - None CC: meissner
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 10.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Xorg Logfile from Server Startup
Xorg Logfile from SaX autorepair
xorg.conf from failing machine

Description Juergen Orschiedt 2007-10-24 11:03:51 UTC
Did the mandantory update of X-Server yesterday night.
  xorg-x11-server-7.2-143.4
  xorg-x11-server-extra-7.2-143.4

After restarting the box X-Server dies with Signal 11.
Neither automatic repair of X-Server nor running sax manually cure the problem.

Hardware:
  Latitude D820, Intel I945 Grafic chip
  Kernel 2.6.22.9-0.4-default, X86-64

Last famous words from Xorg.0.log:
(II) AIGLX: Loaded and initialized /usr/lib64/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x47d18d]
1: /lib64/libc.so.6 [0x2afb4ccd4bd0]
2: /usr/bin/X(xf86RandR12CreateScreenResources+0x1e6) [0x4ba556]
3: /usr/bin/X [0x4b4e8f]
4: /usr/bin/X(main+0x30f) [0x43a13f]
5: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2afb4ccc1b54]
6: /usr/bin/X(FontFileCompleteXLFD+0x229) [0x4395e9]

Fatal server error:
Caught signal 11.  Server aborting
Comment 1 Juergen Orschiedt 2007-10-24 11:04:36 UTC
Created attachment 180198 [details]
Xorg Logfile from Server Startup
Comment 2 Juergen Orschiedt 2007-10-24 11:05:11 UTC
Created attachment 180199 [details]
Xorg Logfile from SaX autorepair
Comment 3 Stefan Dirsch 2007-10-24 12:17:51 UTC
If you attach your /etc/X11/xorg.conf I can give you a workaround.

*** This bug has been marked as a duplicate of bug 331609 ***
Comment 4 Juergen Orschiedt 2007-10-24 12:21:01 UTC
Created attachment 180225 [details]
xorg.conf from failing machine
Comment 5 Stefan Dirsch 2007-10-24 12:41:17 UTC
Juergen, add 

  Option "monitor-LVDS" "Monitor[0]"

to Section "Device". Sonja, you already have this workaround in place and the fixed xorg-x11-server package as well. :-)
Comment 6 Juergen Orschiedt 2007-10-24 12:43:40 UTC
Thanks!
found it in xorg.conf from bug 331609 2mins before :)