Page 1 of 1

002-xorg module for sensei 3.1

Posted: 17 Oct 2015, 23:24
by ncmprhnsbl
heres Sensei 3.1 http://forum.porteus.org/viewtopic.php? ... 255#p37197
http://sourceforge.net/projects/senseig ... o/download
and heres a very basic 002-xorg for Sensei 3.1 .. https://app.box.com/s/a1rwozyl1zh9v5fzykyugksdbreag6lj 47.5 mb
includes:
ati, nouveau ,vesa , mouse, wacom, synaptics,
xterm, mc(midnightcommander), jwm(joes window manager)

boot to textmode and type startx...

Re: 002-xorg module for sensei 3.1

Posted: 18 Oct 2015, 03:02
by francois
Appreciated.

Thanks.

Re: 002-xorg module for sensei 3.1

Posted: 18 Oct 2015, 23:56
by neko
@francois
The kernel of "Sensei-v3.1-x86_64.iso + 002-xorg-64-3.xzm" could be updated to version 4.2.3.
And updated ISO could be started by "systemd" in place of the program "init".
To execute the "systemd",
the "systemd=/usr/lib/systemd/systemd" cheatcode is used.

1. preperation
Sensei-v3.1-x86_64.iso , 002-xorg-64-3.xzm
upkernel-4.2.3-noarch-1.xzm
http://www.mediafire.com/download/97ere ... arch-1.xzm
Please refer to
http://forum.porteus.org/viewtopic.php? ... 788#p34856

Code: Select all

% ls -1
002-xorg-64-3.xzm
Sensei-v3.1-x86_64.iso
upkernel-4.2.3-noarch-1.xzm
% su
2. Sensei-v3.1-x86_64-2.iso
merge Sensei-v3.1-x86_64.iso and 002-xorg-64-3.xzm.

Code: Select all

# mloop Sensei-v3.1-x86_64.iso
# mkdir ISO
# cp -a /mnt/loop/* ISO/.
# uloop
# mv 002-xorg-64-3.xzm ISO/porteus/base/.
# mkisofs -o Sensei-v3.1-x86_64-2.iso -v -l -J -joliet-long  -R -D -A Porteus -V Porteus \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ISO
# rm -fr ISO
3. UP.Sensei-v3.1-x86_64-2.iso
3.1. update kernel version.

Code: Select all

# activate upkernel-4.2.3-noarch-1.xzm
# upakernel4 Sensei-v3.1-x86_64-2.iso
# deactivate upkernel-4.2.3-noarch-1.xzm
3.2. delete 000-kernel64.xzm from UP.Sensei-v3.1-x86_64-2.iso

Code: Select all

# mloop UP.Sensei-v3.1-x86_64-2.iso
# mkdir ISO
# cp -a /mnt/loop/* ISO/.
# uloop
# rm UP.Sensei-v3.1-x86_64-2.iso*
# rm ISO/porteus/base/000-kernel64.xzm
# mkisofs -o UP.Sensei-v3.1-x86_64-2.iso -v -l -J -joliet-long  -R -D -A Porteus -V Porteus \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ISO
# rm -fr ISO
# ls -1
Sensei-v3.1-x86_64-2.iso
Sensei-v3.1-x86_64.iso
UP.Sensei-v3.1-x86_64-2.iso
upkernel-4.2.3-noarch-1.xzm
Thanks.

Re: 002-xorg module for sensei 3.1

Posted: 22 Oct 2015, 20:21
by ncmprhnsbl
thanks neko, i'll have go at updating to 4.2 and make an iso, if somebody doesnt beat me to it..
neko wrote:And updated ISO could be started by "systemd" in place of the program "init".
interesting.. will try this out, although i think i prefer sensei without systemd running ...