FreeBSD kde4

From Teknologisk videncenter
Revision as of 09:56, 16 December 2009 by Heth (talk | contribs)
Jump to: navigation, search
[root@mars ~]#<input>pkg_add -r bash</input>
[root@mars ~]#<input>pkg_add -r vim</input>
[root@mars ~]#<input>pkg_add -r xorg</input>
[root@mars ~]#<input>pkg_add -r kde4</input>
[root@mars ~]#<input>cp /usr/local/bin/bash /bin</input>
[root@mars ~]#<input>echo 'hald_enable="YES"' >> /etc/rc.conf</input>
[root@mars ~]#<input>echo 'dbus_enable="YES"' >> /etc/rc.conf</input>
[root@mars ~]#<input>/usr/local/etc/rc.d/hald start</input>
[root@mars ~]#<input>/usr/local/etc/rc.d/dbus start</input>
[root@mars ~]#<input>Xorg -configure</input>
[root@mars ~]#<input>cp ~/xorg.conf.new /etc/X11/xorg.conf</input>
[root@mars ~]#<input>echo '#!/bin/bash
PATH="/usr/local/kde4/bin:$PATH"
export PATH
startkde' >> ~/.xinitrc</input>
[root@mars ~]#<input>shutdown -r now</input>
[root@mars ~]#<input>xinit</input>