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

 

 

 

Mouse does not work after installing nvidia

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Mouse does not work after installing nvidia

#1 Post by Jahuu »

How i installed

Added repo:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
apt-get update
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-legacy-304xx-driver
apt-get install nvidia-xconfig
sudo nvidia-xconfig
in /etc/modprobe.d/nouveau.conf added
blacklist nouveau
options nouveau modeset=0
reboot

The mouse does not work on the desktop and the "borders" of the windows.


my xorg.conf

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 375.26 (buildd@debian) Fri Jan 13 02:38:29 UTC 2017


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection 
Try too:

Code: Select all

Section "Device"
	Identifier "My GPU"
	Driver "nvidia"
EndSection

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Mouse does not work after installing nvidia

#2 Post by phenest »

Did it work with the nouveau driver?
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#3 Post by Jahuu »

yes, on neauveau mouse it work

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Mouse does not work after installing nvidia

#4 Post by phenest »

Please post the output of:

Code: Select all

lspci -k | grep -iEA3 "display|3d|vga"
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#5 Post by Jahuu »

Code: Select all

01:00.0 VGA compatible controller: NVIDIA Corporation G94 [GeForce 9600 GT] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd G94 [GeForce 9600 GT]
	Kernel driver in use: nvidia
	Kernel modules: nvidia

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Mouse does not work after installing nvidia

#6 Post by phenest »

Jahuu wrote:The mouse does not work on the desktop and the "borders" of the windows.
Everything looks ok. Does the mouse work at all? Do you have a pointer on the screen? What happens if you unplug the mouse and then plug it back in (with the desktop running)?
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#7 Post by Jahuu »

I have pointer on screen but he dont reactions for click mouse.
Inside the application works but no on desktop
I tried other mouse connect but same effect

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Mouse does not work after installing nvidia

#8 Post by phenest »

What DE are you using?
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#9 Post by Jahuu »

Gnome.
In xfc4 works normally, but on Cinnamon same problem.
(PS. i using kaliLinux but this is debian, so no problem yea? )

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Mouse does not work after installing nvidia

#10 Post by phenest »

Jahuu wrote:(PS. i using kaliLinux but this is debian, so no problem yea? )
You're on the wrong forum.
https://forums.kali.org/forumdisplay.ph ... nux-Forums
Kali Linux != Debian
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#11 Post by Jahuu »

I know, but kali is based on debian, so i thought quicker help here

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

Re: Mouse does not work after installing nvidia

#12 Post by stevepusser »

Yeah, and we know the Kali forums suck, too. I'm not sure why you need superb graphics for what is supposed to be a penetration testing platform, anyway.

Kali has diverged quite a ways from Debian; some things are still the same, but it's hard to say what.

Have you tried removing or commenting out anything to do with the mouse in your new xorg.conf file? Xorg seemed to be handling it just fine without it beforehand.
MX Linux packager and developer

Jahuu
Posts: 7
Joined: 2017-05-28 13:54

Re: Mouse does not work after installing nvidia

#13 Post by Jahuu »

Tried a lot of things but I do not know why the cinnamon does not work but on the xfc works

Post Reply