View Single Post
Old 04-05-2017, 08:00 AM   #4
zhsj
Junior Member
 
Join Date: Mar 2017
Posts: 4
Default

reply to myself:
I changed the xorg conf to the following lines, the mouse now works fine.

```
zsj@debian ~ $ cat /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
```

Besides, I installed the xserver-xorg-video-intel on debian 9.
zhsj is offline   Reply With Quote