Re: XF86 wants a mouse file

2001-10-21 Thread Michael Schmitz
> >Probably you can try to create a character device by > >mknod /dev/input/mice c 13 63 > > This produced the answer: "mknod /dev/input/mice: > No such file or directory" Create the directory /dev/input/ first (as root). Michael

Re: XF86 wants a mouse file

2001-10-21 Thread mmissett
Final installment: Yes, I got it to work. For the information of anybody else out there who runs into the same problem, the answer for *this* machine proved to be the existing file "/dev/usbmouse". As in,... /etc/X11/XF86Config needs to say: protocol: "IMPS/2" device: "usbmouse" Utmost tha

Re: XF86 wants a mouse file

2001-10-20 Thread mmissett
Georg, Andrew, Michel, and Russell, I am going to answer everybody who's helped in one post, rather than clog up everybody's mail box. First, thanks to everybody for all their help and tolerance for my ignorance, I really appreciate it. Second, answers to questions people asked: Russell-I'm runnin

Re: XF86 wants a mouse file

2001-10-20 Thread Georg Koss
On Fri, Oct 19, 2001 at 12:27:28PM -0400, Colin Walters wrote: > "mmissett" <[EMAIL PROTECTED]> writes: > > > Still trying to get X running on my G4. > > Maybe the "G4"s require a 2.4 kernel to run X? Nope. I had X running on my G4 with 2.2.19 without problems a long time. -- M.f.G. Georg K

Re: XF86 wants a mouse file

2001-10-19 Thread Michel Dänzer
On Fri, 2001-10-19 at 21:57, mmissett wrote: > >Probably you can try to create a character device by > >mknod /dev/input/mice c 13 63 > > This produced the answer: "mknod /dev/input/mice: > No such file or directory" > Now I know I was trying to *create* a file, but that > is the message I got.

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
-- Original Message -- From: sisi <[EMAIL PROTECTED]> Sisi, Thanks for the post. Yes, I was trying to run gpmconfig as root and, yes, I think apt-get is the next stop. Thanks again, Mike Date: Fri, 19 Oct 2001 22:30:36 +0200 >On Fri, Oct 19, 2001 at 03:57

Re: XF86 wants a mouse file

2001-10-19 Thread sisi
On Fri, Oct 19, 2001 at 03:57:12PM -0400, mmissett wrote: > Georg and Andy, > Alas, sorry to come back with bad news, and if you're > getting sick of this, I can't blame you, so am I. > Anyway, tried your suggestions with the following > results: > > >Probably you can try to create a character

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
Georg and Andy, Alas, sorry to come back with bad news, and if you're getting sick of this, I can't blame you, so am I. Anyway, tried your suggestions with the following results: >Probably you can try to create a character device by >mknod /dev/input/mice c 13 63 This produced the answer: "mk

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
Thanks, Colin. I haven't had a chance to try any of the latest suggestions from people yet, but some sort of upgrade is looking like the easiest/best solution. To go to a new kernel would mean, I think, getting it on CD, as that's how my present system is set up (I think), and I haven't managed to

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
George and Andy, Thanks again, guys. I will try some further experimantation, but facing the music and upgrading to Woody may be the best answer after all. I really appreciate your time and attention. Mike -- Original Message -- From: Georg Koss <[EMAIL PRO

Re: XF86 wants a mouse file

2001-10-19 Thread Colin Walters
"mmissett" <[EMAIL PROTECTED]> writes: > Still trying to get X running on my G4. Maybe the "G4"s require a 2.4 kernel to run X? In that case, since you're running potato, you could download the kernel source, and use kernel-package to generate a .deb to install.

Re: XF86 wants a mouse file

2001-10-19 Thread Andrew Sharp
mmissett wrote: > > George, > Thanks a lot for your reply, I really appreciate it, and > will take a look at the settings you included. I guess, > though, that you're using Woody (or Sid), because you say > you are running XFree86 4.1 and your configuration shows > an ati driver. I have potato w

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
George, Thanks a lot for your reply, I really appreciate it, and will take a look at the settings you included. I guess, though, that you're using Woody (or Sid), because you say you are running XFree86 4.1 and your configuration shows an ati driver. I have potato with XFree86 3.3, which has no a

Re: XF86 wants a mouse file

2001-10-19 Thread Georg Koss
Hello Mike, I'm not experienced with the theory of your problem... On Fri, Oct 19, 2001 at 09:39:06AM -0400, mmissett wrote: > the result is the same: startx says, "cannot open mouse (no > such file or directory)". And it's right: that file doesn't > exist. ...and do not understand _why_ /dev/i

Re: XF86 wants a mouse file

2001-10-19 Thread mmissett
I am really most sincerely sorry if I am trying people's patience here, but when I say I've done the research, I have, in fact, done the research. I have seen the posts about dev/mouse, dev/input/mice, etc., etc., etc. Further- more I *have* put that line *in* that place *in* that file, and th

Re: XF86 wants a mouse file

2001-10-19 Thread Chris Tillman
On Thu, Oct 18, 2001 at 07:59:16PM -0400, mmissett wrote: > Paul, > Thanks for your response. I will check that, but, unfortunately, > I believe I looked for that file at one time, too, and it's not > there either. Do these files get created by the installation > process and might that have fail

Re: XF86 wants a mouse file

2001-10-18 Thread mmissett
Paul, Thanks for your response. I will check that, but, unfortunately, I believe I looked for that file at one time, too, and it's not there either. Do these files get created by the installation process and might that have failed to happen? If so, how do I get back to that process and rectify

Re: XF86 wants a mouse file

2001-10-18 Thread Paul F. Pearson
Someone told me to use /dev/input/mice - it's working for me. On Thu, 18 Oct 2001, mmissett wrote: > Still trying to get X running on my G4. > It still says it has no mouse file, and > it's right. What's in /etc/X11/XF86Config > is: > Protocol "BusMouse" > Device "/dev/mouse" > > I changed Bu