Archive for July, 2007

TravelMate C110 Disable Touchpad Tap in Ubuntu

I just spent the last few hours disabling the touchpad tap from my little laptop. In Ubuntu I kept losing focus because it would detect a tap on the touchpad. Well this post here by Matt tells you how to disable it.

Here is the code for /etc/X11/xorg.conf

Section "InputDevice"

Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "MaxTapTime" "0"
EndSection

If you don't have this section then add it. Also include this new device in server layout section. That fixes it!

Comments

Improved Unicode support

Up till now non ASCII characters have not worked with cl1p.net. With the latest patch they should all work properly.

Please let me know if any characters do not work.

Comments (2)

Site upgraded

I’ve just finished upgrading the site. A number of new features where installed.

1. Plain Text and Rich Text cl1ps have a status indicator which shows a cl1ps editable status.

  • Editable - You may edit this cl1p
  • Editing - You are editing this cl1p.
  • Read only - Someone else is editing this cl1p.

If you try to modify a cl1p that someone else is editing you will get a message. ‘Failed to get lock on the cl1p.’ In this case you need to wait until the status changes to editable. Once the cl1p is editable the content will update automatically to the latest value.

2. New Rich Text Editor

3. UI Improvements, all options except for keep for have been moved into an options popup.

4. E-mail retrieval for lost cl1p passwords.

5. Improved admin

Comments (1)