From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A, RDNS_DYNAMIC autolearn=unavailable autolearn_force=no version=4.0.0 Received: from lsanca1-ar15-112-012.elnk.dsl.gtei.net ([4.41.112.12] helo=portablehole.net) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15QAI7-0000NL-00 for gentoo-dev@cvs.gentoo.org; Fri, 27 Jul 2001 10:16:43 -0600 Received: (qmail 29100 invoked by uid 48); 27 Jul 2001 16:22:09 -0000 Received: from 63.205.128.134 (SquirrelMail authenticated user jano) by www.portablehole.net with HTTP; Fri, 27 Jul 2001 09:22:09 -0700 (PDT) Message-ID: <63659.63.205.128.134.996250929.squirrel@www.portablehole.net> Subject: Re: [gentoo-dev] Thanks! Very Good Linux! From: "jano" To: In-Reply-To: <1573979057.20010727100134@slavik.eu.org> References: <1573979057.20010727100134@slavik.eu.org> X-Mailer: SquirrelMail (version 1.1.3 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Jul 27 10:17:02 2001 X-Original-Date: Fri, 27 Jul 2001 09:22:09 -0700 (PDT) X-Archives-Salt: 28cb6309-7f7a-4f7e-bb73-1d5f383074a5 X-Archives-Hash: ec3de5279205c6386a47ff2848e16684 > Hello gentoo-dev, > 3. gpm need /dev/mouse (default) > but /dev - fs and all symbolic links dye after umount-mount > (reboot system or else ...) I can't find easy to read docs on devfs yet, so rather than fix it directly, I've simply told gpm to use the real mouse device in this file: /etc/rc.d/config/basic add to the mouse line the options: "-m /dev/MOUSEDEV" where "MOUSEDEV" is the actual dev for your system. I have a ps/2 mouse, so my line looks like: /dev/psaux I do the same inside the XF86Config file. jano