Build a new Linux distrib based Crux 2.6
Hi List, I'd like to build a new Linux disttribution based on Crux2.6. Is there a doc/tuto which will help me start on that as I'm really new? Does someoine tried that before? Thanks /F
ferrety ferrety wrote:
Hi List,
I'd like to build a new Linux disttribution based on Crux2.6. Is there a doc/tuto which will help me start on that as I'm really new? Does someoine tried that before?
Thanks /F ------------------------------------------------------------------------
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
A few people are doing that, including me why another one?
Hi, Danny Rawlins wrote:
ferrety ferrety wrote:
I'd like to build a new Linux disttribution based on Crux2.6. Is there a doc/tuto which will help me start on that as I'm really new? Does someoine tried that before?
A few people are doing that, what? and why? including me why another one? exactly, why? CRUX fits all my needs, as a desktop, workstation, server, etc. Why you need to do a fork? Just use another ports tree and surely it will do all you need.
Regards, -- Jose V Beneyto | http://mikeux.dyndns.org
'Helt enkelt' as they say in Sweden - piece of cake to get it installed and running. My system is an SiS-one, so compiling was a bit more dedicated. startx brought up a screen straight away, though I need to spend a bit more time ti find out why neither keyboard nor mouse worked in any of the 3 subscreens. Couldn't even use Ctrl+Alt+Backspace. Tom Butz, New Zealand.
On 9 January 2011 08:40, tom butz <thomas.butz@clear.net.nz> wrote:
'Helt enkelt' as they say in Sweden - piece of cake to get it installed and running. My system is an SiS-one, so compiling was a bit more dedicated.
startx brought up a screen straight away, though I need to spend a bit more time ti find out why neither keyboard nor mouse worked in any of the 3 subscreens. Couldn't even use Ctrl+Alt+Backspace.
It might be helpful. From the arch of the list: did you try this in xorg.conf? : 1) Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection 2) For some reason on my system (maybe because of an older kernel?) I have /dev/event* devices. the 10-evdev.conf file in /usr/share/X11/xorg.conf.d/ expects the input devices to be in /dev/input/event* (which they are not on my system). I'm tempoarily fixed the problem b y manually editing this file. Cheers, Wawrzek -- Wawrzyniec Niewodniczański vel Wawrzek Larry or LarryN Linux User #177124 E-MAIL: wawrzek@gmail.com PhD in Quantum Chemistry WWW: http://wawrzek.name MSc in Molecular Engineering JID: wawrzek@jabber.wroc.pl
Hello Tom, * tom butz (thomas.butz@clear.net.nz) wrote:
'Helt enkelt' as they say in Sweden - piece of cake to get it installed and running. My system is an SiS-one, so compiling was a bit more dedicated.
Nice to hear!
startx brought up a screen straight away, though I need to spend a bit more time ti find out why neither keyboard nor mouse worked in any of the 3 subscreens. Couldn't even use Ctrl+Alt+Backspace.
Please read http://lists.crux.nu/pipermail/crux/2008-November/008688.html to see if you can your X work properly. My config looks like this (I have xorg-xf86-input-evdev installed): ,---- [ /etc/xorg.conf (snippet) ] | Section "ServerLayout" | Identifier "X.org Configured" | Screen 0 "Screen0" 0 0 | InputDevice "Mouse0" "CorePointer" | InputDevice "Keyboard0" "CoreKeyboard" | Option "AllowEmptyInput" "false" | EndSection | | # (...) | | Section "InputDevice" | Identifier "Keyboard0" | Driver "evdev" | Option "Model" "pc105" | #Option "Layout" "de" | Option "_layout" "de" | EndSection | | # (...) `---- regards, Thomas -- we just switched to FDDI.
participants (6)
-
Danny Rawlins
-
ferrety ferrety
-
Jose V Beneyto
-
Thomas Penteker
-
tom butz
-
Wawrzyniec Niewodniczański