You are not logged in.
Pages: 1
I have just installed arch linux on my laptop. It's wonderful. I decided to install kde via
pacman -S kdebase-workspace
That installed fine. I then edited the config file /etc/inittab and uncommented and commented all the things I was supposed to. However, when I boot up arch linux it still only have a CLI based system. There is no nice fancy kde DE that I installed. I had previously installed xorg with
pacman -S xorg-server xorg-xinit xorg-server-utils
It seemed fine but when I run startx I get an error. I am not sure what to do at this point as I have referred to the Wiki.
Last edited by xworld (2012-06-02 08:24:14)
Offline
I've never used KDE, but it sounds like your problems are more basic than anything inherent to KDE.
First, are you sure that is all that needs to be installed? The wiki lists other packages. Why do you think kdebase-workspace is sufficient?
Next, to continue troubleshooting (if installing the other packages doesn't help) could you post your inittab and xintrc.
I just found where the kde-workspace is mentioned on the wiki. That is not remotely sufficient for KDE. Please read the wiki from the TOP where it talks about installing KDE.
Last edited by Trilby (2012-06-02 02:43:22)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Hmm. Ok I guess running pacman -S kde might be better. Also when I run startx shouldn't some very basic window interface come up instead of just an error?
Offline
Not if you editted your .xinitrc according to the wiki. That tries to run startkde, but there is no kde to start.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Wow I completely skimmed over that little part. Thanks for the help
EDIT: I finally found .xinitrc, opened it, and edited it. Rebooted and still CLI only. So I deleted the file because that's what it said to do on the Arch Wiki and still nothing. Now I can't go back and edit the file because I deleted it. I think I am in a pickle
Last edited by xworld (2012-06-02 06:47:06)
Offline
You can easily create a file from the CLI.
$ nano ~/.xinitrc
Edit away and save with Ctrl+X.
There's a wiki page on KDE, which has everything you need on how to install and start it.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Please, post your .xinitrc and /etc/inittab file.
Last edited by Shark (2012-06-02 07:54:17)
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
Did you follow the Beginners' Guide? That would have told you how to install and run a basic test on X before you started installing fancy stuff like KDE.
Ref.: https://wiki.archlinux.org/index.php/Be … #Install_X
Did you install a video driver?
*What* error do you get when you try startx?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1