Hello,
Did you compiled by enabling event interface support? (Device Drivers->input 
device support->Event interface)

--Sreedhara

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Lee, 
Jackie
Sent: Tuesday, May 12, 2009 5:00 PM
To: [email protected]
Subject: [Moblin Dev] when add touch driver on Moblin2.0 menlow kernel, 
keyboard and mouse do not work.

Hi everyone.
I’m Jackie Lee.
I downloaded kernel-2.6.29.rc7-40.1.moblin2.src.rpm and build with menlow 
config.
I tried to boot up with that kernel , did work and mouse & keyboard did work.
I tried to enable touch device driver, plpevtch, touch device driver did work 
but mouse & keyboard did not work.
I examine log file, Xorg.0.log, there were some error message,
I don’t know why unload evdev driver during enable plpevtch driver.
Below is xorg.conf

Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       InputDevice    "touchscreen"
       InputDevice    "Mouse0"
       InputDevice    "Keyboard0"
EndSection

Section "Files"
       ModulePath   "/usr/lib/xorg/modules"
       FontPath     "catalogue:/etc/X11/fontpath.d"
       FontPath     "built-ins"
EndSection

Section "Module"
       Load  "dri"
       Load  "dri2"
       Load  "glx"
       Load  "dbe"
       Load  "extmod"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option     "Device" "/dev/input/event6"
EndSection

Section "InputDevice"
       Identifier  "touchscreen"
       Driver      "plpevtch"
       Option     "Device" "/dev/input/event4"
       Option "MinX" "58"
       Option "MinY" "100"
       Option "MaxX" "923"
       Option "MaxY" "859"
       Option "ReportingMode" "Raw"
       Option "Emulate3Buttons"
       Option "Emulate3Timeout" "50"
       Option "SendCoreEvents" "On"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option     "Protocol" "auto"
#      Option     "Device" "/dev/input/mice"
       Option     "Device" "/dev/input/event5"
       Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                # [<bool>]
        #Option     "DefaultRefresh"        # [<bool>]
        #Option     "ModeSetClearScreen"   # [<bool>]
       Identifier  "Card0"
       Driver      "vesa"
       VendorName  "Intel Corporation"
       BoardName   "System Controller Hub (SCH Poulsbo) Graphics Controller"
       BusID       "PCI:0:2:0"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       SubSection "Display"
             Viewport   0 0
             Depth     1
       EndSubSection
       SubSection "Display"
             Viewport   0 0
             Depth     4
       EndSubSection
       SubSection "Display"
             Viewport   0 0
             Depth     8
       EndSubSection
       SubSection "Display"
             Viewport   0 0
             Depth     15
       EndSubSection
       SubSection "Display"
             Viewport   0 0
             Depth     16
       EndSubSection
       SubSection "Display"
             Viewport   0 0
             Depth     24
       EndSubSection
EndSection



And below Xorg.0.log file
 [2 sec: 509261 usec](II) LoadModule: "evdev"[2 sec: 509439 usec]
[2 sec: 510722 usec](II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
[2 sec: 511459 usec](II) Module evdev: vendor="X.Org Foundation"
[2 sec: 511650 usec]       compiled for 1.6.0[2 sec: 511760 usec], module 
version = 2.1.2
[2 sec: 511866 usec]       Module class: X.Org XInput Driver
[2 sec: 511973 usec]       ABI class: X.Org XInput driver, version 4.0
[2 sec: 512104 usec](EE) No input driver matching `evdev'
[2 sec: 512482 usec](EE) config/hal: NewInputDeviceRequest failed (15)
[2 sec: 522599 usec](II) config/hal: Adding input device USB Optical Mouse
[2 sec: 522799 usec](II) LoadModule: "evdev"[2 sec: 522940 usec]
[2 sec: 524134 usec](II) Reloading /usr/lib/xorg/modules/input//evdev_drv.so
[2 sec: 524348 usec](EE) No input driver matching `evdev'
[2 sec: 524736 usec](EE) config/hal: NewInputDeviceRequest failed (15)
[2 sec: 543084 usec](II) config/hal: Adding input device AT Translated Set 2 
keyboard
[2 sec: 543383 usec](II) LoadModule: "evdev"[2 sec: 543558 usec]
[2 sec: 544809 usec](II) Reloading /usr/lib/xorg/modules/input//evdev_drv.so


Regards,
Jackie Lee
(이진용)
Application Engineer, SSG
Intel Korea
02-767-2568/ 010-9480-6066
[email protected]<mailto:[email protected]>
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to