Hallo zusammen,
nach langer Suche wende ich mich mit meinem Problem nun an euch.
Ich habe mir einen TouchScreen von Sanyo in der Bucht geholt. Nach ein wenig suche habe ich den auch soweit zum laufen bekommen. Aber sobald ich nun LXDE starte (via startx) sind Tastatur und Maus nicht mehr zu gebrauchen. Anscheinend benutzt er den Treiber, den ich für den TS benutze, auch für die anderen beiden Geräte.
Hat jemand eine Idee?
Hier meine Config:
/etx/X11/xorg.conf.d/50-touchsreen.conf
Section "InputClass"
Identifier "TouchScreen"
MatchDevicePath "/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0"
Driver "mutouch"
Option "Type" "finger"
Option "ButtonThreshold" "17"
Option "Device" "/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller-if00-port0"
Option "ScreenNo" "0"
Option "MinX" "0"
Option "MaxX" "16383"
Option "MinY" "16383"
Option "MaxY" "0"
Option "Name" "TOUCHSCREEN"
Option "InvertY" "1"
EndSection
Das ist die Ausgabe von Xorg:
[ 5643.166]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 5643.170] X Protocol Version 11, Revision 0
[ 5643.171] Build Operating System: Linux 3.2.0-2-mx5 armv7l Debian
[ 5643.173] Current Operating System: Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l
[ 5643.174] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=1024 bcm2708.boardrev=0xf bcm2708.serial=0xda0a3397 smsc95xx.macaddr=B8:27:EB:0A:33:97 sdhci-bcm2708.emmc_clock_freq=100000000
vc_mem.mem_base=0x1c000000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
[ 5643.178] Build Date: 16 November 2012 03:18:10AM
[ 5643.179] xorg-server 2:1.12.4-3 (Julien Cristau <jcristau@debian.org>)
[ 5643.181] Current version of pixman: 0.26.0
[ 5643.183] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5643.184] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5643.191] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 29 17:57:52 2012
[ 5643.194] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 5643.196] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5643.199] (==) No Layout section. Using the first Screen section.
[ 5643.199] (==) No screen section available. Using defaults.
[ 5643.199] (**) |-->Screen "Default Screen Section" (0)
[ 5643.199] (**) | |-->Monitor "<default monitor>"
[ 5643.202] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5643.202] (==) Automatically adding devices
[ 5643.202] (==) Automatically enabling devices
[ 5643.202] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 5643.203] Entry deleted from font path.
[ 5643.203] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 5643.203] Entry deleted from font path.
[ 5643.203] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 5643.203] Entry deleted from font path.
[ 5643.203] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 5643.203] Entry deleted from font path.
[ 5643.204] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 5643.204] Entry deleted from font path.
[ 5643.204] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 5643.204] Entry deleted from font path.
[ 5643.204] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 5643.204] Entry deleted from font path.
[ 5643.204] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 5643.204] Entry deleted from font path.
[ 5643.205] (==) FontPath set to:
built-ins
[ 5643.205] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5643.205] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5643.205] (II) Loader magic: 0x40270cf0
[ 5643.205] (II) Module ABI versions:
[ 5643.205] X.Org ANSI C Emulation: 0.4
[ 5643.206] X.Org Video Driver: 12.1
[ 5643.206] X.Org XInput driver : 16.0
[ 5643.206] X.Org Server Extension : 6.0
[ 5643.206] (II) LoadModule: "extmod"
[ 5643.209] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 5643.213] (II) Module extmod: vendor="X.Org Foundation"
[ 5643.213] compiled for 1.12.4, module version = 1.0.0
[ 5643.213] Module class: X.Org Server Extension
[ 5643.213] ABI class: X.Org Server Extension, version 6.0
[ 5643.213] (II) Loading extension SELinux
[ 5643.214] (II) Loading extension MIT-SCREEN-SAVER
[ 5643.214] (II) Loading extension XFree86-VidModeExtension
[ 5643.214] (II) Loading extension XFree86-DGA
[ 5643.214] (II) Loading extension DPMS
[ 5643.214] (II) Loading extension XVideo
[ 5643.214] (II) Loading extension XVideo-MotionCompensation
[ 5643.214] (II) Loading extension X-Resource
[ 5643.215] (II) LoadModule: "dbe"
[ 5643.216] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 5643.217] (II) Module dbe: vendor="X.Org Foundation"
[ 5643.217] compiled for 1.12.4, module version = 1.0.0
[ 5643.218] Module class: X.Org Server Extension
[ 5643.218] ABI class: X.Org Server Extension, version 6.0
[ 5643.218] (II) Loading extension DOUBLE-BUFFER
[ 5643.218] (II) LoadModule: "glx"
[ 5643.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5643.221] (II) Module glx: vendor="X.Org Foundation"
[ 5643.221] compiled for 1.12.4, module version = 1.0.0
[ 5643.221] ABI class: X.Org Server Extension, version 6.0
[ 5643.222] (==) AIGLX enabled
[ 5643.222] (II) Loading extension GLX
[ 5643.222] (II) LoadModule: "record"
[ 5643.224] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 5643.225] (II) Module record: vendor="X.Org Foundation"
[ 5643.225] compiled for 1.12.4, module version = 1.13.0
[ 5643.226] Module class: X.Org Server Extension
[ 5643.226] ABI class: X.Org Server Extension, version 6.0
[ 5643.226] (II) Loading extension RECORD
[ 5643.226] (II) LoadModule: "dri"
[ 5643.227] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 5643.229] (II) Module dri: vendor="X.Org Foundation"
[ 5643.230] compiled for 1.12.4, module version = 1.0.0
[ 5643.230] ABI class: X.Org Server Extension, version 6.0
[ 5643.230] (II) Loading extension XFree86-DRI
[ 5643.230] (II) LoadModule: "dri2"
[ 5643.232] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 5643.233] (II) Module dri2: vendor="X.Org Foundation"
[ 5643.233] compiled for 1.12.4, module version = 1.2.0
[ 5643.234] ABI class: X.Org Server Extension, version 6.0
[ 5643.234] (II) Loading extension DRI2
[ 5643.234] (==) Matched fbdev as autoconfigured driver 0
[ 5643.234] (==) Assigned the driver to the xf86ConfigLayout
[ 5643.234] (II) LoadModule: "fbdev"
[ 5643.236] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 5643.237] (II) Module fbdev: vendor="X.Org Foundation"
[ 5643.237] compiled for 1.12.1, module version = 0.4.2
[ 5643.237] ABI class: X.Org Video Driver, version 12.0
[ 5643.237] (II) FBDEV: driver for framebuffer: fbdev
[ 5643.238] (--) using VT number 7
[ 5643.260] (WW) Falling back to old probe method for fbdev
[ 5643.260] (II) Loading sub module "fbdevhw"
[ 5643.260] (II) LoadModule: "fbdevhw"
[ 5643.261] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 5643.262] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 5643.262] compiled for 1.12.4, module version = 0.0.2
[ 5643.263] ABI class: X.Org Video Driver, version 12.1
[ 5643.263] (II) FBDEV(0): using default device
[ 5643.264] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 5643.264] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 16/16
[ 5643.264] (==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
[ 5643.265] (==) FBDEV(0): RGB weight 565
[ 5643.265] (==) FBDEV(0): Default visual is TrueColor
[ 5643.265] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5643.265] (II) FBDEV(0): hardware: BCM2708 FB (video memory: 2560kB)
[ 5643.265] (II) FBDEV(0): checking modes against framebuffer device...
[ 5643.265] (II) FBDEV(0): checking modes against monitor...
[ 5643.266] (--) FBDEV(0): Virtual size is 1280x1024 (pitch 1280)
[ 5643.266] (**) FBDEV(0): Built-in mode "current"
[ 5643.266] (==) FBDEV(0): DPI set to (96, 96)
[ 5643.266] (II) Loading sub module "fb"
[ 5643.266] (II) LoadModule: "fb"
[ 5643.267] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5643.269] (II) Module fb: vendor="X.Org Foundation"
[ 5643.269] compiled for 1.12.4, module version = 1.0.0
[ 5643.269] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5643.269] (**) FBDEV(0): using shadow framebuffer
[ 5643.269] (II) Loading sub module "shadow"
[ 5643.269] (II) LoadModule: "shadow"
[ 5643.281] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 5643.282] (II) Module shadow: vendor="X.Org Foundation"
[ 5643.288] compiled for 1.12.4, module version = 1.1.0
[ 5643.288] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5643.289] (EE) FBDEV(0): FBIOBLANK: Operation not permitted
[ 5643.290] (==) FBDEV(0): Backing store disabled
[ 5643.292] (==) FBDEV(0): DPMS enabled
[ 5643.292] (==) RandR enabled
[ 5643.292] (II) Initializing built-in extension Generic Event Extension
[ 5643.292] (II) Initializing built-in extension SHAPE
[ 5643.292] (II) Initializing built-in extension MIT-SHM
[ 5643.299] (II) Initializing built-in extension XInputExtension
[ 5643.300] (II) Initializing built-in extension XTEST
[ 5643.300] (II) Initializing built-in extension BIG-REQUESTS
[ 5643.301] (II) Initializing built-in extension SYNC
[ 5643.301] (II) Initializing built-in extension XKEYBOARD
[ 5643.301] (II) Initializing built-in extension XC-MISC
[ 5643.301] (II) Initializing built-in extension SECURITY
[ 5643.301] (II) Initializing built-in extension XINERAMA
[ 5643.301] (II) Initializing built-in extension XFIXES
[ 5643.301] (II) Initializing built-in extension RENDER
[ 5643.302] (II) Initializing built-in extension RANDR
[ 5643.302] (II) Initializing built-in extension COMPOSITE
[ 5643.302] (II) Initializing built-in extension DAMAGE
[ 5643.302] (II) SELinux: Disabled on system
[ 5643.408] (II) AIGLX: Screen 0 is not DRI2 capable
[ 5643.408] (II) AIGLX: Screen 0 is not DRI capable
[ 5643.409] (EE) AIGLX error: dlopen of /usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so failed (/usr/lib/arm-linux-gnueabihf/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[ 5643.409] (EE) GLX: could not load software renderer
[ 5643.409] (II) GLX: no usable GL providers found for screen 0
[ 5643.716] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event0)
[ 5643.716] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 5643.716] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev-catchall"
[ 5643.716] (II) LoadModule: "mutouch"
[ 5643.718] (II) Loading /usr/lib/xorg/modules/input/mutouch_drv.so
[ 5643.719] (II) Module mutouch: vendor="X.Org Foundation"
[ 5643.719] compiled for 1.12.1.902, module version = 1.3.0
[ 5643.719] Module class: X.Org XInput Driver
[ 5643.719] ABI class: X.Org XInput driver, version 16.0
[ 5643.720] (II) Using input driver 'mutouch' for 'Chicony Saitek Eclipse Keyboard'
[ 5643.720] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[ 5643.720] (EE) Chicony Saitek Eclipse Keyboard: Type field missing in MuTouch module config,
Must be stylus or finger
[ 5643.721] (**) Option "config_info" "udev:/sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input0/event0"
[ 5643.721] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: UNKNOWN, id 6)
[ 5643.721] (EE) Couldn't init device "Chicony Saitek Eclipse Keyboard"
[ 5643.721] (II) UnloadModule: "mutouch"
[ 5643.725] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event1)
[ 5643.725] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 5643.725] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev-catchall"
[ 5643.726] (II) Using input driver 'mutouch' for 'Chicony Saitek Eclipse Keyboard'
[ 5643.726] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[ 5643.726] (EE) Chicony Saitek Eclipse Keyboard: Type field missing in MuTouch module config,
Must be stylus or finger
[ 5643.727] (**) Option "config_info" "udev:/sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/input/input1/event1"
[ 5643.727] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: UNKNOWN, id 6)
[ 5643.727] (EE) Couldn't init device "Chicony Saitek Eclipse Keyboard"
[ 5643.727] (II) UnloadModule: "mutouch"
[ 5643.732] (II) config/udev: Adding input device USB Mouse (/dev/input/event2)
[ 5643.732] (**) USB Mouse: Applying InputClass "evdev pointer catchall"
[ 5643.733] (**) USB Mouse: Applying InputClass "evdev-catchall"
[ 5643.733] (II) Using input driver 'mutouch' for 'USB Mouse'
[ 5643.733] (**) USB Mouse: always reports core events
[ 5643.733] (EE) USB Mouse: Type field missing in MuTouch module config,
Must be stylus or finger
[ 5643.733] (**) Option "config_info" "udev:/sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input2/event2"
[ 5643.734] (II) XINPUT: Adding extended input device "USB Mouse" (type: UNKNOWN, id 6)
[ 5643.734] (EE) Couldn't init device "USB Mouse"
[ 5643.734] (II) UnloadModule: "mutouch"
[ 5643.737] (II) config/udev: Adding input device USB Mouse (/dev/input/mouse0)
[ 5643.737] (**) USB Mouse: Applying InputClass "evdev-catchall"
[ 5643.737] (II) Using input driver 'mutouch' for 'USB Mouse'
[ 5643.738] (**) USB Mouse: always reports core events
[ 5643.738] (EE) USB Mouse: Type field missing in MuTouch module config,
Must be stylus or finger
[ 5643.738] (**) Option "config_info" "udev:/sys/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/input/input2/mouse0"
[ 5643.738] (II) XINPUT: Adding extended input device "USB Mouse" (type: UNKNOWN, id 6)
[ 5643.738] (EE) Couldn't init device "USB Mouse"
[ 5643.739] (II) UnloadModule: "mutouch"
[ 5643.783] (EE) FBDEV(0): FBIOBLANK: Operation not permitted
[ 5656.286] Server terminated successfully (0). Closing log file.