On Sat, Feb 14, 2004 at 10:38:14PM +0100, albatross wrote: > I get a graphic black&white dotted screen with the X cursor and nothing > else. If I press ctrl+alt+f1 I get the error that states "(EE) > xf86OpenSerial: Cannot open device /dev/input/mice". Is this a mouse > problem? >
Looks like it. Had me running in circles the first time. Do you have a usb mouse? /dev/input/mice is only for usb mice under kernel 2.4 (under 2.6 its all mice). If its a usb mouse make sure all the drivers are loaded. you can try to do cat /dev/input/mice and move the mouse. If it is functioning you will get gibberish on screen when you move the mouse. If you have a ps2 mouse use /dev/psaux and serial mouse is in /dev/ttys<n> with n something between 0 and 3. The same method with cat on the device file and moving the mouse will let you know if its generating signals on that device. > albatross > > -----Messaggio originale----- > Da: Micha Feigin [mailto:[EMAIL PROTECTED] conto di Micha Feigin > Inviato: sabato 14 febbraio 2004 20.47 > A: [EMAIL PROTECTED] > Oggetto: Re: Sony VAIO PCG-V505CP > > > On Fri, Feb 13, 2004 at 10:59:46PM +0100, albatross wrote: > > I just finished Debian Sarge. Install went ok but I freeze up when I digit > > startx even if I choosed vesa driver. Same thing using the ati radeon > > mobility 9200 driver? I get the graphic display but it doesen't go > ahead... > > > > Any hints? > > > > Does the display go from graphic to text back and forth, crash, at what > point does it stop? > > Can you post /var/log/XFree86.0.log. > > > albatross > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > > +++++++++++++++++++++++++++++++++++++++++++ > > This Mail Was Scanned By Mail-seCure System > > at the Tel-Aviv University CC. > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > __________ Informazione NOD32 1.624 (20040214) __________ > > Questo messaggio h stato controllato dal Sistema Antivirus NOD32 > http://www.nod32.it > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

