Page 1 of 1

Mouse freeze - nvidia driver

PostPosted: Jul 30th, '15, 21:48
by nox77
hi,
i installed mageia 5 but after a while mouse freeze , i read somewhere that because nvidia driver
so how to stop freezing mouse and how to install nvidia driver

os : windows 7 x64 & mageia 5 kde x64
motherboard : asus
processor : amd
graphic : nvidia 304
ram 3 gb

thanks

Re: Mouse freeze - nvidia driver

PostPosted: Jul 31st, '15, 16:54
by doktor5000
Please show the output of
Code: Select all
grep -i driver /var/log/Xorg.0.log
lspcidrake -v | grep VGA

Is there anything in the logs at the time where the freezes happen? E.g. as root in a terminal run
Code: Select all
journalctl -af
and leave that running, and when the freeze happens look at the current line and ~50 lines up or post them here.

Is it really only the mouse that freezes or is it the complete box? E.g. does it still respond to keyboard in general or e.g. numlock key?

Re: Mouse freeze - nvidia driver

PostPosted: Jul 31st, '15, 17:21
by nox77
only mouse
kyboard is ok
every thing run normally

Re: Mouse freeze - nvidia driver

PostPosted: Jul 31st, '15, 17:43
by doktor5000
Seems you missed the important part:
doktor5000 wrote:Please show the output of
Code: Select all
grep -i driver /var/log/Xorg.0.log
lspcidrake -v | grep VGA

Is there anything in the logs at the time where the freezes happen? E.g. as root in a terminal run
Code: Select all
journalctl -af
and leave that running, and when the freeze happens look at the current line and ~50 lines up or post them here.