LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-29-2013, 05:37 AM   #1
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Rep: Reputation: Disabled
Slackware 14.1 RC3 : problem with synaptics


Hi,

Since I have migrate to Slackware 14.1 RC3 on my laptop, I have a problem with my synaptics touchpad. In fact, the two-fingers scroll doesn't work anymore.

This is my config placed in xorg.conf.d (50-synaptics.conf):
Code:
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
                Option "TapButton1" "1"
                Option "TapButton2" "2"
                Option "TapButton3" "3"
                Option "VertEdgeScroll" "on"
                Option "VertTwoFingerScroll" "on"
                Option "HorizEdgeScroll" "on"
                Option "HorizTwoFingerScroll" "on"
                Option "CircularScrolling" "on"
                Option "CircScrollTrigger" "2"
                Option "EmulateTwoFingerMinZ" "0"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
        MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
#       To disable the bottom edge area so the buttons only work as buttons,
#       not for movement, set the AreaBottomEdge
#       Option "AreaBottomEdge" "82%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Disable clickpad buttons on Apple touchpads"
        MatchProduct "Apple|bcm5974"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
I also tried to add these options :
Code:
            Option "VertEdgeScroll" "on"
            Option "VertTwoFingerScroll" "on"
            Option "HorizEdgeScroll" "on"
            Option "HorizTwoFingerScroll" "on"
            Option "CircularScrolling" "on"
            Option "CircScrollTrigger" "2"
            Option "EmulateTwoFingerMinZ" "0"
But it doesn't change anything.

The problem seems to be that synaptic driver doesn't load :
Quote:
root@Tite-Aly:~# synclient
Couldn't find synaptics properties. No synaptics driver loaded?
All worked fine in Slackware 14.1 beta1, but not with RC3...

Any idea to solve the problem ?

Thanks in advance for your response.

Floréal.
 
Old 10-29-2013, 06:30 AM   #2
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
I confirm : the problem is that synaptics driver is not loaded (synapitks say that also).

So, why it does not be loaded ?
 
Old 10-29-2013, 03:44 PM   #3
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Is the xf86-input-synaptics-*-x86_64.txz package installed?
 
Old 10-29-2013, 04:14 PM   #4
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
It is installed in fact.

But it could be due to multilib also in this case. So I will reinstall slackware without multilib on my laptop and I will see if it resolve the problem.

I'll let you know.
 
Old 10-29-2013, 05:11 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I would suggest avoiding using the -Current version of Slackware and stick to using 14.0 until 14.1 is finalized and released and AlienBOB can get his multilib packages up to date with that version.

If you need Wine and mutlilib, stick to using a version controlled release.
 
Old 10-29-2013, 06:06 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I don't use two-finger-scroll, but vertical- and horizontal-edge-scroll, no problems at all with 14.1RC3 on the standard huge kernel and a 3.11 kernel in huge configuration, multilib (kept up to date with slackpkg+). Also no errors regarding Synaptics in the Xorg log.
 
Old 10-29-2013, 11:57 PM   #7
darry1966
Member
 
Registered: Sep 2011
Location: Christchurch NZ
Distribution: Debian, DebianDog
Posts: 125

Rep: Reputation: 35
Quote:
Originally Posted by ReaperX7 View Post
I would suggest avoiding using the -Current version of Slackware and stick to using 14.0 until 14.1 is finalized and released and AlienBOB can get his multilib packages up to date with that version.

If you need Wine and mutlilib, stick to using a version controlled release.
Yep sage advice wait till 14.1 matures.
 
Old 10-30-2013, 05:14 AM   #8
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
14.1 is also still in the RC stage too. It's not Beta class but RC class releases can still have bugs a plenty.

If I were you, re-install 14.0, install 14.0 multi-lib and updates, then install your SlackBuilds. If 14.0 doesn't give you any issues then more than likely its due to outstanding bugs still in 14.1 that aren't fixed yet.
 
Old 10-30-2013, 06:57 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
And how is the team supposed to fix bugs when at the slightest sight of them anybody reverts back to 14.0?
My advice: Install 14.1RC3 and test if the problem persists. If it doesn't go step by step, install software, go multilib, do whatever is necessary until your system is the same as it was when the bug hit you, so that we see what the problem is and the team is can fix it. Otherwise it will most likely remain in the system and hit you in the face when 14.1 is released.
 
5 members found this post helpful.
Old 10-30-2013, 07:18 AM   #10
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
And how is the team supposed to fix bugs when at the slightest sight of them anybody reverts back to 14.0?
My advice: Install 14.1RC3 and test if the problem persists. If it doesn't go step by step, install software, go multilib, do whatever is necessary until your system is the same as it was when the bug hit you, so that we see what the problem is and the team is can fix it. Otherwise it will most likely remain in the system and hit you in the face when 14.1 is released.
Yes, I think you are right. I will reinstall a fresh slackware 14.1 RC3 without multilib, and if it's working I will try installing multilib step by step, checking at each step if it's still working.

I'll let you know the results...

@ReaperX7: I have some problems with 14.0 that are solved in current (14.1), that's why I have changed. I think it is because of the newest kernel.

Last edited by Floréal; 10-30-2013 at 07:22 AM.
 
Old 10-30-2013, 12:20 PM   #11
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
First result : I have re-installed a fresh slackware 14.1 RC3 from the same DVD, without multilib for the moment and multilib works perfectly !

So, now, I will try the installation of multilib.
 
Old 10-30-2013, 01:19 PM   #12
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
Now, I have installed the 64bit-part of multilib (gcc, glibc, and compat32-tools) using multilibpkg this time. So, I am now sure that the problem not happen on downloading because multilibpkg compare md5sum.

And just after I install this and I reboot, my touchpad doesn't work fully anymore ! It work, but not the two-finger scrolling : synaptics doesn't work !

So I can say that their is a problem with gcc or glibc packages from multilib that cause this problem. I don't know why and how resolve it, may be Eric (Alien Bob) will have a solution...
 
Old 10-30-2013, 01:35 PM   #13
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
I have uninstalled multilib packages through this command :
Quote:
multilibpkg --uninstall @WorldWide-current
And now the touchpad works well again. So I think we have the proof that gcc and/or glibc packages from multilib are causing my problem with synaptics. Now, we have to find why...
 
Old 10-30-2013, 04:08 PM   #14
Floréal
LQ Newbie
 
Registered: Oct 2013
Posts: 19

Original Poster
Rep: Reputation: Disabled
Hi,

I see there is another iso image of slackware current (october 29th). Previously, I used one from october 28th. Interestingly, with that version, I resolved my problem with synaptics. Now, it works WITH multilib ! But with multilib I still have a problem with my scanner (see here) despite of this new iso image...
 
  


Reply



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
Slackware 14.1 RC3 : problem with scanners Floréal Slackware 28 11-01-2013 10:09 PM
Slackware -current Synaptics touchpad problem Ravendark Slackware 11 06-25-2009 08:34 AM
Slackware 12.1 RC3:-) hitest Slackware 18 05-01-2008 09:43 PM
LXer: Slackware 11.0 RC3 available LXer Syndicated Linux News 0 08-25-2006 07:54 PM
Slackware 8.1 rc3 charliekennedy Slackware 3 06-16-2002 01:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:21 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