summaryrefslogtreecommitdiff
path: root/addons/x11phonehome/etc/X11/xorg.conf.orig
blob: 33bbb233bcd80d2a0414a5513e27960eb55b8bf2 (plain)
  1. # XF86Config-4 (XFree86 X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the XF86Config-4 manual page.
  7. # (Type "man XF86Config-4" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xfree86
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands as root:
  15. #
  16. # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  17. # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  18. # dpkg-reconfigure xserver-xfree86
  19. Section "Files"
  20. FontPath "unix/:7100" # local font server
  21. # if the local font server has problems, we can fall back on these
  22. FontPath "/usr/lib/X11/fonts/misc"
  23. FontPath "/usr/lib/X11/fonts/cyrillic"
  24. FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/lib/X11/fonts/Type1"
  27. FontPath "/usr/lib/X11/fonts/CID"
  28. FontPath "/usr/lib/X11/fonts/Speedo"
  29. FontPath "/usr/lib/X11/fonts/100dpi"
  30. FontPath "/usr/lib/X11/fonts/75dpi"
  31. EndSection
  32. Section "Module"
  33. Load "bitmap"
  34. Load "dbe"
  35. Load "ddc"
  36. Load "dri"
  37. Load "extmod"
  38. Load "freetype"
  39. Load "glx"
  40. Load "int10"
  41. Load "record"
  42. Load "type1"
  43. Load "vbe"
  44. EndSection
  45. Section "InputDevice"
  46. Identifier "Generic Keyboard"
  47. Driver "keyboard"
  48. Option "CoreKeyboard"
  49. Option "XkbRules" "xorg"
  50. Option "XkbModel" "pc104"
  51. Option "XkbLayout" "us"
  52. EndSection
  53. Section "InputDevice"
  54. Identifier "Configured Mouse"
  55. Driver "mouse"
  56. Option "CorePointer"
  57. Option "Device" "/dev/psaux"
  58. Option "Protocol" "PS/2"
  59. Option "Emulate3Buttons" "true"
  60. Option "ZAxisMapping" "4 5"
  61. EndSection
  62. Section "InputDevice"
  63. Identifier "Generic Mouse"
  64. Driver "mouse"
  65. Option "SendCoreEvents" "true"
  66. Option "Device" "/dev/input/mice"
  67. Option "Protocol" "ImPS/2"
  68. Option "Emulate3Buttons" "true"
  69. Option "ZAxisMapping" "4 5"
  70. EndSection
  71. Section "Device"
  72. Identifier "Generic Video Card"
  73. Driver "vesa"
  74. EndSection
  75. Section "Monitor"
  76. Identifier "Generic Monitor"
  77. HorizSync 28-50
  78. VertRefresh 43-75
  79. Option "DPMS"
  80. EndSection
  81. Section "Screen"
  82. Identifier "Default Screen"
  83. Device "Generic Video Card"
  84. Monitor "Generic Monitor"
  85. DefaultDepth 24
  86. SubSection "Display"
  87. Depth 1
  88. Modes "800x600" "640x480"
  89. EndSubSection
  90. SubSection "Display"
  91. Depth 4
  92. Modes "800x600" "640x480"
  93. EndSubSection
  94. SubSection "Display"
  95. Depth 8
  96. Modes "800x600" "640x480"
  97. EndSubSection
  98. SubSection "Display"
  99. Depth 15
  100. Modes "800x600" "640x480"
  101. EndSubSection
  102. SubSection "Display"
  103. Depth 16
  104. Modes "800x600" "640x480"
  105. EndSubSection
  106. SubSection "Display"
  107. Depth 24
  108. Modes "800x600" "640x480"
  109. EndSubSection
  110. EndSection
  111. Section "ServerLayout"
  112. Identifier "Default Layout"
  113. Screen "Default Screen"
  114. InputDevice "Generic Keyboard"
  115. InputDevice "Configured Mouse"
  116. InputDevice "Generic Mouse"
  117. EndSection
  118. Section "DRI"
  119. Mode 0666
  120. EndSection