Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. # /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18. FontPath "/usr/share/fonts/X11/misc"
  19. FontPath "/usr/X11R6/lib/X11/fonts/misc"
  20. FontPath "/usr/share/fonts/X11/cyrillic"
  21. FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
  22. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  23. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  24. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  25. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/share/fonts/X11/Type1"
  27. FontPath "/usr/X11R6/lib/X11/fonts/Type1"
  28. FontPath "/usr/share/fonts/X11/100dpi"
  29. FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
  30. FontPath "/usr/share/fonts/X11/75dpi"
  31. FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
  32. # path to defoma fonts
  33. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  34. EndSection
  35.  
  36. Section "Module"
  37. Load "i2c"
  38. Load "bitmap"
  39. Load "ddc"
  40. Load "dri"
  41. Load "extmod"
  42. Load "freetype"
  43. Load "glx"
  44. Load "int10"
  45. Load "vbe"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. Identifier "Generic Keyboard"
  50. Driver "kbd"
  51. Option "CoreKeyboard"
  52. Option "XkbRules" "xorg"
  53. Option "XkbModel" "pc104"
  54. Option "XkbLayout" "us"
  55. EndSection
  56.  
  57. Section "InputDevice"
  58. Identifier "Configured Mouse"
  59. Driver "mouse"
  60. Option "CorePointer"
  61. Option "Device" "/dev/input/mice"
  62. Option "Protocol" "ImPS/2"
  63. Option "Emulate3Buttons" "true"
  64. EndSection
  65.  
  66. Section "InputDevice"
  67. Identifier "Generic Mouse"
  68. Driver "mouse"
  69. Option "Device" "/dev/psaux"
  70. Option "SendCoreEvents" "true"
  71. Option "Protocol" "ImPS/2"
  72. Option "Emulate3Buttons" "true"
  73. Option "ZAxisMapping" "4 5"
  74. EndSection
  75.  
  76. Section "InputDevice"
  77. Identifier "Touchscreen1"
  78. Driver "elographics"
  79. Option "Device" "/dev/ttyS0"
  80. Option "AlwaysCore"
  81. Option "screenno" "0"
  82. Option "MinX" "50"
  83. Option "MaxX" "4050"
  84. Option "MinY" "50"
  85. Option "MaxY" "4050"
  86. Option "UntouchDelay" "3"
  87. Option "ReportDelay" "1"
  88. EndSection
  89.  
  90. Section "Device"
  91. Identifier "Generic Video Card"
  92. Driver "vesa"
  93. EndSection
  94.  
  95. Section "Device"
  96. Identifier "SiS"
  97. Driver "sis"
  98. Option "XaaNoOffscreenPixmaps"
  99. EndSection
  100.  
  101. Section "Monitor"
  102. Identifier "Generic Monitor"
  103. EndSection
  104.  
  105. Section "Screen"
  106. Identifier "Default Screen"
  107. Device "Generic Video Card"
  108. Monitor "Generic Monitor"
  109. DefaultDepth 24
  110. SubSection "Display"
  111. Depth 1
  112. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  113. EndSubSection
  114. SubSection "Display"
  115. Depth 4
  116. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  117. EndSubSection
  118. SubSection "Display"
  119. Depth 8
  120. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  121. EndSubSection
  122. SubSection "Display"
  123. Depth 15
  124. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  125. EndSubSection
  126. SubSection "Display"
  127. Depth 16
  128. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  129. EndSubSection
  130. SubSection "Display"
  131. Depth 24
  132. Modes "1024x768" "800x600" "720x400" "640x480" "1680x1050" "1600x1200" "1280x1024" "1280x960" "1920x1200"
  133. EndSubSection
  134. EndSection
  135.  
  136. Section "ServerLayout"
  137. Identifier "Default Layout"
  138. Screen "Default Screen"
  139. InputDevice "Generic Keyboard"
  140. InputDevice "Configured Mouse"
  141. InputDevice "Generic Mouse"
  142. Option "AllowMouseOpenFail" "true"
  143. # InputDevice "Touchscreen1" "SendCoreEvents"
  144. EndSection
  145.  
  146. Section "ServerFlags"
  147. # When this option is enabled, C-M-backspace
  148. # has no special meaning and is passed to clients.
  149. Option "DontZap" "True"
  150. EndSection
  151.  
  152. Section "DRI"
  153. Mode 0666
  154. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement