i try to use angstrom with mini2440. the touchscreen don't work for me with
gpe-dm, but ts_calibrate and ts_test work fine,
installed packages from opkg:
root@mini2440:~# opkg list-installed | grep tslib
tslib-calibrate - 1.0-r28.6.6
tslib-conf - 1.0-r28.6.6
tslib-tests - 1.0-r28.6.6
xf86-input-tslib - 0.0.6-r7.4
root@mini2440:~# opkg list-installed | grep xorg
xserver-xorg - 2:1.7.4-r18.2.6
xserver-xorg-conf - 0.1-r38.6
Xorg log:
root@mini2440:~# Xorg
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/mini2440:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33.2 x86_64
Current Operating System: Linux mini2440 2.6.32.2 #7 Wed Jun 22 18:49:19
YEKST 2011 armv4tl
Kernel command line: console=ttySAC0,115200 noinitrd init=/sbin/init
root=/dev/mmcblk0p2 rootwait rootfstype=ext3 mini2440=1bt consoleblank=0
no_console_suspend
Build Date: 20 September 2010 05:03:23PM
Current version of pixman: 0.21.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 1 07:09:37 2011
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) module ABI major version (4) doesn't match the server's version (7)
(EE) Failed to load module "tslib" (module requirement mismatch, 0)
(EE) module ABI major version (4) doesn't match the server's version (7)
(EE) Failed to load module "tslib" (module requirement mismatch, 0)
(EE) No input driver matching `tslib'
my xorg.config:
root@mini2440:~# cat /etc/X11/xorg.conf
section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad0" "CorePointer"
Option "OffTime" "100"
EndSection
Section "InputDevice"
Identifier "Touchpad0"
#Driver "evtouch"
Driver "tslib"
Option "CorePointer"
Option "Protocol" "Auto"
#Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event0"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor Model"
DisplaySize 800 480
EndSection
Section "Device"
#Option "ShadowFB" "true"
Identifier "Card0"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSection
what i do wrong? can you help me?
tslib + xorg + mini2440
Dear rastafarra, I am not sure but try this DisplaySize 240 320 or DisplaySize 155 95 follow the link you may get some hint. http://translate.googleusercontent.com/translate_c?hl=en&ie=UTF-8&am...

