constantin-net

aod260_x

Sep 2nd, 2021 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. export INTEL_BATCH=1
  2. Driver "intel"
  3. Option "AccelMethod" "exa"
  4. Option "MigrationHeuristic" "greedy"
  5. options acerhdf verbose=0 fanon=67000 fanoff=62000 interval=10 kernelmode=1
  6.  
  7.  
  8.  
  9.  
  10. Section "ServerLayout"
  11. Identifier "X.org Configured"
  12. Screen 0 "Screen0" 0 0
  13. InputDevice "Synaptics Mouse" "AlwaysCore"
  14. InputDevice "Mouse0" "CorePointer"
  15. InputDevice "Keyboard0" "CoreKeyboard"
  16. EndSection
  17.  
  18. Section "Files"
  19. ModulePath "/usr/lib/xorg/modules"
  20. FontPath "/usr/share/fonts/X11/misc"
  21. FontPath "/usr/share/fonts/X11/cyrillic"
  22. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  23. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  24. FontPath "/usr/share/fonts/X11/Type1"
  25. FontPath "/usr/share/fonts/X11/100dpi"
  26. FontPath "/usr/share/fonts/X11/75dpi"
  27. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31. Load "glx"
  32. Load "extmod"
  33. Load "record"
  34. Load "dri2"
  35. Load "dbe"
  36. Load "dri"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. Option "XkbLayout" "us,ru"
  43. Option "XkbOptions" "grp:ctrl_shift_toggle"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47. Identifier "Synaptics Mouse"
  48. Option "Protocol" "auto-dev"
  49. Driver "synaptics"
  50. # cat /proc/bus/input/devices
  51. Option "Device" "/dev/my-acer-synaptics"
  52. #Option "Device" "/dev/input/event10"
  53. Option "SHMConfig" "on"
  54. Option "HorizScrollDelta" "45"
  55. Option "HorizEdgeScroll" "on"
  56. Option "VertEdgeScroll" "on"
  57. Option "VertScrollDelta" "45"
  58. Option "TapButton1" "1"
  59. Option "TapButton2" "3"
  60. Option "TapButton3" "2"
  61. Option "SendCoreEvents" "on"
  62. Option "LeftEdge" "1700"
  63. Option "RightEdge" "5300"
  64. Option "TopEdge" "1700"
  65. Option "BottomEdge" "4200"
  66. Option "AccelFactor" "0.0015"
  67. #Option "CircularScrolling" "on"
  68. # Option "CircScrollTrigger" "0"
  69. #Option "FingerLow" "25"
  70. #Option "FingerHigh" "30"
  71. #Option "MaxTapTime" "180"
  72. #Option "MaxTapMove" "220"
  73. #Option "VertScrollDelta" "100"
  74. #Option "MinSpeed" "0.09"
  75. #Option "MaxSpeed" "0.18"
  76. # Option "CorePointer"
  77. # Option "Device" "/dev/input/mice"
  78. # Option "Protocol" "ImPS/2"
  79. # Option "Emulate3Buttons" "true"
  80. EndSection
  81.  
  82. Section "InputDevice"
  83. Identifier "Mouse0"
  84. Driver "mouse"
  85. Option "Protocol" "auto"
  86. Option "Device" "/dev/input/mice"
  87. Option "ZAxisMapping" "4 5 6 7"
  88. EndSection
  89.  
  90. Section "Monitor"
  91. Identifier "Monitor0"
  92. VendorName "Monitor Vendor"
  93. ModelName "Monitor Model"
  94. Option "DPMS"
  95. DisplaySize 195 113
  96. EndSection
  97.  
  98. Section "Device"
  99. ### Available Driver options are:-
  100. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  101. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  102. ### [arg]: arg optional
  103. #Option "NoAccel" # [<bool>]
  104. #Option "SWcursor" # [<bool>]
  105. #Option "ColorKey" # <i>
  106. #Option "CacheLines" # <i>
  107. #Option "Dac6Bit" # [<bool>]
  108. #Option "DRI" # [<bool>]
  109. #Option "NoDDC" # [<bool>]
  110. #Option "ShowCache" # [<bool>]
  111. #Option "XvMCSurfaces" # <i>
  112. #Option "PageFlip" # [<bool>]
  113. Identifier "Card0"
  114. Option "Clone" "true"
  115. Option "DRI" "true"
  116. Option "MigrationHeuristic" "greedy"
  117. Option "AccelMethod" "EXA"
  118. Option "NoDDC"
  119. Driver "intel"
  120. VendorName "Intel Corporation"
  121. BoardName "Mobile 945GME Express Integrated Graphics Controller"
  122. BusID "PCI:0:2:0"
  123. Option "ForceEnablePipeA" "true"
  124. Option "FramebufferCompression" "off"
  125. EndSection
  126.  
  127. Section "Screen"
  128. Identifier "Screen0"
  129. Device "Card0"
  130. Monitor "Monitor0"
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 1
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 4
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 8
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 15
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 16
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 24
  154. EndSubSection
  155. EndSection
  156.  
  157. Section "ServerFlags"
  158. # Option "DontZap" "true"
  159. # Option "DontVTSwitch" "true"
  160. EndSection
  161.  
  162. Section "DRI"
  163. Mode 0666
  164. EndSection
  165.  
  166. Section "Extensions"
  167. Option "Composite" "enable"
  168. EndSection
  169.  
  170.  
  171.  
  172. GRUB_CMDLINE_LINUX_DEFAULT="pciehp.pciehp_force=1 elavator=noop quiet splash"
Add Comment
Please, Sign In to add comment