Re: Mouse left button acts really strange

2021-10-09 Thread Yixuan Lin




Hi!

I have massive problems with my Logitech M705 - Or specifically with
the left mouse button. Sometimes (very often) singleclick becomes
double-click, dragging items is very hard, it drops the drag before I
release the mouse button. Clicking on the terminal icon in my xfce
panel often starts three terminals. The weird thing is that mouse
movement and the mousewheel works just fine. No problems there of any
kind.

This is independent of which program I use - in Claws Mail, the
Chromium browser, and also in virtualbox and Steam games.

This is on an up to date Debian 11 Bullseye (just upgraded to the first
point release), Xfce desktop, Nvidia graphicscard using the Nvidia
drivers on Xorg. All packages up-to-date with Debian 11.1.

On my latest boot of the system, it looked to me like the button acted
normally for about one minute, but then the usual crap started
happening again, so I assume that the mouse hardware is fine. (I have
also tried another mouse - same behaviour).

Mouse section in xorg.conf:

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


It was this earlier:
 Option "Device" "/dev/psaux"

- but no difference, independent on which "Device" I use there.


Please help me solve this problem!

-- Andreas Rönnquist
mailingli...@gusnan.se
andr...@ronnquist.net

[Please don't CC me, if I mail to a mailinglist, I am subscribed to it.]

Proprietary things don't get really good, like mouse, so use a wired one.



Re: Trackpad freezing in Bullseye on HP Laptop w/Celeron N4020 CPU

2021-10-09 Thread yixuan lin


> 在 2021年10月9日,下午9:49,John Kerr Anderson  写道:
> 
> Hi Everyone,
> 
> I've got an HP laptop that is having a problem of the trackpad freezing 
> randomly when using the machine.  If I plug an external mouse via USB or I do 
> a  I can log back in and get the mouse working again.  
> 
> It's annoying as it happens when you are working and is completely random 
> when it does this.
> 
> One message that comes up in the logs is :
> 
> i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect 
> please boot with i8042.nopnp
> 
> cat /proc/bus/input/devices | grep -i touchpad
> N: Name="SYNA3296:00 06CB:CD50 Touchpad"
> 
> Any suggestions on how I could get the mouse to not freeze randomly?
> 
> Thanks in advance,
> 
> John

Try search your model in Debian wiki. Like info for Debian on Lenovo thinkpad 
T410 can be found at https://wiki.debian.org/InstallingDebianOn/Thinkpad/T410.

Regards
Yixuan

Re: RJ-11 phone line

2021-10-07 Thread yixuan lin



发自我的 iPad

> Dan Ritter  wrote:
> 
> Yixuan Lin wrote: 
>> Hello everyone, does debian installer supports to connect RJ-11 phone line
>> in installer? I want to know about it. Thank you.
> 
> The debian installer supports using a serial console as input
> during installation; it does not support using a telephone modem
> as the source of installation packages.
> 
> Note that a minimal Debian install is around 500 MB, which would
> take around 24 hours of a perfect 56K modem connection.
> 
> To use a serial console, select the entry 
> 
> Install (instead of Graphical Install)
>Press e to edit the command line
>Modify the vmlinuz line to add vga=off and
> console=ttyS0,115200n8
> 
> Like this:
> 
> /install.amd/vmlinuz vga=off initrd=/install.amd/initrd.gz --- 
> console=ttyS0,115200n8
> 
> hope that helps.
> 
> -dsr-
So means I can’t use netinst to install because my computer only have telephone?
Thanks for your help


RJ-11 phone line

2021-10-07 Thread Yixuan Lin
Hello everyone, does debian installer supports to connect RJ-11 phone 
line in installer? I want to know about it. Thank you.