LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1784|回复: 17

compiz启动后浏览网页速度特别慢(上下翻页)

[复制链接]
发表于 2008-4-16 17:02:32 | 显示全部楼层 |阅读模式
症状:装上compiz-0.7.4之后来回翻页特别慢。无论是在在浏览器里还是看pdf,特别是在看视频就像看漫画似的。但是只要不全屏就没事。在没装compiz之前也有一些症状,就是最小化东西时有一个个黑圈跟着变小,就像特别慢似的。
一些信息:机子显卡:GMA X3100;驱动: x11-drivers/xf86-video-i810- 2.2.99.902(21时17分19秒 2008年04月13日)(dri -debug)
(生成xorg.conf是在2.1.1版本);x11-base/xorg-x11-7.3;x11-base/xorg-server- 1.4.0.90-r3(15时04分05秒 2008年04月13日)(dri hal input_devices_keyboard input_devices_mouse sdl video_cards_i810 video_cards_vesa xorg;

xorg.conf

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6.         Option "AIGLX" "true"
  7. EndSection

  8. Section "Files"
  9.         FontPath     "/usr/share/fonts/misc/"
  10.         FontPath     "/usr/share/fonts/TTF/"
  11.         FontPath     "/usr/share/fonts/OTF"
  12.         FontPath     "/usr/share/fonts/Type1/"
  13.         FontPath     "/usr/share/fonts/100dpi/"
  14.         FontPath     "/usr/share/fonts/75dpi/"
  15.         FontPath     "/usr/share/fonts/corefonts/"
  16.         FontPath     "/usr/share/fonts/local/"
  17.         FontPath     "/usr/share/fonts/ttf-birstream-vera/"
  18.         FontPath     "/usr/share/fonts/wqy-bitmapfont"
  19. EndSection

  20. Section "Module"
  21.         Load  "dri"
  22.         #Load  "GLcore"
  23.         Load  "drm"
  24.         Load  "glx"
  25.         Load  "extmod"
  26.         Load  "dbe"
  27.         Load  "xtrap"
  28.         Load  "record"
  29.         Load  "freetype"
  30.         Load  "type1"
  31. EndSection

  32. Section "InputDevice"
  33.         Identifier  "Keyboard0"
  34.         Driver      "kbd"
  35. EndSection

  36. Section "InputDevice"
  37.         Identifier  "Mouse0"
  38.         Driver      "mouse"
  39.         Option            "Protocol" "auto"
  40.         Option            "Device" "/dev/input/mice"
  41.         Option            "ZAxisMapping" "4 5 6 7"
  42. EndSection

  43. Section "Monitor"
  44.         #DisplaySize          300   190        # mm
  45.         Identifier   "Monitor0"
  46.         VendorName   "QDS"
  47.         ModelName    "2c"
  48. EndSection

  49. Section "Device"
  50.         ### Available Driver options are:-
  51.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  53.         ### [arg]: arg optional
  54.         #Option     "NoAccel"                    # [<bool>]
  55.         #Option     "SWcursor"                   # [<bool>]
  56.         #Option     "ColorKey"                   # <i>
  57.         #Option     "CacheLines"                 # <i>
  58.         #Option     "Dac6Bit"                    # [<bool>]
  59.         Option     "DRI"     "true"                       # [<bool>]
  60.         #Option     "NoDDC"                      # [<bool>]
  61.         #Option     "ShowCache"                  # [<bool>]
  62.         #Option     "XvMCSurfaces"               # <i>
  63.         #Option     "PageFlip"                   # [<bool>]
  64.         Option     "XAANoOffscreenPixmaps"    "true"
  65.         Identifier  "Card0"
  66.         Driver      "intel"
  67.         VendorName  "Intel Corporation"
  68.         BoardName   "Mobile Integrated Graphics Controller"
  69.         BusID       "PCI:0:2:0"

  70. EndSection

  71. Section "Screen"
  72.         Identifier "Screen0"
  73.         Device     "Card0"
  74.         Monitor    "Monitor0"
  75.         SubSection "Display"
  76.                 Viewport   0 0
  77.                 Depth     1
  78.         EndSubSection
  79.         SubSection "Display"
  80.                 Viewport   0 0
  81.                 Depth     4
  82.         EndSubSection
  83.         SubSection "Display"
  84.                 Viewport   0 0
  85.                 Depth     8
  86.         EndSubSection
  87.         SubSection "Display"
  88.                 Viewport   0 0
  89.                 Depth     15
  90.         EndSubSection
  91.         SubSection "Display"
  92.                 Viewport   0 0
  93.                 Depth     16
  94.         EndSubSection
  95.         SubSection "Display"
  96.                 Viewport   0 0
  97.                 Depth     24
  98.         EndSubSection
  99. EndSection

  100. Section "Extensions"
  101. Option "Composite" "Enable"
  102. EndSection

  103. Section "DRI"
  104.         Group      0
  105.         Mode       0666
  106. EndSection

复制代码



  1. [~] glxinfo | grep direct
  2. direct rendering: Yes

  3. [~] grep -i aiglx /var/log/Xorg.0.log
  4. (**) Option "AIGLX" "true"
  5. (**) AIGLX enabled
  6. (WW) AIGLX: 3D driver claims to not support visual 0x23
  7. (WW) AIGLX: 3D driver claims to not support visual 0x24
  8. (WW) AIGLX: 3D driver claims to not support visual 0x25
  9. (WW) AIGLX: 3D driver claims to not support visual 0x26
  10. (WW) AIGLX: 3D driver claims to not support visual 0x27
  11. (WW) AIGLX: 3D driver claims to not support visual 0x28
  12. (WW) AIGLX: 3D driver claims to not support visual 0x29
  13. (WW) AIGLX: 3D driver claims to not support visual 0x2a
  14. (WW) AIGLX: 3D driver claims to not support visual 0x2b
  15. (WW) AIGLX: 3D driver claims to not support visual 0x2c
  16. (WW) AIGLX: 3D driver claims to not support visual 0x2d
  17. (WW) AIGLX: 3D driver claims to not support visual 0x2e
  18. (WW) AIGLX: 3D driver claims to not support visual 0x2f
  19. (WW) AIGLX: 3D driver claims to not support visual 0x30
  20. (WW) AIGLX: 3D driver claims to not support visual 0x31
  21. (WW) AIGLX: 3D driver claims to not support visual 0x32
  22. (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so

  23. grep -e EE -e WW /var/log/Xorg.0.log
  24.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  25. (WW) The directory "/usr/share/fonts/TTF/" does not exist.
  26. (WW) The directory "/usr/share/fonts/OTF" does not exist.
  27. (WW) The directory "/usr/share/fonts/ttf-birstream-vera/" does not exist.
  28. (II) Loading extension MIT-SCREEN-SAVER
  29. (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
  30. (WW) intel(0): Bad V_BIOS checksum
  31. (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
  32. (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
  33. (WW) intel(0): PP_STATUS after: on, ready, sequencing on
  34. (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000207
  35. (WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
  36. (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
  37. (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x80000206
  38. (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  39. (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  40. (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c0000
  41. (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
  42. (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
  43. (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
  44. (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
  45. (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
  46. (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
  47. (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
  48. (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
  49. (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
  50. (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
  51. (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
  52. (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
  53. (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
  54. (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
  55. (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
  56. (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
  57. (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
  58. (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
  59. (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
  60. (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
  61. (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
  62. (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
  63. (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e
  64. (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
  65. (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
  66. (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
  67. (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
  68. (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
  69. (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
  70. (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
  71. (WW) AIGLX: 3D driver claims to not support visual 0x23
  72. (WW) AIGLX: 3D driver claims to not support visual 0x24
  73. (WW) AIGLX: 3D driver claims to not support visual 0x25
  74. (WW) AIGLX: 3D driver claims to not support visual 0x26
  75. (WW) AIGLX: 3D driver claims to not support visual 0x27
  76. (WW) AIGLX: 3D driver claims to not support visual 0x28
  77. (WW) AIGLX: 3D driver claims to not support visual 0x29
  78. (WW) AIGLX: 3D driver claims to not support visual 0x2a
  79. (WW) AIGLX: 3D driver claims to not support visual 0x2b
  80. (WW) AIGLX: 3D driver claims to not support visual 0x2c
  81. (WW) AIGLX: 3D driver claims to not support visual 0x2d
  82. (WW) AIGLX: 3D driver claims to not support visual 0x2e
  83. (WW) AIGLX: 3D driver claims to not support visual 0x2f
  84. (WW) AIGLX: 3D driver claims to not support visual 0x30
  85. (WW) AIGLX: 3D driver claims to not support visual 0x31
  86. (WW) AIGLX: 3D driver claims to not support visual 0x32
  87. (WW) Warning, couldn't open module evdev
  88. (EE) Failed to load module "evdev" (module does not exist, 0)
  89. (EE) No input driver matching `evdev'
  90. (WW) Warning, couldn't open module evdev
  91. (EE) Failed to load module "evdev" (module does not exist, 0)
  92. (EE) No input driver matching `evdev'
  93. (WW) Warning, couldn't open module evdev
  94. (EE) Failed to load module "evdev" (module does not exist, 0)
  95. (EE) No input driver matching `evdev'
  96. (WW) Warning, couldn't open module evdev
  97. (EE) Failed to load module "evdev" (module does not exist, 0)
  98. (EE) No input driver matching `evdev'
  99. (WW) Warning, couldn't open module evdev
  100. (EE) Failed to load module "evdev" (module does not exist, 0)
  101. (EE) No input driver matching `evdev'

  102. [~] grep -e EE -e WW /var/log/Xorg.0.log
  103.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  104. (WW) The directory "/usr/share/fonts/TTF/" does not exist.
  105. (WW) The directory "/usr/share/fonts/OTF" does not exist.
  106. (WW) The directory "/usr/share/fonts/ttf-birstream-vera/" does not exist.
  107. (II) Loading extension MIT-SCREEN-SAVER
  108. (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
  109. (WW) intel(0): Bad V_BIOS checksum
  110. (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
  111. (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
  112. (WW) intel(0): PP_STATUS after: on, ready, sequencing on
  113. (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000207
  114. (WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
  115. (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
  116. (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x80000206
  117. (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  118. (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  119. (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c0000
  120. (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
  121. (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
  122. (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
  123. (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
  124. (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
  125. (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
  126. (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
  127. (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
  128. (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
  129. (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
  130. (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
  131. (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
  132. (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
  133. (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
  134. (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
  135. (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
  136. (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
  137. (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
  138. (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
  139. (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
  140. (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
  141. (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
  142. (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e
  143. (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
  144. (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
  145. (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
  146. (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
  147. (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
  148. (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
  149. (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
  150. (WW) AIGLX: 3D driver claims to not support visual 0x23
  151. (WW) AIGLX: 3D driver claims to not support visual 0x24
  152. (WW) AIGLX: 3D driver claims to not support visual 0x25
  153. (WW) AIGLX: 3D driver claims to not support visual 0x26
  154. (WW) AIGLX: 3D driver claims to not support visual 0x27
  155. (WW) AIGLX: 3D driver claims to not support visual 0x28
  156. (WW) AIGLX: 3D driver claims to not support visual 0x29
  157. (WW) AIGLX: 3D driver claims to not support visual 0x2a
  158. (WW) AIGLX: 3D driver claims to not support visual 0x2b
  159. (WW) AIGLX: 3D driver claims to not support visual 0x2c
  160. (WW) AIGLX: 3D driver claims to not support visual 0x2d
  161. (WW) AIGLX: 3D driver claims to not support visual 0x2e
  162. (WW) AIGLX: 3D driver claims to not support visual 0x2f
  163. (WW) AIGLX: 3D driver claims to not support visual 0x30
  164. (WW) AIGLX: 3D driver claims to not support visual 0x31
  165. (WW) AIGLX: 3D driver claims to not support visual 0x32
  166. (WW) Warning, couldn't open module evdev
  167. (EE) Failed to load module "evdev" (module does not exist, 0)
  168. (EE) No input driver matching `evdev'
  169. (WW) Warning, couldn't open module evdev
  170. (EE) Failed to load module "evdev" (module does not exist, 0)
  171. (EE) No input driver matching `evdev'
  172. (WW) Warning, couldn't open module evdev
  173. (EE) Failed to load module "evdev" (module does not exist, 0)
  174. (EE) No input driver matching `evdev'
  175. (WW) Warning, couldn't open module evdev
  176. (EE) Failed to load module "evdev" (module does not exist, 0)
  177. (EE) No input driver matching `evdev'
  178. (WW) Warning, couldn't open module evdev
  179. (EE) Failed to load module "evdev" (module does not exist, 0)
  180. (EE) No input driver matching `evdev'
  181. [~] LIBGL_DEBUG=verbose glxinfo
  182. name of display: :0.0
  183. libGL: XF86DRIGetClientDriverName: 1.9.0 i965 (screen 0)
  184. libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so
  185. drmOpenDevice: node name is /dev/dri/card0
  186. drmOpenDevice: open result is 4, (OK)
  187. drmOpenByBusid: Searching for BusID pci:0000:00:02.0
  188. drmOpenDevice: node name is /dev/dri/card0
  189. drmOpenDevice: open result is 4, (OK)
  190. drmOpenByBusid: drmOpenMinor returns 4
  191. drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
  192. libGL error:
  193. Can't open configuration file /etc/drirc: No such file or directory.
  194. libGL error:
  195. Can't open configuration file /home/cbkid/.drirc: No such file or directory.
  196. display: :0  screen: 0
  197. direct rendering: Yes
  198. server glx vendor string: SGI
  199. server glx version string: 1.2
  200. server glx extensions:
  201.     GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
  202.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  203.     GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
  204.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
  205. client glx vendor string: SGI
  206. client glx version string: 1.4
  207. client glx extensions:
  208.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  209.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  210.     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  211.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  212.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  213.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  214.     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  215. GLX version: 1.2
  216. GLX extensions:
  217.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  218.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  219.     GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
  220.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  221.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
  222. OpenGL vendor string: Tungsten Graphics, Inc
  223. OpenGL renderer string: Mesa DRI Intel(R) 965GM 4.1.3002
  224. OpenGL version string: 1.5 Mesa 7.0.2
  225. OpenGL extensions:
  226.     GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
  227.     GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
  228.     GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_texture_border_clamp,
  229.     GL_ARB_texture_compression, GL_ARB_texture_cube_map,
  230.     GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
  231.     GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
  232.     GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
  233.     GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
  234.     GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
  235.     GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
  236.     GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
  237.     GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
  238.     GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array,
  239.     GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
  240.     GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
  241.     GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
  242.     GL_EXT_rescale_normal, GL_EXT_secondary_color,
  243.     GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
  244.     GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
  245.     GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
  246.     GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
  247.     GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
  248.     GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
  249.     GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage,
  250.     GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
  251.     GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
  252.     GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
  253.     GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
  254.     GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_OES_read_format,
  255.     GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
  256.     GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
  257.     GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays

  258.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  259. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  260. ----------------------------------------------------------------------
  261. 0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  262. 0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  263. 0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  264. 0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  265. 0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  266. 0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  267. 0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  268. 0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  269. 0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  270. 0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
  271. 0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  272. 0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  273. 0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  274. 0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
  275. 0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  276. 0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  277. 0x65 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

  278. [~] glxgears
  279. 508 frames in 5.0 seconds = 101.580 FPS
  280. 1846 frames in 5.0 seconds = 369.155 FPS
  281. 1856 frames in 5.0 seconds = 371.044 FPS
  282. 1856 frames in 5.0 seconds = 371.063 FPS
  283. 1858 frames in 5.0 seconds = 371.498 FPS

复制代码
发表于 2008-4-16 18:36:18 | 显示全部楼层
0.7.4在哪个overlay上有?
帮顶一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-16 18:43:38 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2008-4-16 18:49:52 | 显示全部楼层
0.7.4 在 desktop-effects  overlay 中。
回复 支持 反对

使用道具 举报

发表于 2008-4-16 21:04:03 | 显示全部楼层
谢谢两位,已找到。
回复 支持 反对

使用道具 举报

发表于 2008-4-16 21:17:09 | 显示全部楼层
觉得是显卡驱动问题,因为不太可能glxgears才300多的

还有就是你开了
Section "Extensions"
Option "Composite" "Enable"
EndSection

那么无论显卡驱动行不行,你都会感到明显的慢,不过我不太知道为什么。:sorry
可是compiz就是要这选项,so...我不用它,呵呵:flash:
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-16 22:10:43 | 显示全部楼层
3j的意思是关了他速度就会上来吗?我也不想用compiz了。只是感觉这是个问题。应该解决。
而且我感觉不知道再怎么弄的我的驱动了。不行就安官方的试试。
回复 支持 反对

使用道具 举报

发表于 2008-4-16 22:12:49 | 显示全部楼层
已装好,系统变慢了,尤其是窗口拉伸,最大化时更慢,所以这东西玩玩就算了,不要太认真,当然你有好显卡例外,呵呵。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2008-4-16 22:21:33 | 显示全部楼层
不应该啊!1年半之前我用intel的集成显卡跑compiz一点都不卡
回复 支持 反对

使用道具 举报

发表于 2008-4-16 22:32:47 | 显示全部楼层
Post by debianl;1839012
不应该啊!1年半之前我用intel的集成显卡跑compiz一点都不卡
有可能是设置不同哦,我用ubuntu跑compiz就不卡,可是opensuse一开compiz就像没装显卡驱动的时候一样。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表