...
Table
...
of
...
Contents
...
Table of Contents |
---|
Enable Autologin
Configure xorg to bypass monitor
Modify /etc/X11/xorg.conf
...
and
...
remove
...
all
...
content
...
and
...
add
...
the
...
following
Code Block |
---|
}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 Block |
---|
}FailsafeXServer=/etc/gdm/failsafeXServer{code} {rate} |