Page 4 of 14 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 137

Thread: Morphix release

  1. #31
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Hey prp,

    i'm busy with the latest release, that (hopefully) will be ready tomorrow with a new installer, having those files would be nice but i could use someone trying it out scsi-style

    Have you tried installing knoppix with it btw?

  2. #32
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Well, uploading Morphix 0.3 as i'm typing this, throwing it directly into the Morphix/ folder. Would be greatful to get some more feedback, especially for the installer (as i've only tested it on my own pc, don't be surprised if it gobbles up the cat )

    I'll upload the seperate base/mainmodules tomorrow, or when i feel like it. Have fun, for the people new to morphix check www.morphix.org or download directly from ftp://dl.xs4all.nl/pub/mirror/drupal/Morphix



    changelog:
    13-02-2003 (version 0.3 base, light, heavy, game)
    base:
    - fresh kernel, minor bugs (wokay, forgot most things that i changed, sorry )

    all main modules:
    - morphix gtk installer (harddisk install for all! )
    - console installer available for light+game as backup
    - added alt-f2, f3 etc rootconsoles
    - added generic minimodule support (ALL-tag)
    - put back /etc/skel support, added defaults for all modules in mainmod/etc/skel
    - added that it doesn't automagically reboot (must add icewm-reboot though)
    - fixed minor loadmod/init bugs (+ automount support?)
    - added ssh

    light:
    - new default theme+background
    - xchat 2, number of minor updates

    heavy:
    - new default metacity theme
    - added wine, you never know...
    - xchat 2

    game:
    - fixed that it actually could work with nvidia (or any other card, for that matter)
    - new default theme+background
    - added pingus, gxmame

  3. #33
    Junior Member
    Join Date
    Feb 2003
    Posts
    4
    Alex,

    I look forward to the new release. I will be happy to try the new Morphix/installerinstaller against SCSI. This time I will move the lilo.conf and fstab to another box to send to you. Let me know if there are any other files installed to the hd that you'd like to see.

    And No, I haven't tried knoppix, I don't need 90% of the stuff in it.

    thanks again for your efforts!

    -Pratik

    PS: which time zone are you in? I havent spotted you online on MSN messenger, I had some q's about how you are putting morphix together... please IM me on MSN messenger... my MSN id is kitsaws@yahoo.com... BTW I am in London, UK.

  4. #34
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Well, i'm mostly online during the evenings, but i'm almost never on MSN. If i remember to i'll boot it up this evening, but you are always free to ask me on IRC, there is a #knoppix channel on freenode.net that i'm idling on (and you can always mail me )

    Now about 0.3, Light works okay but there are a few issues with Heavy:

    - the GTK Morphixinstaller and Knoppix.net/Morphix.org links on the desktop have fanished, to start the installer: sudo /morphix/gtkinstaller/morphixinstaller

    - openoffice doesn't start up, rm ~/.sver-something to boot.

    I'll upload a fixed version tomorrow, it works okay except for these issues. Game remains untested as of now

  5. #35
    Junior Member registered user
    Join Date
    Feb 2003
    Location
    Guayaquil, Ecuador
    Posts
    14
    Hi Alex,
    Morphix HeavyGUI 0.3 is gnome 2.2 or 2.0???
    Detect Radeon video cards?
    HeavyGUI include xine?

  6. #36
    Junior Member
    Join Date
    Feb 2003
    Posts
    4

    Using Morphix to roll your own Knoppix/Morphix bootable CD

    While I was hacking at Morphix-base today, two neurons fired off at the same time, and I had a great idea... I actually tried this, so it does work

    ***** The only thing new here is the way to 'remaster' the build AND TEST the build before rolling it out (using chroot and apt-get)

    ***** Note that the _base_ is changed, not a module itself

    ***** Apologies to Alex for hacking his fine work and his docs

    ***** This can NOT be done if you have booted from a Knoppix/Morphix CD.. it has to be done while running Linux from HD
    Here it is - CUSTOM MORPHIX/KNOPPIX MAKER

    - Unpack MorphixBase-UK-0.2.iso
    > mount -o loop MorphixBase-UK-0.2.iso /mnt/virtualcd1
    > cp -R /mnt/virtualcd1/* /tmp/boot-img

    - Start with the base ISO image (base/Morphix), uncompress + copied to a temp dir, let's say /tmp/CustomMorphix
    > extract_compressed_fs /tmp/boot-img/base/morphix > /tmp/CustomMorphix
    > mount -t proc proc /tmp/CustomMorphix/proc
    > cd /tmp/CustomMorphix/
    > chroot ./

    - Now that we are in the chroot 'jail' we can run most commands
    just as if we were inside a 'live' morphix environment

    - to customize the environment, run the normal commands while in the chroot environment
    > apt-get update
    > apt-get install vim
    > apt-get install emacs
    > ETC
    - test while in the chroot environment
    > emacs file.txt
    > vi file.txt
    > ETC

    - to get out of the chroot environment
    > exit
    > CNTRL-D

    - make sure you do this before proceeding
    > umount /tmp/CustomMorphix/proc

    - now we simply need to repack the base ISO image as a compressed iso9660 fs
    > mkisofs -R -U -V "MyMorphix" -P ""MyMorphix" " -hide-rr-moved -cache-inodes -no-bak -pad /tmp/CustomMorphix| nice -5 create_compressed_fs - 65536 > /tmp/boot-img/base/morphix

    -now we create the bootable Morphix/Knoppix CD image
    > cd /tmp
    > mkisofs -pad -l -r -J -v -V "MyMorphix"-b base/boot.img -c base/boot.cat -hide-rr-moved -o mymorphix.iso boot-img

    - write mymorphix.iso to CD, run and enjoy.

    I understand the benefit in the 'modular' way that Morphix does things, using a MainMod and MiniMod(s), and I believe this is a good thing. I thought I would post my work so far so others can better understand how Morphix/Knoppix work...

    -Pratik

  7. #37
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    prp,

    Heh, i didn't have apt-get in base for nothing, it's derived from my knopBase and is 'live' enough to build on (that was the point of knopBase ). It's whole purpose was to give people the possibility to build their own knoppix-based distro, and, although i'd rather see a new main-module, everyone is free to build on base for their own hideous creations

    Why keep the modular system then, you may ask? Beacuse i was working on two remastered versions, and realised that i was doing double work updating it. Morphix needs getting used to, but it saves work in the long run. For the ones still baffeled at all this morphix-mumblejumble:

    http://am.xs4all.nl/phpwiki/index.php/WtfIsMorphix

    So prp, don't be sorry, i'm sorry i didn't point it out clear enough! :P

    archtron,

    Heavy 0.3 includes Gnome2.2 (0.2 did aswell though).
    It should detect Radeon, but i don't have one to test it out on. As a rule of thumb: If knoppix works on it, then morphix will work. If it doesn't work on knoppix, let me know and i might make a mini-module to fix things for you (made msmouse-minimodule for people with usb-problems)
    and yes, Heavy also includes xine

  8. #38
    Junior Member registered user
    Join Date
    Feb 2003
    Location
    Guayaquil, Ecuador
    Posts
    14

    Radeon VE in Knoppix

    Hello Alex,
    Using Knoppix I made a file xf86config for my Radeon VE but I don't know how initiating it in each session. If you could do a module for Morphix to initiate with that file instead of vesa. The section "Monitor" is for my monitor, could to be more generic.
    Thanx for all

  9. #39
    Senior Member registered user
    Join Date
    Dec 2002
    Posts
    196
    Hey archtron,

    Well, i've uploaded a minimodule generator script to hopefully help in letting you fix problems yourself

    http://am.xs4all.nl/morphix/minimod-gen.pl

    note that for this to work properly, you need to have the adapted cloop-utils installed from http://am.xs4all.nl/morphix/debs . Also, you need to run it as root (it uses mkisofs to build a compressed loop module)

    It's still pretty immature and mostly untested (you can only define what file gets copied where on loading), but it's a nice starting point. I'll probably include a simple menu-adding tool, linking options instead of only copying, and hopefully slowly working towards generating more complicated modules (like from .deb, now that will be a challenge )

  10. #40
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    24

    MorphixCombined-KDE3.1GUI

    When do you think to make available a MorphixCombined-KDE3.1-HeavyGUI & MorphixCombined-KDE3.1-LGUI
    With things like: hdinstall, wine, phoenix, nvidia drivers… with no fancy geek’s things

    The KDE Morphix will be a must for us, do you know that

    Its just we are not all geeks and gnome lovers, but love your existing work and becoming Aficionado

    Ciao. Awaken The Giant In You

Page 4 of 14 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Morphix 0.3-5 released!
    By Alextreme in forum Customising & Remastering
    Replies: 7
    Last Post: 04-28-2003, 01:14 AM
  2. Morphix 0.3-4 released!
    By Alextreme in forum Customising & Remastering
    Replies: 3
    Last Post: 04-08-2003, 09:24 AM
  3. Any one play with MORPHIX?
    By xetaprime in forum The Lounge
    Replies: 10
    Last Post: 04-03-2003, 05:09 AM
  4. Morphix gamemod
    By Alextreme in forum Customising & Remastering
    Replies: 3
    Last Post: 01-28-2003, 11:21 PM
  5. Morphix
    By Alextreme in forum Customising & Remastering
    Replies: 11
    Last Post: 01-15-2003, 07:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


USB Flash Drive Memory Thumb Photo Sticks For iPhone iPad 128/256/512GB 1TB 2TB picture

USB Flash Drive Memory Thumb Photo Sticks For iPhone iPad 128/256/512GB 1TB 2TB

$25.33



SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46 picture

SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46

$12.99



SanDisk 128GB Extreme PRO USB 3.2 Solid State Flash Drive - SDCZ880-128G-A46 picture

SanDisk 128GB Extreme PRO USB 3.2 Solid State Flash Drive - SDCZ880-128G-A46

$36.99



SanDisk 32GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46 picture

SanDisk 32GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46

$10.99



New TESLA OEM Model S,3,X,Y USB Flash Drive for Dashcam & Sentry Mode 128GB picture

New TESLA OEM Model S,3,X,Y USB Flash Drive for Dashcam & Sentry Mode 128GB

$18.99



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



Lenovo USB 16TB 3.0 USB Flash Drive Thumb Disk Silver Transfer Metal Memory picture

Lenovo USB 16TB 3.0 USB Flash Drive Thumb Disk Silver Transfer Metal Memory

$24.99



2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1 picture

2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1

$13.00



USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT picture

USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT

$249.37



Lot USB Flash Drive Memory Stick Pendrive Thumb Drive 2GB,4GB, 8G, 32G, 64G 128G picture

Lot USB Flash Drive Memory Stick Pendrive Thumb Drive 2GB,4GB, 8G, 32G, 64G 128G

$414.85