Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2009
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "stylus" "SendCoreEvents"
  7. InputDevice "cursor" "SendCoreEvents"
  8. InputDevice "eraser" "SendCoreEvents"
  9. InputDevice "pad" "SendCoreEvents"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "type1"
  19. Load "freetype"
  20. Load "glx"
  21. EndSection
  22.  
  23. Section "ServerFlags"
  24. Option "Xinerama" "0"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol"
  31. Option "Device" "/dev/input/mice"
  32. Option "Emulate3Buttons" "no"
  33. Option "ZAxisMapping" "4 5"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Keyboard0"
  38. Driver "kbd"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. Identifier "stylus"
  43. Driver "wacom"
  44. Option "Device" "/dev/input/wacom"
  45. Option "Type" "stylus"
  46. Option "USB" "on"
  47. Option "Mode" "Absolute"
  48. EndSection
  49.  
  50. Section "InputDevice"
  51. Identifier "eraser"
  52. Driver "wacom"
  53. Option "Device" "/dev/input/wacom"
  54. Option "Type" "eraser"
  55. Option "USB" "on"
  56. Option "Mode" "Absolute"
  57. EndSection
  58.  
  59. Section "InputDevice"
  60. Identifier "cursor"
  61. Driver "wacom"
  62. Option "Device" "/dev/input/wacom"
  63. Option "Type" "cursor"
  64. Option "USB" "on"
  65. EndSection
  66.  
  67. Section "InputDevice"
  68. Identifier "pad"
  69. Driver "wacom"
  70. Option "Device" "/dev/input/wacom"
  71. Option "Type" "pad"
  72. Option "USB" "on"
  73. EndSection
  74.  
  75. Section "InputDevice"
  76. Identifier "touch"
  77. Driver "wacom"
  78. Option "Device" "/dev/input/wacom"
  79. Option "Type" "touch"
  80. Option "USB" "on"
  81. Option "Touch" "on"
  82. EndSection
  83.  
  84. Section "Monitor"
  85. Identifier "Monitor0"
  86. VendorName "Unknown"
  87. ModelName "PHILIPS 107E"
  88. HorizSync 30.0 - 70.0
  89. VertRefresh 50.0 - 160.0
  90. ModeLine "1280x1024" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  91. ModeLine "1024x768" 78.800 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  92. ModeLine "800x600" 49.500 800 816 896 1056 600 601 604 625 +hsync +vsync
  93. ModeLine "640x480" 31.500 640 656 720 840 480 481 484 500 -hsync -vsync
  94. ModeLine "1280x960" 129.860 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  95. ModeLine "1152x864" 108.000 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  96. ModeLine "768x576" 45.510 768 808 888 1008 576 577 580 602 -hsync +vsync
  97. Option "DPMS"
  98. EndSection
  99.  
  100. Section "Device"
  101. Identifier "Device0"
  102. Driver "nvidia"
  103. VendorName "NVIDIA Corporation"
  104. BoardName "GeForce 9600 GT"
  105. BusID "PCI:2:0:0"
  106. EndSection
  107.  
  108. Section "Screen"
  109. Identifier "Screen0"
  110. Device "Device0"
  111. Monitor "Monitor0"
  112. DefaultDepth 24
  113. Option "TwinView" "0"
  114. Option "TwinViewXineramaInfoOrder" "CRT-0"
  115. Option "metamodes" "1280x1024 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0; 320x240 +0+0"
  116. SubSection "Display"
  117. Depth 24
  118. EndSubSection
  119. EndSection
  120.  
  121. Section "Extensions"
  122. Option "Composite" "Enable"
  123. EndSection
  124.  
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement