Advertisement
Guest User

Daniel F

a guest
Mar 16th, 2008
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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" "pc105"
  54. Option "XkbLayout" "latam"
  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 "Synaptics Touchpad"
  68. Driver "synaptics"
  69. Option "SendCoreEvents" "true"
  70. Option "Device" "/dev/psaux"
  71. Option "Protocol" "auto-dev"
  72. Option "HorizScrollDelta" "0"
  73. EndSection
  74.  
  75. Section "Device"
  76. Identifier "nVidia Corporation MCP51 PCI-X GeForce Go 6100"
  77. Driver "nv"
  78. BusID "PCI:0:5:0"
  79. EndSection
  80.  
  81. Section "Monitor"
  82. Identifier "Monitor gen�rico"
  83. Option "DPMS"
  84. HorizSync 28-64
  85. VertRefresh 43-60
  86. EndSection
  87.  
  88. Section "Screen"
  89. Identifier "Default Screen"
  90. Device "nVidia Corporation MCP51 PCI-X GeForce Go 6100"
  91. Monitor "Monitor gen�rico"
  92. DefaultDepth 16
  93. SubSection "Display"
  94. Depth 1
  95. Modes "1280x800"
  96. EndSubSection
  97. SubSection "Display"
  98. Depth 4
  99. Modes "1280x800"
  100. EndSubSection
  101. SubSection "Display"
  102. Depth 8
  103. Modes "1280x800"
  104. EndSubSection
  105. SubSection "Display"
  106. Depth 15
  107. Modes "1280x800"
  108. EndSubSection
  109. SubSection "Display"
  110. Depth 16
  111. Modes "1280x800"
  112. EndSubSection
  113. SubSection "Display"
  114. Depth 24
  115. Modes "1280x800"
  116. EndSubSection
  117. EndSection
  118.  
  119. Section "ServerLayout"
  120. Identifier "Default Layout"
  121. Screen "Default Screen"
  122. InputDevice "Generic Keyboard"
  123. InputDevice "Configured Mouse"
  124. InputDevice "Synaptics Touchpad"
  125. EndSection
  126.  
  127. Section "DRI"
  128. Mode 0666
  129. EndSection
  130.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement