Re: [debian] right click with xserver-xorg-video-glamo

2009-07-31 Thread Rask Ingemann Lambertsen
On Wed, Jul 29, 2009 at 03:50:22PM +0200, Fox Mulder wrote:

 Option  TslibDevice   /dev/input/event1
 #   Option  Device/dev/input/event1

   There's no TslibDevice option. If you have hal installed (dpkg-query
--status hal), you should not use a Device option. I can't help you with the
right button clicks, though.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] right click with xserver-xorg-video-glamo

2009-07-31 Thread Fox Mulder
As you can see in my post i already tried it and with Device i can't
click at all anymore. Only with TslibDevice i can produce a left-click.

Erik Andresen wrote:
 Wiki also mentions to use Device, not TslibDevice. Try that.
 
 greetings,
 Erik
 
 Fox Mulder schrieb:
 ...
 But i have the problem that with the Entry Device i only can move the
 cursor but no click is recognized (short, long, double). When i use
 TslibDevice i can do a short and double click but still no long tap
 for right click.
 ...

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] right click with xserver-xorg-video-glamo

2009-07-31 Thread Fox Mulder
Rask Ingemann Lambertsen wrote:
 On Wed, Jul 29, 2009 at 03:50:22PM +0200, Fox Mulder wrote:
 
 Option  TslibDevice   /dev/input/event1
 #   Option  Device/dev/input/event1
 
There's no TslibDevice option. If you have hal installed (dpkg-query
 --status hal), you should not use a Device option. I can't help you with the
 right button clicks, though.

Ok than i will try what happens if i completely remove the Device or
TslibDevice Line from my xorg.conf. But the whole InputDevice
Section for the touchscreen should still be there?

Ciao,
 Rainer

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] right click with xserver-xorg-video-glamo

2009-07-31 Thread arne anka
here's my xorg.conf ...

# Xorg confiugration for an Openmoko FreeRunner

Section InputDevice
 Identifier  Configured Touchscreen
 Driver  tslib
 Option  CorePointer   true
 Option  SendCoreEventstrue
 #Option TslibDevice   /dev/input/event1
 Option  Device/dev/input/event1
 Option  Protocol  Auto
 Option  Width 480
 Option  Height640
 Option  EmulateRightButton1
EndSection

Section Device
 Identifier  Configured Video Device
 #Driver fbdev
 Driver  glamo
EndSection

Section Module
 Disable glx
 Disable dri
 Disable freetype
 Disable mouse
 Disable kbd
EndSection


Section ServerFlags
 Option AIGLX off
 Option  Xinerama Off
 Option  AutoAddDevices Off #kill hal
EndSection


.. and here's the actual right click part from ~/.xsession

export GTK_MODULES=libgtkstylus.so

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community