Hi Guys,
Firstly I just want to express my humblest thanks for the support that I have received from everyone here!
When I first received my notebook it came shipped with Windows 8 and I have to tell you that I got it off quicker than a honeymooner on
his wedding night. I do not like microsoft in the slightest.
So my first option at the time was to install ubuntu 12.04 which I did. At the time a colleague of mine recommended Mageia so I thought that
I would give it a go. I have to say that despite the problems with the touchpad I am very impressed with it. It is easy to see why it is so highly
regarded on distrowatch, not that that should steer people in any particular direction. It has a lot of really elegant features which I think are
great and I have to say that it is very well set up and highly intuitive. Maybe I am just used to linux. If I remain this impressed then I have no doubts
I will install Mageia 3 on my desktop computer to replace Ubuntu 12.04.
Okay the problems that I have been experiencing with the touchpad is not unique to Mageia! I have to be honest here and say that I had exactly the
same issue with the notebook when I was running 12.04. It was the same problem so clearly this is a linux thing because it worked perfectly well
with Windows 8. I have to say that this is disappointing because I have a very old laptop which has 10.04 under the hood and everything works perfectly
aside from the fact that it is slow which is what you would expect from a laptop that old. This is something that linux I think has to address because
people are lets face it going more and more mobile.
Alright Isadora I went back into the file and took your advice and removed:
- Code: Select all
Section "InputDevice"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/mouse0"
Option "CorePointer"
Option "HorizTwoFingerScroll" "1"
Option "TapButton3" "3"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "VertTwoFingerScroll" "1"
EndSection
I went back and rebooted but no result.
Now for your file /usr/share/X11/xorg.conf.d/50-synaptics.conf reads differently to mine. Mine reads as follows:
- Code: Select all
# 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"
# 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
- Code: Select all
Section "InputClass"
Identifier "touchpad ignore duplicates"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/mouse*"
Option "Ignore" "on"
EndSection
Okay so with your suggestion in mind I would like to replace it with the text that you provided so could you be specific as to what
part of my text I need to remove before I start adding the suggested text. I just want to be clear on this before I do anything else.
I have gone to:
http://diegoqueiroz.com.br/en/2012/08/c ... -no-linux/
and I will go over it a few times to get my head around it as to what needs to be done. For you it must seem very easy but for me at the
moment it is quite foreign.
Wintpe thanks for your thoughtful post. I have to say mate again that the problem with the touchpad is not unique to asus nor is it unique to this
distro. Given the lack of problems with my ancient laptop its something that linux as a whole will need to address. I have a lot of friends who would
switch over but wont due to the lack of itunes access. And before anyone suggest wine I can tell you from personal experience it did not work for me
using playitonlinux.
I will go to you link and have a good look. At the moment I get NO functionality out of it at all. In saying that I have no issues using a wireless mouse but
at some point in time I wouldnt mind having that functionality.
I have just noticed the following. When I start the notebook and it boots it gets to a point where the four icons appear at the bottom of the screen during the loading phase
consisting of what looks like a hard drive, system settings and the other two which eventually fade out. Oddly enough I can use the touchpad at will with the cursor going
wherever I want until those icons disappear and I guess the system has fully loaded. Then it just stops. Odd really that it does that.
Cheers for any assistance. A work in progress no doubt.
ozzie