I’ve been looking for a way to get my touchpad scrolling to work. But I all I find are posts where people ask how to disable the touchpad. This is not a problem for me, my problem is getting it to work. I have a Samsung NP300V3A notebook. I am using OpenSuse 11.4 x86_64 with Gnome 3.
I have installed gsynaptics, but everytime I try to start it I get this message: “GSynaptics couldn’t initialize.You have to set ‘SHMConfig’ ‘true’ in xorg.conf or XF86Config to use GSynaptics”
Also, I am unsure if I have a working graphic card driver. Could someone explain me how to check that in terminal?
I would really appreciate if someone could explain all this to me in a very simple way as I am a so-called noob.
BTW, I found this archlinux wiki page that might help with configuring your touchpad with gsynaptics. It warns that this method is deprecated, but still can be used. You’ll need to edit /etc/X11/xorg.conf.d/50-synaptics.conf like this
These Logitech touchpads seem to be problematic. Hopefully, someone familiar with this hardware can offer a solution or workaround. I need to rush off to work now, but will check back here later.
While searching for more info on touchpads that aren’t properly supported yet, I cam across this Ubuntu thread.
The main issue, at least for me, is the touchpad. It’s recognized as a “PS/2 Logitech Wheel Mouse”. There is no touchpad tab under system>preferences>mouse, and so I can’t configure side scrolling, disabling it while I type, or anything useful like that. I think this is because there’s no driver for it yet…? Very very annoying.
Post #5 and post #10 in that thread, describe how to enable and disable the touchpad via ‘xinput’ commands.
This command can be used to list various input devices:
xinput list
Then for a given device ID, you can type something like
I tried this, and it worked. But my problem is not how to make the touchpad work, but how to make the scrolling on the touchpad work.
I tried opening gsynaptics, but that won’t open. If you read my first post you will see the error message I got.
I tried opening gsynaptics, but that won’t open. If you read my first post you will see the error message I got.
Yes, I understand that, but had hoped that the links might lead to an insight or possible solution, including scrolling. If you care to search, you’ll see dozens of threads attempting to deal with Logitech PS/2 devices.It’s not clear to me which of these threads may offer the solution you’re looking for. You should also search bugzilla.
Some of these devices actually emulate buttons when scrolling. A good way to check the underlying behaviour is to launch this command
xev
This will open up another window, where you can place the cursor and check the output that is generated (if any) from each touchpad action. When you try scrolling, do you see unique output?
At the risk of leading you down the wrong path, I’m going to point you at these
This one is not for your device, but nevertheless, it may still offer relevant configuration info and approach that you may need to get this working (if at all possible). It is the ‘XAxisMapping’ and ‘YAxis Mapping’ that determines the scrolling action.
Although ThinkPad trackpoints are different devices, they behave similarly. Here’s some config approaches used to get scrolling working. Maybe you will need to create a similar ‘.conf’ file in /etc/X11/xorg.conf.d/, as described there:
[QUOTE=
These Logitech touchpads seem to be problematic. Hopefully, someone familiar with this hardware can offer a solution or workaround. I need to rush off to work now, but will check back here later.[/QUOTE]
Hello. I stumbled across your forum while searching for the answer myself to enabling the scrolling and other features given through the trackpad on my Samsung laptop. I am not certain that this is exactly what you’re looking for but may be a workaround to your current dilemma. I downloaded the drivers from Synaptics website and it enabled my trackpad to work. Hope this is helpful. I am uncertain if I can post links to other websites but I posted it below.