From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: usage with libgpm Date: Fri, 11 Mar 2005 19:53:29 +0300 Message-ID: <4231CD09.4040806@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Ryan Underwood wrote: > the mouse. $_mouse = (microsoft) and $_mouse_dev = "/dev/gpmdata" > works, but I thought this was not supposed to be necessary when libgpm > is used. As I said already, the gpm and raw mouse accesses are mutually exclusive in most cases, which means if $_mouse_dev works, libgpm cannot be used in that environment (with a few minor exceptions). Apparently your environment is root-console. Setting $_console=(0) or not giving dosemu a root privs will make the libgpm access possible.