summaryrefslogtreecommitdiff
path: root/addons/x11phonehome/etc/X11/xorg.conf-Intel
blob: ae0023ae1e91c0b79e61229b54d588fd0346ea20 (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 "Module"
  20. Load "bitmap"
  21. Load "dbe"
  22. Load "ddc"
  23. Load "dri"
  24. Load "extmod"
  25. Load "freetype"
  26. Load "glx"
  27. Load "int10"
  28. Load "record"
  29. Load "type1"
  30. Load "vbe"
  31. EndSection
  32. Section "InputDevice"
  33. Identifier "Generic Keyboard"
  34. Driver "keyboard"
  35. Option "CoreKeyboard"
  36. Option "XkbRules" "xorg"
  37. Option "XkbModel" "pc105"
  38. Option "XkbLayout" "dk"
  39. EndSection
  40. Section "InputDevice"
  41. Identifier "Configured Mouse"
  42. Driver "mouse"
  43. Option "CorePointer"
  44. Option "Device" "/dev/psaux"
  45. Option "Protocol" "PS/2"
  46. Option "Emulate3Buttons" "true"
  47. Option "ZAxisMapping" "4 5"
  48. EndSection
  49. Section "InputDevice"
  50. Identifier "Generic Mouse"
  51. Driver "mouse"
  52. Option "SendCoreEvents" "true"
  53. Option "Device" "/dev/input/mice"
  54. Option "Protocol" "ImPS/2"
  55. Option "Emulate3Buttons" "true"
  56. Option "ZAxisMapping" "4 5"
  57. EndSection
  58. Section "Device"
  59. Identifier "Generic Video Card"
  60. Driver "i810"
  61. EndSection
  62. Section "Monitor"
  63. Identifier "Generic Monitor"
  64. HorizSync 30-75
  65. VertRefresh 50-85
  66. Option "DPMS"
  67. EndSection
  68. Section "Screen"
  69. Identifier "Default Screen"
  70. Device "Generic Video Card"
  71. Monitor "Generic Monitor"
  72. DefaultDepth 16
  73. SubSection "Display"
  74. Depth 1
  75. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  76. EndSubSection
  77. SubSection "Display"
  78. Depth 4
  79. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  80. EndSubSection
  81. SubSection "Display"
  82. Depth 8
  83. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  84. EndSubSection
  85. SubSection "Display"
  86. Depth 15
  87. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  88. EndSubSection
  89. SubSection "Display"
  90. Depth 16
  91. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  92. EndSubSection
  93. SubSection "Display"
  94. Depth 24
  95. Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  96. EndSubSection
  97. EndSection
  98. Section "ServerLayout"
  99. Identifier "Default Layout"
  100. Screen "Default Screen"
  101. InputDevice "Generic Keyboard"
  102. InputDevice "Configured Mouse"
  103. InputDevice "Generic Mouse"
  104. EndSection
  105. Section "DRI"
  106. Mode 0666
  107. EndSection