Comment 12 for bug 83072

Revision history for this message
Boris DuĊĦek (dusek) wrote :

sadly, X crashes on start with Feisty RC
here is diff between xorg.conf from beta to RC:
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"
122c115
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"
126c119
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"
130c123
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"
134c127
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"
138c131
< Modes "1400x1050" "(pitch" "1400)"
---
> Modes "1024x768" "800x600" "640x480"

To clarify, in Beta, where it was working, the line with "(pitch" was used. In RC, the line where "1400x1050" resolution was missing was used

The most important part of Xorg.0.log (the very end):

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Generic Monitor: Using hsync value of 63.98 kHz
(II) VESA(0): Generic Monitor: Using vrefresh value of 60.02 Hz
(II) VESA(0): Not using mode "1024x768" (no mode of this name)
(II) VESA(0): Not using mode "800x600" (no mode of this name)
(II) VESA(0): Not using mode "640x480" (no mode of this name)
(II) VESA(0): Not using built-in mode "1400x1050" (hsync out of range)
(II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
(II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
(II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
(WW) VESA(0): No valid modes left. Trying less strict filter...

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x81) [0x80c5d91]
1: [0xffffe420]
2: /usr/X11R6/bin/X(InitOutput+0x9aa) [0x80a5b9a]
3: /usr/X11R6/bin/X(main+0x27b) [0x807456b]
4: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7dabebc]
5: /usr/X11R6/bin/X(FontFileCompleteXLFD+0x1e1) [0x8073ab1]

Fatal server error:
Caught signal 11. Server aborting

I will attach some full version of relevant files soon.