LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SuSE 8 Professional not liking a simple Microsoft PS/2 Mouse (https://www.linuxquestions.org/questions/linux-software-2/suse-8-professional-not-liking-a-simple-microsoft-ps-2-mouse-25143/)

shassouneh 07-05-2002 08:40 PM

SuSE 8 Professional not liking a simple Microsoft PS/2 Mouse
 
Dear All,
This is Odd. Before you kill me because I posted this in the SOFTWARE section of this forum, my only defense is I think it might be a mouse driver problem (i.e software).

breif Description of Problem:

Ok This makes my head spin. note: With this same mouse, it works PERFECTLY in SuSE 7.3 Professional, so I suspect its a SuSE 8 problem.

The mouse is there I can tell because I can right click AND left click. HOWEVER, there is no mouse pointer whatsoever so I literally have to "guess" where the mouse is or rely completely on navigation by the keyboard. This really irritates me.

Can anyone hint me in or give me clues as to what I can try?

Thanx beforehand.

DavidPhillips 07-06-2002 12:09 AM

do you have another window manager to try

shassouneh 07-06-2002 12:22 AM

I have installed GNOME 1.4 and KDE 3.0. I have set things to boot into runlevel 3 (command prompt with multi user), so I don't know how to start GNOME. Note that the command 'startx' automatically launches KDE3. I tried
Quote:

WINDOWMANAGER=GNOME
startx
but that did not work either.

I MUST emphasize that the mouse works. Heck, I'm writing this message in windows with full mouse functionality. However, the mouse POINTER is invisible.

Please someone help!

MasterC 07-06-2002 03:54 AM

You can try startx GNOME

The rare occasion I want to use another X than my default one, I will actually use kdm so I can pick from the drop down menu.

lynch 07-06-2002 09:05 AM

I skipped 8.0-a tester I know said everything(well,too many things) are broken.
I await 8.1.I've never had much fun with the even-numbered releases:(
lynch

crashmeister 07-06-2002 12:49 PM

Have a look at your xfconfig file - should be the same like suse 7.3.I had all kind of fun with a PS/2 mouse when i switched to debian.

amykhar 08-23-2002 08:36 AM

I am having the same problem under Suse 8. Tried two different mice. Was there ever a way to fix this?

Amy

MasterC 08-23-2002 08:40 AM

Did you try another window manager (as was suggested above), just wondering because it might be a KDE glitch, and no need to mess with anything yet if it's a KDE glitch.

amykhar 08-23-2002 09:29 AM

Yes. It had no effect. Every once in a while, I see some weird cursor for a second or two. However, it goes away if I move the mouse to actually do something.

Amy

DaFrEQ 08-23-2002 01:58 PM

Dear SuSE problem children:

This is definately wierd.
First:
Are you using the store bought package SuSE 8.0? or dl'd compiled and installed SuSE 8.0?
This will make a difference.

Also, if you are using the SuSE install disks, DONT CHANGE ANYTHING. It is MUCH better than M$ as far as determining what type of hardware you actually have in you box.

Second: What type of mouse is it? Please don't reply with "a standard PS/2". Name, (brand) type and so forth. If you have an off the wall mouse, that may be the problem. It's prolly not the software as much as the handling of the hardware.

Third: If I read the above correctly, you said your sending this thread from widows, with a working mouse, but no pointer.
If you are typing, depending on your settings, the pointer will disappear. Otherwise, if M$ doesn't display your pointer, you difinately have a hardware problem.
Other than that, it might be a gremlin. What type of mobo and all that? Sometimes the mobo can be the prime suspect in such occations.

L8rz

crashmeister 08-23-2002 02:35 PM

Just post your xf86config file.If Device is 'dev/mice' try to change to 'dev/psaux'

rshaw 08-23-2002 03:26 PM

try editing the Section "Device" in the file etc/X11/XF86Config.

Search for the entry(info will be different depending on the graphics card)

Section "Device"
BoardName "AutoDetected"
Driver "r128"
Identifier "Device[0]"
VendorName "AutoDetected"
EndSection


Insert the option "sw_cursor" as follows:

Section "Device"
BoardName "AutoDetected"
Driver "r128"
Identifier "Device[0]"
VendorName "AutoDetected"
Option "sw_cursor"
EndSection

Malicious 08-23-2002 03:37 PM

Based on what you have said about the way everything works except the pointer, I'd say the problem is most likely in X and not the mouse.

Check and see if gpm (console mouse server) is running. If gpm is running, kill it and try X again. Sometimes there is a conflict between the X server mouse handling and gpm. Depends on what device (/dev/psaux, /dev/mouse) is used. If you don't use mouse fuctions (cut/paste) in the console screens, you don't need gpm.

amykhar 08-23-2002 04:20 PM

I reinstalled from the CDs and it works now. I originally accepted the defaults and did nothing different this time.

Amy

MasterC 08-24-2002 12:33 AM

Sounds like my rule of 4's comes into play yet again, only this time it worked in 2 rather.

Rule of 4's (and any variation of wording):
Install a program 4 times, run a ./configure script 4 times, a make file 4 times, or try to install anything 4 times, and by the 4th time, it will work.

Odd


All times are GMT -5. The time now is 10:12 AM.