Advertisement
Guest User

Untitled

a guest
May 13th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. Üdv.
  2.  
  3. Leszedtem minden plusz ablakkezelőt és maradt a „Cinnamon”, fglrx is leszedve.
  4. És az eredeti nyílt forrású xserver-xorg-video-ati visszaállítva.
  5.  
  6. Xorg.conf törölve
  7. >Konzolból > Xorg -configure > hiba /tmp/.tX0-lock > rootként > rm -f /tmp/.tXO-lock >
  8. > Xorg -configure > OK > xorg.conf.new > OK > mv /root/xorg.conf.new /etc/X11/xorg.conf
  9.  
  10. cinnamon –replace indult > OK
  11.  
  12. xorg.conf elég fapados lett, elkezdtem keresgélni.
  13.  
  14. Driveren változtattam „radeon”
  15.  
  16. > less Xorg.0.log | grep "radeon > ellenőrzés
  17. [ 17.084] (II) LoadModule: "radeon"
  18. [ 17.084] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  19. [ 17.098] (II) Module radeon: vendor="X.Org Foundation"
  20.  
  21. > OK > nekem radon HD-m van, jó-e „radeon” ?
  22.  
  23. Option "AccelMethod" "EXA"
  24. Option "RenderAccel" "true"
  25. Option "DPMS" "true"
  26. Option "ExaNoComposite" "true
  27.  
  28. és ennél a beállításnál > "AccelMethod" "EXA", de próbálkoztam „XAA”, különbséget nem vettem észre a kettő között, de MEGLÓDULT > 30-40% gyorsabb lett a dolog, ablakkezelés,
  29. gyorsabb reakcióidő > valami itt van elásva, de még mindig terhelődik a CPU.
  30.  
  31. Valamit „Modulban” „Deviceban” kéne módosítanom ?
  32.  
  33. Ezt találtam : http://foolcontrol.org/?p=181
  34. https://windmüller.de/solutions-blog/?p=96
  35. http://ubuntuforums.org/showthread.php?t=1130582
  36.  
  37.  
  38. Section "ServerLayout"
  39. Identifier "X.org Configured"
  40. Screen 0 "Screen0" 0 0
  41. InputDevice "Mouse0" "CorePointer"
  42. InputDevice "Keyboard0" "CoreKeyboard"
  43. EndSection
  44.  
  45. Section "Files"
  46. ModulePath "/usr/lib/xorg/modules"
  47. FontPath "/usr/share/fonts/X11/misc"
  48. FontPath "/usr/share/fonts/X11/cyrillic"
  49. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  50. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  51. FontPath "/usr/share/fonts/X11/Type1"
  52. FontPath "/usr/share/fonts/X11/100dpi"
  53. FontPath "/usr/share/fonts/X11/75dpi"
  54. FontPath "built-ins"
  55. EndSection
  56.  
  57. Section "Module"
  58. Load "glx"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62. Identifier "Keyboard0"
  63. Driver "kbd"
  64. EndSection
  65.  
  66. Section "InputDevice"
  67. Identifier "Mouse0"
  68. Driver "mouse"
  69. Option "Protocol" "auto"
  70. Option "Device" "/dev/input/mice"
  71. Option "ZAxisMapping" "4 5 6 7"
  72. EndSection
  73.  
  74. Section "Monitor"
  75. Identifier "Monitor0"
  76. VendorName "Monitor Vendor"
  77. ModelName "Monitor Model"
  78. EndSection
  79.  
  80. Section "Device"
  81. ### Available Driver options are:-
  82. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  84. ### <percent>: "<f>%"
  85. ### [arg]: arg optional
  86. #Option "SWcursor" # [<bool>]
  87. #Option "kmsdev" # <str>
  88. #Option "ShadowFB" # [<bool>]
  89. Identifier "Card0"
  90. Driver "radeon"
  91. BusID "PCI:1:0:0"
  92. Option "AccelMethod" "EXA"
  93. Option "RenderAccel" "true"
  94. Option "DPMS" "true"
  95. Option "ExaNoComposite" "true"
  96.  
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device "Card0"
  102. Monitor "Monitor0"
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 1
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 4
  110. EndSubSection
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 8
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 15
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 16
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. EndSubSection
  127. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement