The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Linux

Reply
 
Thread Tools Display Modes
Old 04-13-2008, 04:34 PM   #1
Newbie
 
Join Date: Feb 2008
Posts: 6
My Photos: (0)
Liliput 8" touchscreen XY flip

I have installed LinuxICE on a computer with an attached an 8" touch screen. It appears as though the touch screen drivers are working as the touch screen does respond. However, the X and Y axis are switched. As motion occurs across the screen in the X direction, the cursor moves in the Y direction. I have also installed Gentoo and Ubuntu successfully and installed the e-galax drivers. They also give the same result. Has anyone else run into this issue? Any help would be appreciated. Thanks!
__________________
- bobtheduck
http://bobtheduck.com
bobtheduck32 is offline   Reply With Quote
Sponsored Links
Old 04-13-2008, 06:48 PM   #2
Variable Bitrate
kev000's CarPC Specs
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Clearfield Utah USA
Vehicle: 2008 Chevy Impala SS 5.3 V8
Posts: 332
My Photos: (0)
providing you've run the calibrator (icetouch) under LinuxICE and you still have a swapped X and Y axis, you can add the following to xorg.conf evtouch device options:
Code:
option 'rotate' 'ccw'

This will rotate the screen counter-clockwise and un-swap the X and Y.

Hope this helps.

BTW, if you've been able to get evtouch working in gentoo, could you mind giving kantlivelong a hand. He can't get the touchscreen to work at-all using gentoo (http://www.mp3car.com/vbulletin/linu...00-gentoo.html).
__________________
nGhost - "The Evolution of Car Entertainment"
Not just software: LinuxICE -- The Car Entertainment Platform"
LinuxICE IRC chatroom: #linuxice irc.freenode.com
kev000 is offline   Reply With Quote
Old 04-13-2008, 08:46 PM   #3
Newbie
 
Join Date: Feb 2008
Posts: 6
My Photos: (0)
Liliput 8" touchscreen XY flip

I just managed to get that line added to my xorg.conf file and it's working now. The calibrator application didn't quite set the max and min's properly. I had to manually set those and play around a bit until it cooperated. I am having a bit of another problem though. It seems to assume that I always want to double click when I press on the screen and single click when I hold down for more than half a second. Is there any way I can reverse those, or at least turn off the double click? Thanks again!
__________________
- bobtheduck
http://bobtheduck.com

Last edited by bobtheduck32 : 04-13-2008 at 10:44 PM.
bobtheduck32 is offline   Reply With Quote
Old 04-14-2008, 12:46 AM   #4
Variable Bitrate
kev000's CarPC Specs
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Clearfield Utah USA
Vehicle: 2008 Chevy Impala SS 5.3 V8
Posts: 332
My Photos: (0)
can you post your xorg.conf? It'll help me not to make irrelevant suggestions if I can see what you have in there currently.

thanks
__________________
nGhost - "The Evolution of Car Entertainment"
Not just software: LinuxICE -- The Car Entertainment Platform"
LinuxICE IRC chatroom: #linuxice irc.freenode.com
kev000 is offline   Reply With Quote
Old 04-14-2008, 04:05 PM   #5
Newbie
 
Join Date: Feb 2008
Posts: 6
My Photos: (0)
Liliput 8" touchscreen XY flip

Here's my xorg.conf file.

Code:
Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "ATI Technologies Inc Radeon Mobility M6 LY" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon Mobility M6 LY" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "ServerLayout" InputDevice "touchscreen" "SendCoreEvents" InputDevice "dummy" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "dummy" Driver "void" Option "Device" "/dev/input/mice" EndSection Section "InputDevice" Identifier "touchscreen" Driver "evtouch" Option "Device" "/dev/input/touchscreen" Option "DeviceName" "touchscreen" Option "MinX" "100" Option "MinY" "0" Option "MaxX" "1900" Option "MaxY" "2000" Option "SwapY" "0" Option "SwapX" "0" Option "maybetapped_action" "down" Option "maybetapped_button" "1" Option "longtouch_action" "click" Option "longtouch_button" "1" Option "ReportingMode" "Raw" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" Option "SendCoreEvents" Option "rotate" "ccw" EndSection

Thanks!
__________________
- bobtheduck
http://bobtheduck.com
bobtheduck32 is offline   Reply With Quote
Old 04-15-2008, 02:59 PM   #6
Variable Bitrate
kev000's CarPC Specs
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Clearfield Utah USA
Vehicle: 2008 Chevy Impala SS 5.3 V8
Posts: 332
My Photos: (0)
change your mouse line to /dev/input/mouse0 instead of mice. That should help there.
__________________
nGhost - "The Evolution of Car Entertainment"
Not just software: LinuxICE -- The Car Entertainment Platform"
LinuxICE IRC chatroom: #linuxice irc.freenode.com
kev000 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
will a 7" touchscreen work with 8" lcd and controller? bgreen02 LCD/Display 2 08-30-2007 08:00 AM
Hardware Review : Dynamix 805 8" 4:3 TouchScreen Review (Pics : 56K Friendly) Ruffy The Review Palace 14 04-13-2007 01:23 PM
lilliput 8" touchscreen LCD Moel LCD/Display 3 11-21-2006 02:14 PM
FS: 8" LCD Touchscreen - Brand NEW!!! mmdb Classified Archive 8 11-21-2005 09:05 PM
Replacement glass for liliput 7" touchscreen Stoney LCD/Display 5 12-30-2003 10:49 PM


All times are GMT -5. The time now is 09:56 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics