Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:

    Code:
    sudo /etc/init.d/kdm start
    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.

    Thanks,
    BigFoot.

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Have you tried just:
    Code:
    sudo kdm
    or:
    Code:
    startkde
    or even:
    Code:
    startx
    ?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just 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?

  4. #4
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by BigFoot13 View Post
    Is there anyway to restore it to the default state using the Vesa mode?
    Yes. Open a terminal and cd to the directory where it is. As "su" do:
    Code:
    cd /etc/X11
    Now to see the files...
    Code:
    ls
    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:
    mv xorg.conf xorg.conf~~
    (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:
    ls
    ...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.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...