[DONE] Touchpad scroll not working [Mageia 4,Dell XPS M1530]

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[DONE] Touchpad scroll not working [Mageia 4,Dell XPS M1530]

Postby mrigs » May 2nd, '14, 04:03

Hi,

I am on Mageia 4 on a Dell XPS M1530 laptop. Recently, the scrolling on the touchpad has stopped working. It works on Windows [dual boot system] though, so, not a h/w problem. I went into the System Settings (Configure your desktop) and under the Input Devices --> Touchpad saw that the scrolling configuration is disabled. Any way to activate it?

I checked the software packages and saw both the synaptics [regular and devel] packages installed. The same was what solved this issue in an earlier post of mine!

https://forums.mageia.org/en/viewtopic.php?f=15&t=2050

No luck this time though. Please advise.

Best regards,
Last edited by mrigs on May 10th, '14, 05:50, edited 1 time in total.
mrigs
Mageia on LG Gram 15
mrigs
 
Posts: 40
Joined: Jun 28th, '11, 03:25
Location: California, US

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby doktor5000 » May 2nd, '14, 18:26

Please show the output as normal user of

Code: Select all
journalctl -ab | grep syna
grep -i synaptic /var/log/Xorg.0.log
ps -ef | grep -v grep | grep synd
synclient -l
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby mrigs » May 3rd, '14, 04:31

Thank you for the response. No output from the first 3 commands. Just the last one returned some output.

Code: Select all
[mrigs@andromeda ~]$ journalctl -ab | grep syna
[mrigs@andromeda ~]$ grep -i synaptic /var/log/Xorg.0.log
[mrigs@andromeda ~]$ ps -ef | grep -v grep | grep synd
[mrigs@andromeda ~]$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
[mrigs@andromeda ~]$


-Best,
mrigs
Mageia on LG Gram 15
mrigs
 
Posts: 40
Joined: Jun 28th, '11, 03:25
Location: California, US

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby doktor5000 » May 3rd, '14, 17:24

mrigs wrote:Couldn't find synaptics properties. No synaptics driver loaded?


Says it all. The X server has not recognised your touchpad. Please show the output of
Code: Select all
xinput list

and also attach or post the complete content of /var/log/Xorg.0.log and /etc/X11/xorg.conf
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby mrigs » May 3rd, '14, 17:47

Thank you. I wonder why, since this is something which was working recently. Anyway, here is the requested output -

Code: Select all
[mrigs@localhost ~]$ xinput list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Logitech Unifying Device. Wireless PID:101b       id=10   [slave  pointer  (2)]
⎜   ↳ Broadcom Corp                             id=12   [slave  pointer  (2)]
⎜   ↳ PS/2 ALPS GlidePoint                      id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ Sleep Button                              id=8    [slave  keyboard (3)]
    ↳ Laptop Integrated Webcam                  id=9    [slave  keyboard (3)]
    ↳ Broadcom Corp                             id=11   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=13   [slave  keyboard (3)]
    ↳ Dell WMI hotkeys                          id=15   [slave  keyboard (3)]


Requested files -

Xorg.0.log
/var/log/Xorg.0.log
(30.42 KiB) Downloaded 228 times

Code: Select all
[mrigs@localhost X11]$ cat /etc/X11/xorg.conf
[mrigs@localhost X11]$ cat /etc/X11/xorg.conf.old
# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1280x800"
    HorizSync 28.8-90
    VertRefresh 60
   
    # Monitor preferred modeline (60.0 Hz vsync, 50.0 kHz hsync, ratio 16/10, 98 dpi)
    ModeLine "1280x800" 71.26 1280 1296 1344 1424 800 801 804 834 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "NVIDIA Corporation"
    BoardName "NVIDIA GeForce 8100 to GeForce 360"
    Driver "nvidia"
    Option "DPMS"
    Option "AddARGBGLXVisuals"
    Option "DynamicTwinView" "false"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
EndSection
mrigs
Mageia on LG Gram 15
mrigs
 
Posts: 40
Joined: Jun 28th, '11, 03:25
Location: California, US

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby doktor5000 » May 3rd, '14, 20:23

Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby mrigs » May 8th, '14, 05:42

Thank you doktor5000. All of a sudden it has started working again. The only thing I have done these past few days is switch to my Windows system once. Really did not understand what the issue was though!
mrigs
Mageia on LG Gram 15
mrigs
 
Posts: 40
Joined: Jun 28th, '11, 03:25
Location: California, US

Re: Touchpad scroll not working [Mageia 4, Dell XPS M1530]

Postby doktor5000 » May 8th, '14, 10:02

Please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest