below is the snippet for 2 files, ts is pointing to same name
but still receiving the below error on running startx:
please help to resolve the error :)

error:
(II) XINPUT: Adding extended input device "Generic Keyboard"
(type: KEYBOARD, id 6)                          
(EE) XKB: Couldn't open rules file /usr/lib/X11/xkb/rules/xfree86
(EE) XKB: Failed to load keymap. Loading default keymap 
instead.
[402220.515] (II) Using input driver 'tslib' for 'Touchpad0' 
[402220.515] (**) Option "CorePointer"               
[402220.515] (**) Touchpad0: always reports core events  
[402220.516] (**) Touchpad0: always reports core events 
[402220.516] (**) Option "ScreenNumber" "0"          
[402220.517] (**) Option "Width" "240"               
[402220.517] (**) Option "Height" "320"       
[402220.517] (**) Option "Rotate" "0"             
[402220.518] ts_open failed (device=(null))       
[402220.519] (II) UnloadModule: "tslib"         
[402220.519] (EE) PreInit returned 2 for "PW�"        
[402220.520] xf86TslibUninit                              
[402220.520] xf86TslibControlProc                
[402220.520] (EE)                              
[402220.521] (EE) Backtrace:                         
[402220.522] (EE)                                         
[402220.522] (EE) Segmentation fault at address 0x0 
[402220.523] (EE)                                  
Fatal server error:                                  
[402220.523] (EE) Caught signal 11 (Segmentation fault). Server aborting

xorg.cong:
Section "InputDevice"                                  
        Identifier  "Touchpad0"                        
        Driver      "tslib"                            
        Option "CorePointer" "true"                    
        Option "TslibDevice" "/dev/input/touchscreen"
        Option "DeviceName" "touchscreen"            
 Option "ScreenNumber" "0"                           
 Option "Width" "240"                                
 Option "Height" "320"                               
 Option "Rotate" "0"                                 
EndSection


profile.environment:
MINI2440_TOUCHEVENT=/dev/input/touchscreen
export TSLIB_TSDEVICE=${MINI2440_TOUCHEVENT}

Reply via email to