Advertisement
inukaze

Inukaze - Ubuntu 12.04 - LinuxMint 13 - Xorg.conf

Jun 29th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. # Archivo /etc/X11/xorg.conf para Ubuntu 12.04 Precise
  2. # Tambien es compatible con LinuxMint 13 MAYA
  3. # Tarjeta de video : Nvidia GeForce 6200(TM) TurboCache
  4.  
  5. Section "Module"
  6. Load "ddc" # DDC para el Monitor
  7. Load "dbe"
  8. Load "vbe"
  9. Load "bitmap"
  10. Load "dri"
  11. Load "extmod"
  12. Load "glx"
  13. Load "bitmap" # Fuentes de Mapas de Bits
  14. Load "int10"
  15. Load "type1"
  16. Load "freetype"
  17. Load "record"
  18. Load "synaptics"
  19. EndSection
  20.  
  21. Section "ServerLayout"
  22. Identifier "Default Layout"
  23. Screen 0 "Screen0" 0 0
  24. InputDevice "Keyboard0" "CoreKeyboard"
  25. InputDevice "Mouse0" "CorePointer"
  26. Option "Xinerama" "0"
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "DontZap" "False"
  31. Option "Xinerama" "0"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Mouse0"
  41. Driver "mouse"
  42. Option "Protocol" "auto"
  43. Option "Device" "/dev/psaux"
  44. Option "Device" "/dev/uinput"
  45. Option "Emulate3Buttons" "no"
  46. Option "ZAxisMapping" "4 5"
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "Monitor0"
  51. VendorName "PHILIPS"
  52. ModelName "Philips 105E"
  53. Option "DPMS" "TRUE"
  54. EndSection
  55.  
  56. Section "Device"
  57. Identifier "Device0
  58. Driver "nvidia"
  59. VendorName "NVIDIA Corporation"
  60. BoardName "NVIDIA GeForce 6200 TurboCache(TM)"
  61. Option "DPMS" "True"
  62. Option "NoLogo" "True"
  63. Option "AddARGBVisuals" "True"
  64. Option "AddARGBGLXVisuals" "True"
  65. Option "AllowGLXWithComposite" "True"
  66. Option "TripleBuffer" "True"
  67. Option "DRI" "True"
  68. Option "RenderAccel" "True"
  69. Option "HWCursor" "True"
  70. Option "CursorShadow" "True"
  71. Option "NvAGP" "3"
  72. Option "RegistryDwords" "PerfLevelSrc=0x3333"
  73. Option "NoPowerConnectorCheck" "True"
  74. Option "UseEdidFreqs" "True"
  75. Option "backingstore" "True"
  76. Option "DPI" "92"
  77. Option "XAANoOffscreenPixmaps" "True"
  78.  
  79. # Cuando Se Actualizan los Controladores Privatidos
  80. # Aa la version 304.88 , El Sistema se vuelve muy lento
  81. # Aqui esta el Arreglo de Lentitud :
  82.  
  83. Option "UBB" "True"
  84. Option "GLShaderDiskCache" "True"
  85. Option "Dac8Bit" "True"
  86. Option "Overlay" "True"
  87. Option "CIOverlay" "True"
  88. Option "TransparentIndex" "25"
  89. Option "OverlayDefaultVisual" "True"
  90. Option "nvidiaXineramaInfo" "True"
  91. Option "nvidiaXineramaInfoOrder" "True"
  92. Option "MultisampleCompatibility" "True"
  93. Option "DamageEvents" "True"
  94. Option "SLI" "0"
  95. Option "UseEvents" "True"
  96. Option "AllowSHMPixmaps" "True"
  97. Option "InitializeWindowBackingPixmaps" "True"
  98. Option "AllowUnofficialGLXProtocol" "True"
  99. Option "Interactive" "True"
  100. Option "ConstrainCursor" "True"
  101. Option "UseHotplugEvents" "True"
  102. EndSection
  103.  
  104. Section "Screen"
  105. Identifier "Screen0"
  106. Device "Device0"
  107. Monitor "Monitor0"
  108. DefaultDepth 24
  109. Option "AddARGBVisuals" "True"
  110. Option "AddARGBGLXVisuals" "True"
  111. Option "DPMS"
  112. Option "TwinView" "0"
  113. Option "TwinViewXineramaInfoOrder" "CRT-0"
  114. Option "nvidia-auto-select +0+0"
  115. Option "Stereo" "0"
  116. Option "nvidiaXineramaInfoOrder" "CRT-0"
  117. Option "metamodes" "1024x768_60 +0+0; 800x600_85 +0+0; 800x600_60 +0+0"
  118. SubSection "Display"
  119. Depth 24
  120. EndSubSection
  121. EndSection
  122.  
  123. Section "Extensions"
  124. Option "DRI" "Enable"
  125. Option "RandR" "Enable"
  126. Option "RENDER" "Enable"
  127. Option "Composite" "Enable"
  128. EndSection
  129.  
  130. Section "DRI"
  131. Mode 0666
  132. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement