Guest User

Untitled

a guest
Jul 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen "Default Screen"
  4. InputDevice "Configured Mouse"
  5. InputDevice "Generic Keyboard"
  6. InputDevice "SynapticsTouchpad"
  7. EndSection
  8.  
  9. Section "Files"
  10. RgbPath "/usr/share/X11/rgb"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/misc"
  13. FontPath "/usr/share/fonts/100dpi:unscaled"
  14. FontPath "/usr/share/fonts/75dpi:unscaled"
  15. FontPath "/usr/share/fonts/TTF"
  16. FontPath "/usr/share/fonts/Type1"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "extmod"
  21. Load "record"
  22. Load "xtrap"
  23. Load "dri"
  24. Load "dbe"
  25. Load "glx"
  26. Load "freetype"
  27. Load "synaptics"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Generic Keyboard"
  32. Driver "kbd"
  33. Option "XkbLayout" "dk"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Configured Mouse"
  38. Driver "evdev"
  39. Option "SendCoreEvents" "true"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43. Identifier "SynapticsTouchpad"
  44. Driver "synaptics"
  45. Option "Device" "/dev/psaux"
  46. Option "SendCoreEvents" "true"
  47. Option "SHMConfig" "true"
  48. Option "Protocol" "auto-dev"
  49. Option "LeftEdge" "1700"
  50. Option "RightEdge" "5300"
  51. Option "TopEdge" "1700"
  52. Option "BottomEdge" "4200"
  53. EndSection
  54.  
  55. Section "Monitor"
  56. Identifier "Configured Monitor"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "Configured Video Device"
  61. Driver "intel"
  62. VendorName "Intel Corporation"
  63. BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
  64. BusID "PCI:0:2:0"
  65. Option "DRI" "true"
  66. Option "NoDDC" "true"
  67. Option "NoAccel" "false"
  68. Option "EnablePageFlip" "true"
  69. Option "RenderAccel" "true"
  70. Option "AccelMethod" "EXA"
  71. Option "MigrationHeuristic" "greedy"
  72. Option "ExaNoComposite" "false"
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Default Screen"
  77. Monitor "Configured Monitor"
  78. Device "Configured Video Device"
  79. DefaultDepth 24
  80. SubSection "Display"
  81. Depth 24
  82. Modes "1280x768"
  83. EndSubSection
  84. EndSection
  85.  
  86. Section "Extensions"
  87. Option "Composite" "Enable"
  88. EndSection
Add Comment
Please, Sign In to add comment