Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Virus?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
diannaolaoda
Posts: 2
Joined: 2020-06-05 08:39

Virus?

#1 Post by diannaolaoda »

Hi guys, using Buster. Updated and upgraded regularly.
This problem occurred since yesterday. While reading a webpage, mouse cursor auto move in small steps across the screen, horizontally, diagonally and vertically and also freezes after sometime. The mouse and keyboard are locked. Have to press the Power button to power down. Can this be due to virus or something else?

User avatar
sickpig
Posts: 589
Joined: 2019-01-23 10:34

Re: Virus?

#2 Post by sickpig »

could be or it could be a driver or hardware issue. You can use xinput to identify the driver used by your mouse/keyboard and re-install it to see if it solves the issue.

Code: Select all

xinput --list 
to identify the device and then

Code: Select all

xinput --list-props [i]device id[/i]
to identify the driver. You may try to switch from libinput(if you are using that) to evdev and see if that fixes the issue.

diannaolaoda
Posts: 2
Joined: 2020-06-05 08:39

Re: Virus?

#3 Post by diannaolaoda »

Buster should be using evdev. Dependency problem when I try to install.

apt install xserver-xorg-input-evdev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xserver-xorg-input-evdev:i386 : Depends: xorg-input-abi-24:i386
Depends: xserver-xorg-core:i386 (>= 2:1.18.99.901) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Then I tried the amd64 version but no package located.
apt install xserver-xorg-input-evdev:amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xserver-xorg-input-evdev:amd64

User avatar
sickpig
Posts: 589
Joined: 2019-01-23 10:34

Re: Virus?

#4 Post by sickpig »

Code: Select all

apt install -f

Code: Select all

apt install --fix-missing
the above should help.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

FrankenDebian--it's never a virus.

#5 Post by stevepusser »

Code: Select all

xserver-xorg-core:i386 (>= 2:1.18.99.901)
You say you're running Buster, but that error says you have a Frankendebian, with older packages mixed in with Buster's. Can you tell us how that came to be?
MX Linux packager and developer

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 67 times

Re: Virus?

#6 Post by LE_746F6D617A7A69 »

...strange things can happen if Your optical mouse have to walk on a shiny surface... ;)

Besides that, it can be anything from dirty optics to broken cable... or if this is a RF mouse, it can be WiFi/Bluetooth/USB3.0 interference.
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

Post Reply