xserver-xorg: remove touchscreen section from omap3evm xorg.conf now that everything...
authorKoen Kooi <koen@openembedded.org>
Tue, 11 Nov 2008 14:22:44 +0000 (15:22 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 11 Nov 2008 14:22:44 +0000 (15:22 +0100)
packages/xorg-xserver/xserver-xorg/omap3evm/xorg.conf

index 43296db..983bb08 100644 (file)
@@ -8,14 +8,6 @@ Section "Module"
         Load    "dri"                       
 EndSection                            
 
-Section "InputDevice"                                                  
-       Identifier  "touchscreen0"                                      
-       Driver      "tslib"    
-       Option      "TslibDevice" "/dev/input/touchscreen0"
-       Option      "Width" "480"             
-       Option      "Height" "640"
-EndSection
-
 Section "Monitor"                                                                    
         Identifier      "Builtin Default Monitor"
 EndSection                                       
@@ -34,5 +26,4 @@ EndSection
 Section "ServerLayout"                                 
         Identifier      "Builtin Default Layout"                                     
         Screen  "Builtin Default fbdev Screen 0"        
-        InputDevice    "touchscreen0" "CorePointer"
 EndSection