Re: Making .debs
On Sun, Dec 10, 2000 at 04:54:38PM -0500, Eirik Dentz wrote: > Can anyone point out to me a good starting point for someone interested in > making .debs from source? I'm looking for some sort of step by step guide, > if such a thing exists. New Maintainers' Guide is a pretty good collection of the basics in packaging. http://www.debian.org/doc/maint-guide/ -- Karl Söderström <[EMAIL PROTECTED]> pgpzQ3Ba0fLFv.pgp Description: PGP signature
Re: Getting out of X
On Wed, Jan 10, 2001 at 01:36:48PM -0500, Jeff Binder wrote: > I tried switching ttys, but nothing happens (or if it does, I can't tell > because the screen is white. > Nothing seems to work. Unless there's some way to interrupt X while it's > starting up, I'll have to > re-install the whole system (Which takes about an hour). If you can't switch tty, you can always boot in single user mode to change the permissions of /etc/init.d/xdm as Dave pointed out. Since you're using an old world mac, I assume you use BootX. Simply add the word 'single' to the kernel arguments, and boot into Linux to change the permission. You can then remove it again, and boot normally, but without X starting automatically. Hope this helps -- Karl Söderström <[EMAIL PROTECTED]>
Re: Getting out of X
On Wed, Jan 10, 2001 at 04:14:25PM -0500, Jeff Binder wrote: > Thanks, now it's not completly inaccessable, but what mouse settings should I > use for an ADB mouse? If you're using the new input layer, running dmesg | grep mouse will hopefully give you something like: ADB mouse at 3, handler set to 4 (trackpad) mouse1: PS/2 mouse device for input3 This is just an example, and you may get a different mouseX. Anyway, in this example, the device you should be using is /dev/input/mouse1. Make a link to /dev/mouse (ln -s /dev/input/mouse1 /dev/mouse), and edit your XF86Config to use /dev/mouse with the PS/2 protocol. This will hopefully get your mouse working, but since X crashes it seems like you're using the wrong server. I've never heard of a mis-configured mouse making X crash. -- Karl Söderström <[EMAIL PROTECTED]>