As of yesterday, I reverted to a bare-bones xorg.conf, but it crashed
on me again this morning.

Here's my current file:
#############
Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

#########

So, I should modify it to read as follows, correct?

###########
Section "Device"
        Identifier      "Configured Video Device"
        Driver          "intel"
        Option "FramebufferCompression" "false"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection
#############

On Tue, Mar 10, 2009 at 1:02 PM, Tino Keitel <[email protected]> wrote:
> On Tue, Mar 10, 2009 at 12:08:31 -0400, Jamie Jackson wrote:
>> My X is crashing a couple/few times a day. The screen starts flashing
>> black and blacker, and then it just stays black. I'm forced to hard
>> reset.
>>
>> Dell D620 with Ubuntu 8.10
>>
>> Please let me know how to fix/work around.
>
> Does it help to disable framebuffer compression in xorg.conf?
>
> Example:
>
> Section "Device"
>        Identifier      "Configured Video Device"
>        Driver          "intel"
>        Option "FramebufferCompression" "false"
> EndSection
>
> Regards,
> Tino
> _______________________________________________
> xorg mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/xorg
>
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to