Advertisement
Guest User

Untitled

a guest
Jul 7th, 2011
2,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "Monitor0"
  3. Mode "1280x800"
  4. DotClock 0
  5. HTimings 1280 1280 1280 1280
  6. VTimings 800 800 800 800
  7. Flags "-HSync" "-VSync"
  8. EndMode
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "fbdev"
  13. Driver "fbdev"
  14. Option "ShadowFB" "on"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Touchscreen"
  19. Driver "evdev"
  20. Option "Device" "/dev/input/event1"
  21. Option "CorePointer"
  22. Option "SendCoreEvents"
  23. Option "ReportingMode" "Raw"
  24. EndSection
  25.  
  26. Section "Screen"
  27. Identifier "Framebuffer"
  28. Device "fbdev"
  29. Monitor "Monitor0"
  30. DefaultFbBpp 16
  31. SubSection "Display"
  32. Depth 16
  33. Modes "1280x800"
  34. EndSubSection
  35. EndSection
  36.  
  37. Section "ServerLayout"
  38. Identifier "Layout"
  39. Screen "Framebuffer"
  40. InputDevice "Touchscreen"
  41. EndSection
  42.  
  43. Section "ServerFlags"
  44. Option "DefaultServerLayout" "Layout"
  45. Option "AllowEmptyInput" "True"
  46. Option "AutoAddDevices" "True"
  47. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement