*Table of Contents*
{toc}

h1. Enable Autologin

h1. Configure xorg to bypass monitor

Modify */etc/X11/xorg.conf* and remove all content and add the following

{code}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{code}

You also may want to disable Bulletproof-X by modify */etc/gdm/gdm.conf* and commenting out the line

{code}FailsafeXServer=/etc/gdm/failsafeXServer{code}