Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 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 "Device"
  102. Identifier "intel"
  103. Screen 0
  104. Driver "intel"
  105. BusID "PCI:00:02:0"
  106. Option "AccelMethod" "XAA"
  107. Option "Monitor-DP-1" "Generic Monitor"
  108. Option "Monitor-VGA" "Generic Monitor"
  109. Option "SWCursor" "true"
  110. EndSection
  111.  
  112. Section "Device"
  113. Identifier "Radeon"
  114. Driver "radeonhd"
  115. Option "XaaNoOffscreenPixmaps"
  116. EndSection
  117.  
  118.  
  119. Section "Monitor"
  120. Identifier "Generic Monitor"
  121. # Modeline "1024x768" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  122. # Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 896 -HSync +Vsync
  123. EndSection
  124.  
  125. Section "Screen"
  126. Identifier "Default Screen"
  127. Device "intel"
  128. Monitor "Generic Monitor"
  129. DefaultDepth 24
  130.  
  131. SubSection "Display"
  132. ViewPort 0 0
  133. Virtual 1024 768
  134. Depth 24
  135. Modes "1024x768" "1024x768"
  136. EndSubSection
  137. EndSection
  138.  
  139. Section "ServerLayout"
  140. Identifier "Default Layout"
  141. Screen "Default Screen"
  142. InputDevice "Generic Keyboard"
  143. InputDevice "Configured Mouse"
  144. # InputDevice "Generic Mouse"
  145. Option "AllowMouseOpenFail" "true"
  146. # InputDevice "Touchscreen1" "SendCoreEvents"
  147. EndSection
  148.  
  149. Section "ServerFlags"
  150. # When this option is enabled, C-M-backspace
  151. # has no special meaning and is passed to clients.
  152. Option "DontZap" "True"
  153. Option "AllowEmptyInput" "off"
  154. EndSection
  155.  
  156. Section "DRI"
  157. Mode 0666
  158. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement