1. stop using /home. try /opt/cdimg. then make a symlink. I think M/9 is assuming that those perms are a mistake; as for what is doing it, i dunno. I remember trying to do the same, and even though slackware never re-perm'd it, i couldn't access them. I use /usr/local/music, but that's just my preference.
2. edit "/etc/inittab". look for the following line:
"id:5:initdefault:". change that 5 to a 3.
3. try this: for each wm and OS, make a .$wm.$OS directory to store your preferences. Then, in ".profile", have it check to see what OS you are running, and create the neccessary symlinks for each "$.wm".
4. (note: slackware specific) in /etc/inittab, the should be a line that looks like:
x1:4:wait:/etc/rc.d/rc.4
(your numbers will be "5" of course.) That is the script that is executed when running that runlevel. you can edit it, but if it is set up to check if the xdm's cousins are executable before executing them, then you can just turn off the executable bit in the xmd-cousin you don't want to use. ie: my script fragment looks like this:
so all i would have to do is "chmod a-x /usr/X11R6/bin/kdm" and gdm would become the default $xdm. If i felt like punishing myself i could also "chmod a-x $samepath/gdm" and give xdm-proper a whirl.
3b. again, solve it with symlinks. The window manager start up routines are actually sh-scripts in the directory "/etc/X11/xinit", and are named "xinitrc.$wm". "ln -s /path/xinitrc.$wm-of-yer-choice ~/.xinitrc" and startx will use that script upon loading X. I have a script that lets me choose (but it prolly wouldn't work under runlevel 4 or 5, or whatever). It's at the end of this post, so if you want to grab it, feel free. You can always rename starx something else and name the script startx, but i just call it "x".
4.
under slackware: root (the partition of the root fs) is specified as /dev/hda5 ( (hd0,4) in bsd-speak i think). My kernel resides on partition /dev/hda2 (which gets mounted under /boot). The only things that are essential are the title and kernel lines. and the root line if the kernel doesn't know it is on a different partition. anything else is just options to the kernel.
now for the setup:
you should see something like "found stage1 file... found stage2 file... setup complete". if not try typing "help" into the grub prompt for information about how to get grub to search thru the partitions for it's own files. i don't remember the command off hand. also note: if you do not have the picture patch for grub installed, you will not get the splash screen to work. i have not done it yet, so my slack.xpm is limp and worthless
. I think that the grub that comes with M/9 has it applied.
last). as for networking, i whish i could get experience. i have a spare computer without a hard drive, and i haven't found the time to learn how to set it up as a thin client even.
(. we could collaberate and set up a VPN, but that might be even more work.... let me know. I have a few friends interested....
I hope this helps...
[ January 29, 2003: Message edited by: beltorak ]
[ January 29, 2003: Message edited by: beltorak ]