LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-19-2017, 08:01 PM   #1
rc49
Member
 
Registered: May 2015
Posts: 45

Rep: Reputation: Disabled
vertical scroll on mouse pad--ubuntu 16.04


my system configuration is-- ubuntu 16.04 64 bit
my laptop is---HP-pavilion dv3 note book pc(core2 duo processor)

before i had ubuntu 12.04 32bit and vertical scroll on my laptop mouse pad was working perfectly fine but now i switch to ubuntu 16.04 64 bit and that vertical scroll is not working in it..(cursor is working perfectly fine though)

my laptop is dual boot having windows 7 and vertical scroll on windows 7 is working fine,,,but on ubuntu 16.04 is its not working

i also searched on google..but i m bit confused about which driver or software need to install to fix this!!
please somebody suggest me solution

any help will be appreciated!!!!

Last edited by rc49; 07-19-2017 at 08:03 PM. Reason: information missing
 
Old 07-19-2017, 11:07 PM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
rc49,

You may find that the following option is missing:

Code:
Option "NaturalScrolling" "on"
See the third answer on:
https://askubuntu.com/questions/9046...mouse-in-17-04
 
Old 07-19-2017, 11:37 PM   #3
rc49
Member
 
Registered: May 2015
Posts: 45

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
rc49,

You may find that the following option is missing:

Code:
Option "NaturalScrolling" "on"
See the third answer on:
https://askubuntu.com/questions/9046...mouse-in-17-04
i read this link,,some posted warning there as following..
BEWARE. After uninstalling xserver-xorg-input-libinput I could not use my mouse and my keyboard anymore, so I could not log in. I had to boot with live cd and chroot to my broken OS, reinstall it to fix this. pretty annoying. https://askubuntu.com/questions/9046...mouse-in-17-04

it may cause more problems!!!confused
 
Old 07-20-2017, 01:10 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
rc49,

I specifically referred you to the third answer:


Quote:
In my case, there was no need to remove any package. The only line which was missing in:

/usr/share/X11/xorg.conf.d/40-libinput.conf was:

Code:
Option "NaturalScrolling" "on"
so the whole section looked as the following:

Code:
Section "InputClass"
          Identifier "libinput pointer catchall"
          MatchIsPointer "on"
          MatchDevicePath "/dev/input/event*"
          Option "NaturalScrolling" "on"
          Driver "libinput"
  EndSection
After restart of X session my mouse worked correctly.
Whether this works in your case, I do not know, but it would seem a good place to start.

Various recent versions of Ubuntu have suffered with exactly the same problem.
 
1 members found this post helpful.
Old 07-21-2017, 02:48 AM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
gnome-control-center can turn that on and off.
 
Old 07-23-2017, 12:48 PM   #6
rc49
Member
 
Registered: May 2015
Posts: 45

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
rc49,

I specifically referred you to the third answer:
i tried this solution but i m not able to save the content in that file

i tried in following manner
Code:
gedit /usr/share/X11/xorg.conf.d/40-libinput.conf
then copy that content and tried to save but i got following notification in the editor
Code:
Could not save the file “/usr/share/X11/xorg.conf.d/40-libinput.conf”.
You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again.
 
Old 07-23-2017, 11:28 PM   #7
rc49
Member
 
Registered: May 2015
Posts: 45

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by AwesomeMachine View Post
gnome-control-center can turn that on and off.
i do not get this solution
will u please elaborate a bit...earlier solution
Quote:
/usr/share/X11/xorg.conf.d/40-libinput.conf
is not working as i m not able to save that file!!!

thank you
 
Old 07-24-2017, 07:21 PM   #8
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
You have to open the file as root, with sudo.
 
Old 07-27-2017, 07:35 AM   #9
rc49
Member
 
Registered: May 2015
Posts: 45

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by AwesomeMachine View Post
You have to open the file as root, with sudo.
i tried this..filed saved ->restart system
still same issue...!!!
i also tried to install all updates shown in software centre..but no use
any suggestion will be appreciated!!

Last edited by rc49; 07-27-2017 at 07:36 AM. Reason: info missing
 
Old 07-30-2017, 03:18 PM   #10
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
First, there is a program called, gnome-control-center. Inside there is a applet for touchpads. Inside the applet are adjustments for the touchpad.

Do this to open the file
Code:
$ sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf
 
  


Reply

Tags
drivers, hardware, mouse, ubuntu 16.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scroll vertical... un1x *BSD 2 03-18-2016 09:33 AM
Laptop Mouse pad jumps at boot - Ubuntu zinggniz Linux - Laptop and Netbook 1 10-28-2007 01:58 AM
vertical scroll in firefox vertigo88x Linux - Software 2 04-15-2007 10:40 AM
scroll section on mouse pad iomari SUSE / openSUSE 2 11-26-2004 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration