Code: Select all
emerge kdeCode: Select all
emerge kdeHmm ive got 1.8Ghz of amd power, i think i'll buckle up my PC for staying on overnight. So it will compile and everythign on its own, i dont need to enter any more commands?Deedook wrote:The portage system will take care of everything for you. 'emerge kde' will work fine. Probably it will compile x and a bunch of other dep for you when you emerge kde, if that isn't done before. Don't plan to use your computer for around 10-20 hours (depending on how fast your pc is), compiling kde takes a lot of time. emerge calculates dependencies, downloads sources and compiles everything. It couldn't be easier.
Yeah, just make sure you have your USE flags defined. I think they're "+kde +qt". I let mine emerge before I left for work, so it was ready by the time I got home. So easyHmm ive got 1.8Ghz of amd power, i think i'll buckle up my PC for staying on overnight. So it will compile and everythign on its own, i dont need to enter any more commands?
Thanks for the link, i didnt notice that one. now time to put my PC to workGemini wrote:Perhaps you've allready read this, but if you haven't the Gentoo Linux Desktop Configuration Guide tells you how to install KDE, how to set up your USE flags and how to get KDE started up automaticly at boot time.
I have a P4, 2.0, with 512 mb PC2700 DDR RAM, and the emerge process took me about 16 hours (that is to say, I personally didn't do very much, but my computer had a though time)
Good luck
yes it isPosilFire wrote:right it finished installing overnight some time, and i followed the guide. My problem in when i type "startx" i get a bunch of error messages and then it goes back to the prompt, is that the correct way to start KDE?
ATi radeon 8500balk wrote:yes it isPosilFire wrote:right it finished installing overnight some time, and i followed the guide. My problem in when i type "startx" i get a bunch of error messages and then it goes back to the prompt, is that the correct way to start KDE?(well, depeding on your own settings it is)
But if you get errors, X is not configured. How experienced are you in terms of linux on a desktop? The graphicssystem in linux is layered. On the bottom sits the kernel and on top of it some userspace. Xfree provides the ability to open graphical programs and a window manager helps you manage the placement of these programs.
KDE or Gnome provide windowmanagers (and many many more, like a full-featured taskbar etc) but they cannot start until X is started. X can only start if it is configured right. Take a look at xf86cfg (as root) or if it does not run, xf86config. These programs will help you with your configuration.
What graphics card do you have?
By the way, take a look at the Gentoo desktop guide:
http://www.gentoo.org/doc/en/desktop.xml#doc_chap2
to get in kde do 'startx /usr/kde/3.1/bin/startkde' instead of startx.PosilFire wrote:right i configured xfree86, now when i type startx it brings up a white screen with the time in the top left hand corner and a command line based screen. How do i get into kde now?
Code: Select all
#!/bin/sh
/usr/kde/3.1/bin/startkde
