Comment 2 for bug 532579

Revision history for this message
TJ (tj) wrote : Re: [Lucid] Segfault in libint10 when restarting xserver or using custom xorg.conf

I found that the cause of this problem is that, when using the custom xorg.conf (and presumably failsafes?), the vesa module isn't loaded. Simply adding a Modules section to the custom xorg.conf solved the issue:

Section "Module"
  Load "vesa"
EndSection

This combined with the custom monitor settings finally allows Lucid to display 1024x768 across the full LCD, which allows the woraround for bug #288807 to function again.