Comment 86 for bug 303011

Revision history for this message
In , Fdo (fdo) wrote :

(In reply to comment #8)
> Eric:
> Just add:
> Option "ModeDebug" "true"
> to the end of /etc/X11/xorg.conf ?

Place this option inside the Device section e.g.:

Section "Device"
    Identifier "device1"
    VendorName "Intel Corp."
    BoardName ""
    Driver "intel"
    Option "ModeDebug" "true"
EndSection