Re: f14 and xfce 4.8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Mar 26, 2011 at 09:18:41AM +0200, Gilboa Davara wrote:
> On Mon, 2011-03-21 at 22:41 +0530, Rahul Sundaram wrote:
> > On 03/21/2011 10:21 PM, Genes MailLists wrote:
> > > Following Alan's suggestion to consider xfce as an alternative to gnome
> > > shell - I see the f14 version is 4.6.2 and the current (as of january
> > > 2011) is 4.8
> > >
> > > Is there a chance 4.8 could be packaged for f14 ?
> > >
> > > thanks!
> > http://repos.fedorapeople.org/repos/cwickert/xfce-4.8/
> > 
> > Rahul
> 
> Working great.
> 
> Thanks!
> 
> - Gilboa


I've replaced xfce4.6 with xfce-4.8 from the fedora-xfce-4.8 repo and
it is lovely, except for one thing.

On my two laptops, tapping the touchpad no longer works, nor does
horizontal scrolling.

Previously, in F13 and F14 until now, it was necessary to augment
/etc/X11/xorg.conf to specify the synaptics driver and options for it.
This file no longer produces the desired behaviour.  
The synclient command displays the state of the synaptics driver options
and there are many changes from F13, most importantly:
    
    <     HorizEdgeScroll         = 1
    ---
    >     HorizEdgeScroll         = 0

    <     TapButton1              = 1
    ---
    >     TapButton1              = 0

I note that a script, /usr/local/bin/touchpadfix:
    /usr/bin/synclient TapButton1=1
    /usr/bin/synclient HorizEdgeScroll=1
can work around this problem, but
a)  it's a kluge
b)  I can't find a way to automatically run it.  Executing it from
Application | Preferences | SessionandStartup doesn't work.

Does anyone know how to restore normal behaviour, and to initialize
properly these critical synaptics options?

Does anyone know why this changed?

Needless to say, loss of this basic functionality is deeply annoying.


I dredged up a prospective solution from google.
Someone said to add a file, /etc/X11/xorg.conf.d/10-synaptics.conf:

Section "InputClass"
      Identifier "touchpad catchall"
      Driver "synaptics"
      MatchIsTouchpad "on"
      MatchDevicePath "/dev/input/event*"
            Option "TapButton1" "1"
            Option "HorizEdgeScroll" "1"
EndSection 

It didn't work.  Can't pretend to understand why it would or wouldn't.

-- 
        David A. De Graaf    DATIX, Inc.    Hendersonville, NC
        dad@xxxxxxxx         www.datix.us


A: Because people read from top to bottom
Q: Why is top posting bad?
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux