Guest User

Untitled

a guest
Apr 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. Section "ServerFlags"
  3. Option "AutoAddDevices" "false"
  4. Option "AutoEnableDevices" "false"
  5. Option "DefaultServerLayout" "Layout"
  6. EndSection
  7.  
  8. Section "Screen"
  9. Identifier "Default Screen"
  10. Device "Configured Video Device"
  11. Subsection "Display"
  12. Depth 16
  13. Modes "240x320"
  14. ViewPort 0 0
  15. EndSubsection
  16. EndSection
  17.  
  18. Section "InputDevice"
  19. Identifier "touch"
  20. Driver "evdev"
  21. Option "CorePointer"
  22. Option "Device" "/dev/input/event3"
  23. Option "sendcoreevents"
  24. Option "MinX" "0"
  25. Option "MaxX" "640"
  26. Option "MinY" "0"
  27. Option "MaxY" "480"
  28. Option "MatchIsTouchscreen" "true"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Configured Video Device"
  33. Driver "fbdev"
  34. Option "Rotate" "CW"
  35. EndSection
  36.  
  37. Section "ServerLayout"
  38. Identifier "Layout"
  39. InputDevice "touch"
  40. Screen "Default Screen"
  41. EndSection
Add Comment
Please, Sign In to add comment