Quote:
Originally posted by iansworld
I set the monitor resolution to higher than what it supports. When it boots and starts the x server, the monitor blanks out. How do I either disable the x login or put it at a low resolution like SVGA.
- Ian
|
I recommend you add "3" to your kernel arguments in your bootloader settings. This will disable booting into runlevel 5.
Ex:
Disabling X Server
Edit the following lines to /boot/grub/grub.conf where it says:
Code:
kernel /boot/vmlinuz-<kernel version> ro root=LABEL=/ quiet
Replace it with (NOTE: You can put the "3" wherever you want):
Code:
kernel /boot/vmlinuz-<kernel version> ro root=LABEL=/ 3 quiet
Save the config file and reboot linux.