Re: fedup upgrade to 18 broke my touchpad on DELL Vostro

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

 



On Tuesday 18 June 2013 18:25:12 Alan Gagne wrote:
> Create a script with the xinput set command and make it executable.
> Test to make sure it works.
> Then Goto System Settings > Startup and Shutdown > Autostart, then click
> Add Program, enter:
> your script.
>
> Alan

Alan,

I did as you suggested but unfortunately it didn't help. I then found that 
doing it manually also stopped working. The problem turned out to be that 
every time I boot up the ID changed.

I changed my script to the following and it works every time now. Thanks for 
your help.

Gary

[gary@gary ~]$ more /etc/X11/3button 
#!/bin/bash

X='/usr/bin/xinput'

for F in `$X list|grep Logitech|cut -d = -f 2|cut -c1-3` ; do                                                                                      
  $X set-prop $F "Evdev Middle Button Emulation" 1                                                                                                                
done  

[gary@gary ~]$ 

-- 
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk 
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org




[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