Advertisement
Guest User

torax

a guest
Nov 10th, 2007
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. # 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 xorg.conf manual page.
  7. # (Type "man 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. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "Generic Keyboard"
  22. Driver "kbd"
  23. Option "CoreKeyboard"
  24. Option "XkbRules" "xorg"
  25. Option "XkbModel" "pc105"
  26. Option "XkbLayout" "fi"
  27. Option "XkbVariant" "kotoistus"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Configured Mouse"
  32. Driver "mouse"
  33. Option "CorePointer"
  34. Option "Device" "/dev/input/mice"
  35. Option "Protocol" "ImPS/2"
  36. Option "ZAxisMapping" "4 5"
  37. Option "Emulate3Buttons" "true"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41. Driver "wacom"
  42. Identifier "stylus"
  43. Option "Device" "/dev/input/wacom"
  44. Option "Type" "stylus"
  45. Option "ForceDevice" "ISDV4"# Tablet PC ONLY
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. Driver "wacom"
  50. Identifier "eraser"
  51. Option "Device" "/dev/input/wacom"
  52. Option "Type" "eraser"
  53. Option "ForceDevice" "ISDV4"# Tablet PC ONLY
  54. EndSection
  55.  
  56. Section "InputDevice"
  57. Driver "wacom"
  58. Identifier "cursor"
  59. Option "Device" "/dev/input/wacom"
  60. Option "Type" "cursor"
  61. Option "ForceDevice" "ISDV4"# Tablet PC ONLY
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Generic Video Card"
  66. Boardname "nv"
  67. Busid "PCI:2:0:0"
  68. Driver "nvidia"
  69. Screen 0
  70. EndSection
  71.  
  72. Section "Monitor"
  73. Identifier "VX2025wm"
  74. Vendorname "Generic LCD Display"
  75. Modelname "LCD Panel 1680x1050"
  76. Horizsync 31.5-65.5
  77. Vertrefresh 56.0 - 65.0
  78. modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  79. modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  80. modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  81. modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  82. modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  83. modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  84. modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  85. modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  86. Gamma 1.0
  87. EndSection
  88.  
  89. Section "Screen"
  90. Identifier "Default Screen"
  91. Device "Generic Video Card"
  92. Monitor "VX2025wm"
  93. Defaultdepth 24
  94. Option "ModeValidation" "NoEdidDFPMaxSizeCheck"
  95. Option "ModeValidation" "NoDFPNativeResolutionCheck"
  96. Option "UseEdidFreqs" "false"
  97. Option "ModeValidation" "NoMaxPClkCheck, AllowNon60HzDFPModes, NoVesaModes, NoXServerModes, NoPredefinedModes"
  98.  
  99.  
  100. SubSection "Display"
  101. Depth 24
  102. Virtual 1680 1050
  103. Modes "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
  104. EndSubSection
  105. EndSection
  106.  
  107. Section "ServerLayout"
  108. Identifier "Default Layout"
  109. screen 0 "Default Screen" 0 0
  110. Inputdevice "Generic Keyboard"
  111. Inputdevice "Configured Mouse"
  112.  
  113. # Uncomment if you have a wacom tablet
  114. # InputDevice "stylus" "SendCoreEvents"
  115. # InputDevice "cursor" "SendCoreEvents"
  116. # InputDevice "eraser" "SendCoreEvents"
  117. EndSection
  118. Section "Module"
  119. Load "glx"
  120. Load "v4l"
  121. EndSection
  122. Section "ServerFlags"
  123. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement