Kristofer Younger
2015-05-01 12:07:54 UTC
To get X running on Minix 3.3.0, as has been noted elsewhere, you need to
use this image:
minix3_3_0_ide_20141119_65eccd1.iso.bz2
<http://download.minix3.org/iso/snapshot/minix3_3_0_ide_20141119_65eccd1.iso.bz2>
I installed this 2014.11.19 dev image into a 8GB (disk), 1GB(memory)
virtualbox vm
Then, once that is running, logging in as root,
# Xorg -configure
which produces a xorg,conf.new file.
editing that, I removed all the Subsections in the Section "Screen" except
the one with a Depth of 16
then copy that file into /etc/X11/ as xorg.conf
# cp /root/xorg.conf.new /etc/X11/xorg.conf
I also put it /usr/pkg/X11R7/lib/X11/ , not sure why other than the Xorg
-configure suggested it.
# mkdir -p /usr/pkg/X11R7/lib/X11/
# cp /root/xorg.conf.new /usr/pkg/X11R7/lib/X11/xorg.conf
then in ~/.xinitrc I put...
#!/bin/sh
xsetroot -solid gray &
autocutsel -fork
xterm &
exec twm
and then X started & worked when I ran
# startx --
I switched my repo to the 3.3.1 one in
echo http://www.minix3.org/pkgsrc/packages/3.3.1/i386/All >
/usr/pkg/etc/pkgin/repositories.conf
and
pkgin update
pkgin install fluxbox
and replaced the exec twm line with
exec fluxbox
<Loading Image...
>
and it's limping looking like this.
by the way, uemacs, mg and jove are all in this repo, so for us emacs'ers,
you can pkgin install one of those....
use this image:
minix3_3_0_ide_20141119_65eccd1.iso.bz2
<http://download.minix3.org/iso/snapshot/minix3_3_0_ide_20141119_65eccd1.iso.bz2>
I installed this 2014.11.19 dev image into a 8GB (disk), 1GB(memory)
virtualbox vm
Then, once that is running, logging in as root,
# Xorg -configure
which produces a xorg,conf.new file.
editing that, I removed all the Subsections in the Section "Screen" except
the one with a Depth of 16
then copy that file into /etc/X11/ as xorg.conf
# cp /root/xorg.conf.new /etc/X11/xorg.conf
I also put it /usr/pkg/X11R7/lib/X11/ , not sure why other than the Xorg
-configure suggested it.
# mkdir -p /usr/pkg/X11R7/lib/X11/
# cp /root/xorg.conf.new /usr/pkg/X11R7/lib/X11/xorg.conf
then in ~/.xinitrc I put...
#!/bin/sh
xsetroot -solid gray &
autocutsel -fork
xterm &
exec twm
and then X started & worked when I ran
# startx --
I switched my repo to the 3.3.1 one in
echo http://www.minix3.org/pkgsrc/packages/3.3.1/i386/All >
/usr/pkg/etc/pkgin/repositories.conf
and
pkgin update
pkgin install fluxbox
and replaced the exec twm line with
exec fluxbox
<Loading Image...
and it's limping looking like this.
by the way, uemacs, mg and jove are all in this repo, so for us emacs'ers,
you can pkgin install one of those....
--
You received this message because you are subscribed to the Google Groups "minix3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minix3+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "minix3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minix3+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.