[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: couple of items
From: |
Marcus Brinkmann |
Subject: |
Re: couple of items |
Date: |
Thu, 20 Sep 2001 13:31:14 +0200 |
User-agent: |
Mutt/1.3.12i |
On Wed, Sep 19, 2001 at 01:58:12PM +0100, donny phillips wrote:
> screen is having a problem that I did not have in the F2 cd install
>
> when I lock
> c-a c-x I can never unlock as I could in the F2
F2/F3 is not a useful reference for individual packages.
Please let us know the version (dpkg -s screen)
> I got X to work after going through the helps I could find
> but my ps/2 mouse is quite broke
>
> I could not ./MAKEDEV mouse in /dev (is that correct ?)
>
> I touched /dev/mouse
> I then did settrans /dev/mouse /hurd/mouse --protocol=ps/2
This is correct for a PS/2 mouse. WHat do you have in your X config
file?
It should be
Section "Pointer"
Protocol "osmouse"
Device "/dev/mouse"
EndSection
(for X3, and something equivalent for X4).
Thanks,
Marcus