Advertisement
Guest User

Untitled

a guest
May 30th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. # This section is for Intuos3, CintiqV5, Graphire4, or Bamboo without touch
  2.  
  3. Section "Module"
  4. Disable "dri"
  5. Disable "dir2"
  6. Disable "GLCore"
  7. Load "extmod"
  8. Load "dbe"
  9. Load "type1"
  10. Load "freetype"
  11. Load "glx"
  12.  
  13. Load "bitmap"
  14. Load "ddc"
  15. Load "int10"
  16. Load "vbe"
  17. EndSection
  18.  
  19. Section "Files"
  20. FontPath "/usr/share/fonts/misc:unscaled"
  21. FontPath "/usr/share/fonts/75dpi:unscaled"
  22. FontPath "/usr/share/fonts/100dpi:unscaled"
  23. FontPath "/usr/share/fonts/corefonts"
  24. FontPath "/usr/share/fonts/freefonts"
  25. FontPath "/usr/share/fonts/terminus"
  26. FontPath "/usr/share/fonts/ttf-bitstream-vera"
  27. FontPath "/usr/share/fonts/unifont"
  28. FontPath "/usr/share/fonts/artwiz-latin1"
  29. FontPath "/usr/share/fonts/cronyx"
  30. FontPath "/usr/share/fonts/cyrillic"
  31. FontPath "/usr/share/fonts/dejavu"
  32. FontPath "/usr/share/fonts/droid"
  33. FontPath "/usr/share/fonts/intlfonts"
  34. FontPath "/usr/share/fonts/liberation-fonts"
  35. FontPath "/usr/share/fonts/urw-fonts"
  36. EndSection
  37.  
  38. Section "InputClass"
  39. Identifier "Keyboard"
  40. Driver "evdev"
  41. Option "AutoRepeat" "500 30"
  42. Option "XkbModel" "acpi"
  43. Option "XkbRules" "xorg"
  44. Option "XkbLayout" "us,ru(winkeys)"
  45. Option "XkbOptions" "grp:shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
  46. MatchIsKeyboard "true"
  47. # MatchProduct "AT Translated Set 2 keyboard"
  48. EndSection
  49.  
  50. Section "InputDevice"
  51. Identifier "Mouse0"
  52. Driver "mouse"
  53. Option "Protocol" "auto"
  54. Option "Device" "/dev/input/mice"
  55. Option "ZAxisMapping" "4 5 6 7"
  56. # Option "Sensitivity" "2.5"
  57. # Option "Resolution" "1024"
  58. # Option "ConstantDeceleration" "1"
  59. EndSection
  60.  
  61.  
  62. Section "Monitor"
  63. Identifier "Monitor0"
  64. VendorName "Unknown"
  65. ModelName "Unknown"
  66. HorizSync 28.0 - 33.0
  67. VertRefresh 43.0 - 72.0
  68. Option "DPMS"
  69. # DisplaySize ? ?
  70. EndSection
  71.  
  72. Section "Device"
  73. Identifier "Device0"
  74. Driver "nvidia"
  75. VendorName "NVIDIA Corporation"
  76. Option "AllowDDCCI" "True"
  77. Option "AllowDFPStereo" "True"
  78. Option "AllowGLXWithComposite" "True"
  79. Option "NoBandWidthTest" "False"
  80. Option "ConnectToAcpid" "True"
  81. Option "ConstantDPI" "True"
  82. #Option "Dac8Bit" "True"
  83. Option "DisableGLXRootClipping" "True"
  84. Option "DamageEvents" "True"
  85. Option "ExactModeTimingsDVI" "True"
  86. Option "NoFlip" "False"
  87. Option "ForceStereoFlipping" "True"
  88. Option "IncludeImplicitMetaModes" "True"
  89. Option "NoLogo" "True"
  90. Option "MultisampleCompatibility" "True"
  91. Option "Overlay" "True"
  92. Option "CIOverlay" "True"
  93. Option "OverlayDefaultVisual" "True"
  94. Option "RandRRotation" "True"
  95. Option "NoRenderExtension" "False"
  96. Option "RenderAccel" "True"
  97. Option "AddARGBGLXVisuals" "True"
  98. Option "CoolBits" "1"
  99. # Option "CustomEDID" "CUSTOM-EDID"
  100. # Option "SLI" "Auto"
  101. Option "RegistryDwords" "PowerMizerEnable=0x0; PerfLevelSrc=0x2222; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x3"
  102. EndSection
  103.  
  104. Section "Screen"
  105. Identifier "Screen0"
  106. Device "Device0"
  107. Monitor "Monitor0"
  108. DefaultDepth 24
  109. SubSection "Display"
  110. Depth 24
  111. EndSubSection
  112. EndSection
  113.  
  114. Section "Extensions"
  115. # Option "Composite" "Enable"
  116. # Option "RENDER" "Enable"
  117. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement