summaryrefslogtreecommitdiff
path: root/addons/x11infoscreen/etc/X11/XF86Config-4.orig
blob: c6c901e3a2488237d61808b392f758ad5c9afff1 (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 "GLcore"
  34. Load "bitmap"
  35. Load "dbe"
  36. Load "ddc"
  37. Load "dri"
  38. Load "extmod"
  39. Load "freetype"
  40. Load "glx"
  41. Load "int10"
  42. Load "record"
  43. Load "speedo"
  44. Load "type1"
  45. Load "vbe"
  46. EndSection
  47. Section "InputDevice"
  48. Identifier "Generic Keyboard"
  49. Driver "keyboard"
  50. Option "CoreKeyboard"
  51. Option "XkbRules" "xfree86"
  52. Option "XkbModel" "pc104"
  53. Option "XkbLayout" "us"
  54. EndSection
  55. Section "InputDevice"
  56. Identifier "Configured Mouse"
  57. Driver "mouse"
  58. Option "CorePointer"
  59. Option "Device" "/dev/psaux"
  60. Option "Protocol" "PS/2"
  61. Option "Emulate3Buttons" "true"
  62. Option "ZAxisMapping" "4 5"
  63. EndSection
  64. Section "InputDevice"
  65. Identifier "Generic Mouse"
  66. Driver "mouse"
  67. Option "SendCoreEvents" "true"
  68. Option "Device" "/dev/input/mice"
  69. Option "Protocol" "ImPS/2"
  70. Option "Emulate3Buttons" "true"
  71. Option "ZAxisMapping" "4 5"
  72. EndSection
  73. Section "Device"
  74. Identifier "Generic Video Card"
  75. Driver "vesa"
  76. EndSection
  77. Section "Monitor"
  78. Identifier "Generic Monitor"
  79. HorizSync 28-50
  80. VertRefresh 43-75
  81. Option "DPMS"
  82. EndSection
  83. Section "Screen"
  84. Identifier "Default Screen"
  85. Device "Generic Video Card"
  86. Monitor "Generic Monitor"
  87. DefaultDepth 24
  88. SubSection "Display"
  89. Depth 1
  90. Modes "800x600" "640x480"
  91. EndSubSection
  92. SubSection "Display"
  93. Depth 4
  94. Modes "800x600" "640x480"
  95. EndSubSection
  96. SubSection "Display"
  97. Depth 8
  98. Modes "800x600" "640x480"
  99. EndSubSection
  100. SubSection "Display"
  101. Depth 15
  102. Modes "800x600" "640x480"
  103. EndSubSection
  104. SubSection "Display"
  105. Depth 16
  106. Modes "800x600" "640x480"
  107. EndSubSection
  108. SubSection "Display"
  109. Depth 24
  110. Modes "800x600" "640x480"
  111. EndSubSection
  112. EndSection
  113. Section "ServerLayout"
  114. Identifier "Default Layout"
  115. Screen "Default Screen"
  116. InputDevice "Generic Keyboard"
  117. InputDevice "Configured Mouse"
  118. InputDevice "Generic Mouse"
  119. EndSection
  120. Section "DRI"
  121. Mode 0666
  122. EndSection