Guest User

Untitled

a guest
Apr 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. # ------------------------------------------------------
  2. # xorg.conf by Gigamo <gigamo@gmail.com>
  3. # Last modified 13/04/2008 13:44
  4. # ------------------------------------------------------
  5. Section "Files"
  6. RgbPath "/usr/lib/X11/rgb"
  7.  
  8. FontPath "/usr/share/fonts/misc/"
  9. FontPath "/usr/share/fonts/75dpi/:unscaled"
  10. FontPath "/usr/share/fonts/100dpi/:unscaled"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/Type1/"
  13. FontPath "/usr/share/fonts/75dpi/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/artwiz-fonts/"
  16. FontPath "/usr/share/fonts/cyrillic/"
  17. FontPath "/usr/share/fonts/local/"
  18. EndSection
  19.  
  20. Section "ServerLayout"
  21. Identifier "Layout0"
  22. Screen 0 "Screen0"
  23. InputDevice "Laptop" "CoreKeyboard"
  24. InputDevice "Logitech MX Revolution" "CorePointer"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "dbe"
  29. Load "extmod"
  30. Load "type1"
  31. Load "freetype"
  32. Load "glx"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Logitech MX Revolution"
  37. Driver "mouse"
  38. Option "CorePointer"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "Emulate3Buttons" "false"
  42. Option "ZAxisMapping" "4 5"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46. Identifier "Laptop"
  47. Driver "keyboard"
  48. Option "XkbRules" "xorg"
  49. Option "XkbModel" "pc105"
  50. Option "XkbLayout" "be"
  51. EndSection
  52.  
  53. Section "Monitor"
  54. Identifier "Laptop Monitor"
  55. VendorName "Compal"
  56. ModelName "IFL-90"
  57. HorizSync 28-72
  58. VertRefresh 43-60
  59. DisplaySize 381 238.125
  60. Option "DPMS"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "8600M GT"
  65. Driver "nvidia"
  66. VendorName "NVIDIA Corporation"
  67. Option "NoLogo" "true"
  68. Option "AddARGBVisuals" "true"
  69. Option "AddARGBGLXVisuals" "true"
  70. EndSection
  71.  
  72. Section "Screen"
  73. Identifier "Screen0"
  74. Device "8600M GT"
  75. Monitor "Laptop Monitor"
  76. DefaultDepth 24
  77. SubSection "Display"
  78. Modes "1440x900"
  79. Depth 24
  80. EndSubSection
  81. EndSection
  82.  
  83. Section "Extensions"
  84. Option "Composite" "Enable"
  85. EndSection
Add Comment
Please, Sign In to add comment