Results 1 to 2 of 2

Thread: Touchscreen Problems

  1. #1
    Join Date
    Mar 2006
    Location
    Rochester, NY
    Beans
    35

    Question Touchscreen Problems

    I have a Megavision Mv155 touchscreen with Ubuntu hardy. Ive done fresh reformat and im trying to get the touchscreen to work with linux. Ive tried tons of things and i still cant get it to work (mutouch, egalax, evtouch, microtouch). The closest I have gotten is where the screen moves the mouse to the bottom left corner of the screen everytime I touch it, and ive gotten it to click when I touch it, but not move (Only clicks where the cursor is currently located). Ive noticed the devices mapped to the touch screen also respond differently when placed in the xorg (/dev/input/eventX) (/dev/usb/hiddev0). Here is my current xorg.conf where the mouse moves to the bottom left corner. Any help would be greatly appreciated, as im trying to setup a mediacenter with Boxee on a bluetooth network .

    Code:
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"		"/dev/psaux"
    	Option		"Protocol"		"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    EndSection
    
    Section "InputDevice"
         Identifier "EETI"
         Driver    "egalax"
         Option    "Device"    "usbauto"
         Option     "Parameters" "/var/lib/eeti.param"
         Option     "ScreenNo"   "0"
         Option "MoveLimit" "5"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Synaptics Touchpad"
      	InputDevice     "EETI" "SendCoreEvents"
    EndSection
    Last edited by ew16301; August 7th, 2008 at 07:17 PM.

  2. #2
    Join Date
    Aug 2007
    Location
    Kottawa, Sri Lanka
    Beans
    7,387
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchscreen Problems

    This thread is a duplicate of:-
    http://ubuntuforums.org/showthread.php?t=882928

    This thread is closed.
    Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
    I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

    C == seriously fast == FTW!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •