Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jumping Bouncing Mouse Pointer

Featured Replies

Do you have a mouse pointer that moves back and forth or jumps around or bounces on your Debian based Linux system? This includes Ubuntu and Linux Mint systems as well as many others based on the Debian core.


 


Here are some fixes that you could try and see if they resolve the issue for you.


TRY #1



sudo nano /etc/X11/xorg.conf

and then adding Option "HWCursor" "false" to the Device section;


 


 


TRY #2



sudo nano /etc/X11/xorg.conf

and then find this section


 Section "InputDevice"

         Identifier      "Synaptics Touchpad"


and add Option "SHMConfig" "on", after which you save the file and then add


 syndaemon -i 3 -d -t -k


to your startup programs (System -> Preferences -> Sessions -> Startup Programs) where the usage for syndaemon is:


 Usage: syndaemon

   -i How many seconds to wait after the last key press before

      enabling the touchpad. (default is 2.0s)

   -m How many milli-seconds to wait until next poll.

      (default is 200ms)

   -d Start as a daemon, ie in the background.

   -p Create a pid file with the specified name.

   -t Only disable tapping and scrolling, not mouse movements.

   -k Ignore modifier keys when monitoring keyboard activity.

   -K Like -k but also ignore Modifier+Key combos.

   -S Use SHMConfig even if input device properties are available.


 


 


TRY #3


Install an application that automatically disables the touchpad on your laptop while you are typing and then re-enables it after a short period of time (that you set).



sudo apt-get install touchfreeze

NOTE: Don't forget to add it to the Startup Programs like the other Try's noted above.


 


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.