You are not logged in.
Hi!
I added kdm to rc.conf modules section without configuring xorg.conf first and now I can't get back to console. My monitor just gives a out of range resolution error. Any ideas on how to fix this? Perhaps disable the module on boot.
I tried booting up a knoppix live cd and editing the rc.conf file in root mode but somehow i can't seem to write.
Thanks in advance!
Thanks in advance!
Offline
reboot, enter 'e' at the grub screen, choose your kernel line, add "single", then 'boot' and edit rc.conf
1000
Offline
ah it works thx!
wonder where u learn all these stuff...
Thanks in advance!
Offline
Just adding 1 to the kernel boot line is enough to boot in single user mode.
Try removing kdm from rc.conf and instead edit /etc/inittab where you can change the default run level from 3 to 5
id:5:initdefault:
and run kdm rather than xdm
x:5:respawn:/opt/kde/bin/kdm -nodaemon
If you get stuck in future, add 3 to the end of your boot line - you'll be in multi-user text mode but with network running so you can download packages, browse the forum with links. I recommend downloading the (text mode) mc file manager which also provides mcedit.
Offline
Thx for ur input!
Thanks in advance!
Offline