Advertisement
Guest User

Inukaze Slackware Xorg Config

a guest
Apr 29th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. # Configuracion para Slackware64 13.1 de Inukaze
  2. # Con el Driver Privativo de NVIDIA
  3. # Se forza el Modelo de 105 Teclas & Español del Teclado
  4.  
  5. Section "Module"
  6. Load "dri"
  7. Load "glx"
  8. Load "dbe"
  9. Load "extmod"
  10. Load "type1"
  11. Load "freetype"
  12. EndSection
  13.  
  14. Section "ServerLayout"
  15. Identifier "Layout0"
  16. Screen 0 "Screen0" 0 0
  17. InputDevice "Keyboard0" "CoreKeyboard"
  18. InputDevice "Mouse0" "CorePointer"
  19. Option "Xinerama" "0"
  20. EndSection
  21.  
  22. Section "Files"
  23. FontPath "/usr/lib64/X11/fonts/misc/:unscaled"
  24. FontPath "/usr/lib64/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/lib64/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/lib64/X11/fonts/misc/"
  27. FontPath "/usr/lib64/X11/fonts/Type1/"
  28. FontPath "/usr/lib64/X11/fonts/Speedo/"
  29. FontPath "/usr/lib64/X11/fonts/100dpi/"
  30. FontPath "/usr/lib64/X11/fonts/75dpi/"
  31. FontPath "/usr/lib64/X11/fonts/cyrillic/"
  32. FontPath "/usr/lib64/X11/fonts/TTF/"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/psaux"
  42. Option "Emulate3Buttons" "no"
  43. Option "ZAxisMapping" "4 5"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47.  
  48. # generated from default
  49. Identifier "Keyboard0"
  50. Driver "kbd"
  51. Option "XkbModel" "pc105"
  52. Option "XkbLayout" "es"
  53. EndSection
  54.  
  55. Section "Monitor"
  56. Identifier "Monitor0"
  57. VendorName "DELL"
  58. ModelName "DELL D1028L"
  59. HorizSync 30.0 - 69.0
  60. VertRefresh 48.0 - 120.0
  61. Option "DPMS"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Device0"
  66. Driver "nvidia"
  67. VendorName "NVIDIA Corporation"
  68. BoardName "GeForce 7025 / nForce 630a"
  69. Option "NoLogo" "True"
  70. Option "RenderAccel" "True"
  71. Option "HWCursor" "True"
  72. Option "CursorShadow" "True"
  73. Option "TripleBuffer" "True"
  74. Option "AddARGBVisuals" "True"
  75. Option "AddARGBGLXVisuals" "True"
  76. Option "AllowGLXWithComposite" "True"
  77. Option "DPMS" "True"
  78. Option "NvAGP" "3"
  79. Option "RegistryDwords" "PerfLevelSrc=0x3333"
  80. EndSection
  81.  
  82. Section "Screen"
  83. Identifier "Screen0"
  84. Device "Device0"
  85. Monitor "Monitor0"
  86. DefaultDepth 24
  87. Option "AddARGBVisuals" "True"
  88. Option "AddARGBGLXVisuals" "True"
  89. Option "DPMS" "True"
  90. Option "TwinView" "0"
  91. Option "TwinViewXineramaInfoOrder" "CRT-0"
  92. Option "metamodes" "1024x768_60 +0+0"
  93. SubSection "Display"
  94. Depth 24
  95. EndSubSection
  96. EndSection
  97.  
  98. Section "Extensions"
  99. Option "Composite" "Enable"
  100. Option "RENDER" "Enable"
  101. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement