You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Table of Contents

Enable Autologin

Configure xorg to bypass monitor

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
Unknown macro: {rate}
  • No labels