Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关闭特效出现的问题
Experiences and Insight
551
views ·
2
replies ·
To
floor
Go
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:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "screen_intel"
# Screen 1 "screen_nvidia"
Inactive "card_intel"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Device"
Identifier "card_nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "card_intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "screen_nvidia"
Device "card_nvidia"
EndSection
Section "Screen"
Identifier "screen_intel"
Device "card_intel"
EndSection
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2020-09-14 20:56
#1
升级到20 正式版看看 我这边关闭特效暂时未看到
Reply
Like 0
View the author
153******66
deepin
2020-09-15 00:22
#2
https://bbs.deepin.org/post/202080
升级到20 正式版看看 我这边关闭特效暂时未看到
升级到正式版(也就是社区版) 这个会导致我花屏, 就是屏幕下部分花屏,
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
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: