On Sat, 23 Jul 2005, Qv6 wrote:
On Thursday 21 July 2005 12:15 pm, Stephen Marley wrote:
On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote:
#based on a solution posted by S.Marley
echo -n ' kdm'; (sleep 5; /usr/local/bin/kdm
${kdm_flags}) &
Don't do that. Use /etc/ttys if thats the effect you want.
Any good reason not to? I posted the a solution using ttys too, but
both required a sleep.
To the OP: run genkdmconf
Thanks to all. The issue has been resolved. I'll try and put all steps
in one little guide or howto (from zero to desktop in OpenBSD) so all
the info on building an obsd kde desktop can be found in one place.
Please do. I can use Macintosh and am learning to use FreeBSD, but
so far have only had some success with Packet Firewall on OpenBSD. I
learned how to bridge this afternoon. :)
I got the sources for 3.7 and Ports okay, but have not been abled
to run X yet. I am not sure whether to do this:
# rm -rf /usr/Xbld
# mkdir -p /usr/Xbld
# cd /usr/Xbld
# lndir ../XF4
[...lots of output...]
# make build
[...lots of output...]
There is not a directory called XF4?
Apparently, I was not very good with 3.7/tools/ as well, because I had
to compile with:
# cd /usr/src/etc && env DESTDIR=/ make distrib-dirs
Thanks,
Darrel