Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Xorg Configured"
  3. InputDevice "Synaptics" "CorePointer"
  4. Screen "Screen0"
  5. EndSection
  6.  
  7. Section "Files"
  8. ModulePath "/usr/lib/xorg/modules"
  9. FontPath "/usr/share/fonts/misc:unscaled"
  10. FontPath "/usr/share/fonts/75dpi:unscaled"
  11. FontPath "/usr/share/fonts/100dpi:unscaled"
  12. FontPath "/usr/share/fonts/100dpi"
  13. FontPath "/usr/share/fonts/75dpi"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. FontPath "/usr/share/fonts/cyrillic"
  17. FontPath "/usr/share/fonts/encodings"
  18. FontPath "/usr/share/fonts/misc"
  19. FontPath "/usr/share/fonts/util"
  20. FontPath "/usr/share/fonts/artwiz-fonts"
  21. FontPath "/usr/share/fonts/local"
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "ddc"
  26. Load "dbe"
  27. Load "dri"
  28. Load "extmod"
  29. Load "bitmap"
  30. Load "freetype"
  31. # Load "synaptics"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Driver "synaptics"
  36. Identifier "Synaptics"
  37. Option "Device" "/dev/psaux"
  38. Option "Protocol" "auto-dev"
  39. Option "SHMConfig" "on"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. Option "DPMS" "true"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Card0"
  49. Driver "intel"
  50. Option "AccelMethod" "exa"
  51. Option "MigrationHeuristic" "greedy"
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Card0"
  57. Monitor "Monitor0"
  58. DefaultColorDepth 24
  59. SubSection "Display"
  60. Depth 24
  61. Virtual 2048 2048
  62. EndSubSection
  63. EndSection
  64.  
  65. #Section "Extensions"
  66. # Option "MIT-SHM" "no"
  67. #EndSection
Add Comment
Please, Sign In to add comment