Advertisement
01ttouch

xorg.conf

Dec 15th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. InputDevice "Touchscreen0" "CorePointer"
  4. InputDevice "Digitizer0" "CorePointer"
  5. InputDevice "Keys0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "InputDevice"
  9. Identifier "Digitizer0"
  10. Driver "evdev"
  11. Option "Device" "/dev/input/event6"
  12. Option "AccelerationScheme" "none"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. Identifier "Touchscreen0"
  17. Driver "evdev"
  18. Option "Device" "/dev/input/event1"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. Identifier "Keys0"
  23. Driver "evdev"
  24. Option "Device" "/dev/input/event0"
  25. Option "Protocol" "usb"
  26. EndSection
  27.  
  28. Section "Device"
  29. Identifier "Adapter0"
  30. Driver "fbdev"
  31. Option "fbdev" "/dev/graphics/fb0"
  32. VendorName "Unknown"
  33. BoardName "Unknown"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "Screen0"
  38. Device "Card0"
  39. DefaultDepth 24
  40. SubSection "Display"
  41. Depth 24
  42. Modes "1280x800_60.00"
  43. EndSubSection
  44. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement