xorg.conf.sharp-zaurus 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Section "Device"
  2. Identifier "Generic Video Card"
  3. Driver "fbdev"
  4. Option "UseFBDev" "true"
  5. Option "Rotate" "CW"
  6. EndSection
  7. Section "InputDevice"
  8. Identifier "Touchscreen"
  9. Driver "evdev"
  10. Option "CorePointer"
  11. Option "Device" "/dev/input/event2"
  12. EndSection
  13. Section "InputClass"
  14. Identifier "calibration"
  15. MatchProduct "Touchscreen"
  16. Option "Calibration" "210 3599 311 3796"
  17. EndSection
  18. Section "Monitor"
  19. Identifier "Generic Monitor"
  20. Option "DPMS"
  21. HorizSync 28-32
  22. VertRefresh 43-60
  23. EndSection
  24. Section "Screen"
  25. Identifier "Default Screen"
  26. Device "Generic Video Card"
  27. Monitor "Generic Monitor"
  28. DefaultDepth 16
  29. SubSection "Display"
  30. Depth 1
  31. Modes "640x480"
  32. EndSubSection
  33. SubSection "Display"
  34. Depth 4
  35. Modes "640x480"
  36. EndSubSection
  37. SubSection "Display"
  38. Depth 8
  39. Modes "640x480"
  40. EndSubSection
  41. SubSection "Display"
  42. Depth 15
  43. Modes "640x480"
  44. EndSubSection
  45. SubSection "Display"
  46. Depth 16
  47. Modes "640x480"
  48. EndSubSection
  49. SubSection "Display"
  50. Depth 24
  51. Modes "640x480"
  52. EndSubSection
  53. EndSection
  54. Section "ServerLayout"
  55. Identifier "Default Layout"
  56. Screen "Default Screen"
  57. EndSection