关闭特效出现的问题
Tofloor
poster avatar
153******66
deepin
2020-09-14 19:03
Author
关闭特效以后出现以下问题:1. 在输入框内输入时, 下方会会有一坨黑色的东西. 一闪而过. , sougou输入法.
2. 使用plank dock的时候, 点击plank上的图标, 会出现整个plank不停闪烁. 感觉应该是在不停的隐藏,显示,隐藏,显示.. (事实证明确实如此. 关闭桌面特效, 关闭plank的隐藏功能, 然后dock上的图标就没有闪烁了)
3. 程序有白边

大家是否也遇到类似问题? 如何解决的?
Distributor ID:        Deepin
Description:        Deepin 20 Beta
Release:        20 Beta
Codename:        n/a

内核版本: 5.3.0-3-amd64
显卡: 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
笔记本: 小米air 13.3
xorg.conf:
  1. Section "ServerLayout"
  2.         Identifier      "X.org Configured"
  3.         Screen          0  "screen_intel"
  4. #        Screen          1  "screen_nvidia"
  5.         Inactive        "card_intel"
  6.         InputDevice     "Mouse0" "CorePointer"
  7.         InputDevice     "Keyboard0" "CoreKeyboard"
  8. EndSection

  9. Section "Files"
  10.         ModulePath   "/usr/lib/xorg/modules"
  11.         FontPath     "/usr/share/fonts/X11/misc"
  12.         FontPath     "/usr/share/fonts/X11/cyrillic"
  13.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  14.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  15.         FontPath     "/usr/share/fonts/X11/Type1"
  16.         FontPath     "/usr/share/fonts/X11/100dpi"
  17.         FontPath     "/usr/share/fonts/X11/75dpi"
  18.         FontPath     "built-ins"
  19. EndSection

  20. Section "Module"
  21.         Load  "glx"
  22. EndSection

  23. Section "InputDevice"
  24.         Identifier  "Keyboard0"
  25.         Driver      "kbd"
  26. EndSection

  27. Section "InputDevice"
  28.         Identifier  "Mouse0"
  29.         Driver      "mouse"
  30.         Option      "Protocol" "auto"
  31.         Option      "Device" "/dev/input/mice"
  32.         Option      "ZAxisMapping" "4 5 6 7"
  33. EndSection

  34. Section "Device"
  35.         Identifier  "card_nvidia"
  36.         Driver      "nvidia"
  37.         BusID       "PCI:1:0:0"
  38. EndSection

  39. Section "Device"
  40.         Identifier  "card_intel"
  41.         Driver      "modesetting"
  42.         BusID       "PCI:0:2:0"
  43. EndSection

  44. Section "Screen"
  45.         Identifier "screen_nvidia"
  46.         Device     "card_nvidia"
  47. EndSection

  48. Section "Screen"
  49.         Identifier "screen_intel"
  50.         Device     "card_intel"
  51. EndSection
Copy the Code

Reply Favorite View the author
All Replies
jingle
deepin
2020-09-14 20:56
#1
升级到20 正式版看看  我这边关闭特效暂时未看到
Reply View the author
153******66
deepin
2020-09-15 00:22
#2
https://bbs.deepin.org/post/202080
升级到20 正式版看看  我这边关闭特效暂时未看到

升级到正式版(也就是社区版) 这个会导致我花屏, 就是屏幕下部分花屏,
Reply View the author