Table of Contents
Modify /etc/X11/xorg.conf and remove all content and add the following
Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 58-62 VertRefresh 75-117 EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection |
You also may want to disable Bulletproof-X by modify /etc/gdm/gdm.conf and commenting out the line
FailsafeXServer=/etc/gdm/failsafeXServer |