← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 606427] [NEW] No GUI touchpad preferences in Ubuntu 10.04 on Asus Eee PC 1015P

 

Public bug reported:

Binary package hint: light-themes

I'm running Ubuntu 10.04 Netbook Remix on Asus Eee PC 1015P.
The problem is that there is no way of configuring my touchpad under GUI.
First, there is no "Touchpad" tab in System -> Preferences -> Mouse.
I installed GSynaptics, but every time I try to run it, it gives the "You have to set 'SHMConfig' 'true' in xorg.conf". The point is that there is no default xorg.conf file in 10.04. I tried to make one with Xorg -configure; it had no 'Synaptics Touchpad' entry; I created one, and I did set the 'SHMConfig' option to 'true', but it didn't do anything. Obviously, Xorg simply pays no attention to xorg.conf file any longer. Then, I tried to use the new way of configuring Xorg with HAL .fdi files. I created an /etc/hal/fdi/policy11-X11-synaptics.fdi file and wrote 
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
 <device>
   <match key="info.capabilities" contains="input.touchpad">
       <merge key="input.x11_driver" type="string">synaptics</merge>
       <merge key="input.x11_options.SHMConfig" type="string">On</merge>
   </match>
 </device>
</deviceinfo>
in it. This did nothing, GSynaptics still gives the error.
The touchpad itself works fine, two-finger scrolling and three-finger right-click work, too. It is likely that Synaptics and Xorg recognize my touchpad and manage it, but there are no graphical preferences.
To summarize, there are two main bug issues:
1. No 'Touchpad' tab in System -> Preferences -> Mouse.
2. No way to enable SHMConfig to get other GUI touchpad preferences apps running.

Thank you for your attention.

** Affects: gsynaptics (Ubuntu)
     Importance: Undecided
     Assignee: rokssolana (rokssolana)
         Status: New

** Affects: xorg (Ubuntu)
     Importance: Undecided
     Assignee: rokssolana (rokssolana)
         Status: New


** Tags: 10.04 1015p asus eee netbook pc remix shmconfig synaptics touchpad ubuntu xorg xorg.conf

** Also affects: gsynaptics (Ubuntu)
   Importance: Undecided
       Status: New

** Package changed: light-themes (Ubuntu) => xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
     Assignee: (unassigned) => rokssolana (rokssolana)

** Changed in: gsynaptics (Ubuntu)
     Assignee: (unassigned) => rokssolana (rokssolana)

-- 
No GUI touchpad preferences in Ubuntu 10.04 on Asus Eee PC 1015P
https://bugs.launchpad.net/bugs/606427
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.



Follow ups

References