Guest User

Untitled

a guest
Jul 17th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "ArchLinux"
  3. Screen 0 "Screen0"
  4. InputDevice "keyboard"
  5. InputDevice "mouse"
  6. InputDevice "synaptics"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/misc"
  12. FontPath "/usr/share/fonts/100dpi:unscaled"
  13. FontPath "/usr/share/fonts/75dpi:unscaled"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. FontPath "/usr/share/fonts/artwiz-fonts"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "glx"
  21. Load "dri"
  22. Load "extmod"
  23. Load "synaptics"
  24. EndSection
  25.  
  26. Section "ServerFlags"
  27. Option "AllowMouseOpenFail"
  28. Option "BlankTime" "5"
  29. Option "AIGLX" "false"
  30. Option "AutoAddDevices" "False"
  31. Option "AutoEnableDevices" "False"
  32. Option "dontzap" "true"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "keyboard"
  37. Driver "kbd"
  38. Option "CoreKeyboard"
  39. Option "XkbModel" "microsoft"
  40. Option "XkbLayout" "de"
  41. Option "XkbVariant" "nodeadkeys"
  42. Option "XkbOptions" "ctrl:nocaps"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46. Identifier "mouse"
  47. Driver "mouse"
  48. Option "Device" "/dev/input/mice"
  49. Option "Protocol" "IMPS/2"
  50. Option "Emulate3Buttons" "yes"
  51. Option "ZAxisMapping" "4 5"
  52. Option "CorePointer"
  53. EndSection
  54.  
  55. Section "InputDevice"
  56. Identifier "synaptics"
  57. Driver "synaptics"
  58. Option "Device" "/dev/psaux"
  59. Option "Protocol" "auto-dev"
  60. Option "LeftEdge" "1000"
  61. Option "RightEdge" "5400"
  62. Option "TopEdge" "1000"
  63. Option "BottomEdge" "4900"
  64. Option "PalmDetect" "0"
  65. Option "SHMConfig" "true"
  66. Option "SendCoreEvents" "yes"
  67. Option "HorizScrollDelta" "0"
  68. Option "RBCornerButton" "0"
  69. Option "RTCornerButtom" "0"
  70. Option "MaxSpeed" "0.1"
  71. Option "UpDownScrolling" "1"
  72. Option "CircularScrollTrigger" "3"
  73. Option "CircularScrolling" "1"
  74. Option "MinSpeed" "0.09"
  75. Option "MaxSpeed" "0.18"
  76. Option "AccelFactor" "0.0015"
  77. Option "MaxTapTime" "180"
  78. Option "MaxTapMove" "220"
  79. Option "EmulateMidButtonTime" "50"
  80. EndSection
  81.  
  82. Section "Monitor"
  83. Identifier "Monitor0"
  84. VendorName "ASUS"
  85. ModelName "eeePC P701"
  86. Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz
  87. EndSection
  88.  
  89. Section "Device"
  90. Identifier "Card0"
  91. Driver "intel"
  92. VendorName "Intel Corporation"
  93. BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
  94. BusID "PCI:0:2:0"
  95. Option "AccelMethod" "EXA"
  96. Option "MigrationHeuristic" "greedy"
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device "Card0"
  102. Monitor "Monitor0"
  103. DefaultDepth 24
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 8
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 15
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 16
  115. EndSubSection
  116. SubSection "Display"
  117. Viewport 0 0
  118. Depth 24
  119. EndSubSection
  120. EndSection
  121.  
  122. Section "DRI"
  123. Mode 0666
  124. EndSection
Add Comment
Please, Sign In to add comment