Results 1 to 4 of 4
Hi guys,
While playing around with the boot options in PC Linux OS, I accidentally changed the startup type to text mode so now it does not start KDM when ...
- 09-24-2007 #1Just Joined!
- Join Date
- Nov 2006
- Location
- ~/
- Posts
- 40
PCLOS: Stopped KDM, now I can't get it to start.
Hi guys,
While playing around with the boot options in PC Linux OS, I accidentally changed the startup type to text mode so now it does not start KDM when I boot. I do not know what to do from here. I tried this:
But got an error about the timestamp. I tried it without sudo and it said it was an invalid directory. What should I do from here? Please help.Code:sudo /etc/init.d/kdm start
Thanks,
BigFoot.
- 09-24-2007 #2
Have you tried just:
or:Code:sudo kdm
or even:Code:startkde
?Code:startx
- 09-27-2007 #3Just Joined!
- Join Date
- Nov 2006
- Location
- ~/
- Posts
- 40
Thanks Dan. I tried those and looking at the errors (I don't remember them exactly but I can get them again) I think I may have accidentally messed up my xorg.conf file. Is there anyway to restore it to the default state using the Vesa mode?
- 09-27-2007 #4
Yes. Open a terminal and cd to the directory where it is. As "su" do:
Now to see the files...Code:cd /etc/X11
Likely there is one there called xorg.conf~ along with the present file which is xorg.conf. We need to rename your exisiting xorg.conf. Below, make sure there are TWO "~" at the end before pressing enter!Code:ls
(We want to keep your present config in case you by chance need it again...) Next, rename your original xorg.conf~ back to what it was before...Code:mv xorg.conf xorg.conf~~
Code:mv xorg.conf~ xorg.conf
...again to see that everything went according to plan. Among other files, you should see xorg.conf and xorg.conf~~. Save, and log out of X, then log back in. You should now be back like you were before you changed the file.Code:ls


Reply With Quote
