Date: Sun, 9 Feb 2003 10:17:43 -0500 From: "kirt" <noodle@pwnd.org> To: <freebsd-questions@freebsd.org> Subject: Re: question Message-ID: <001601c2d04e$668e8d40$0a00000a@noodlexp> References: <20030209150414.78381.qmail@web20702.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
here is what i did recently (this is the very vanillla way) (as root) cd /usr/ports/x11/kde3/ make clean install if it completes the make without error, and you have already configured XFree86 then it's as simple as creating .xinitrc in your home directory containing 'startkde'. use your favorite editor, or if you haven't picked on yet.. (yet again, as root) cd echo 'startkde' > .xinitrc startx if you haven't configured XFree86 yet, get your hardware information together and run... xf86config good luck -- -- kirt -- pwnd.org ----- Original Message ----- From: "dark dragonz" <darkdragonz_1@yahoo.com> To: <freebsd-questions@freebsd.org> Sent: Sunday, February 09, 2003 10:04 AM Subject: question > what is your recommended configuration to make KDE > working properly? > thank you for your answer > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601c2d04e$668e8d40$0a00000a>