联想Y460A显卡不能安装驱动
Tofloor
poster avatar
155******65
deepin
2019-04-12 22:18
Author
联想Y460A显卡不能安装驱动 ,显卡型号是A卡5650,大神们,有驱动吗?具体怎么安装驱动?
Reply Favorite View the author
All Replies
avatar
155******65
deepin
2019-04-12 22:22
#1
顶起来,求帮助
Reply View the author
avatar
aida
deepin
2019-04-12 23:11
#2
你好 这个卡应该默认安装了驱动的
请在终端输入
  1. sudo apt install -y mesa-utils
Copy the Code

然后分别运行以下两条命令 将输出贴上来
  1. glxinfo | grep "OpenGL renderer"

  2. env DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
Copy the Code

可以看一下下面的帖子
https://bbs.deepin.org/post/172297
Reply View the author
avatar
155******65
deepin
2019-06-02 07:37
#3
https://bbs.deepin.org/post/176700
你好 这个卡应该默认安装了驱动的
请在终端输入

OpenGL renderer string: AMD REDWOOD (DRM 2.50.0 / 4.15.0-30deepin-generic, LLVM 6.0.0)
Reply View the author
avatar
aida
deepin
2019-06-03 17:52
#4
https://bbs.deepin.org/post/176700
OpenGL renderer string: AMD REDWOOD (DRM 2.50.0 / 4.15.0-30deepin-generic, LLVM 6.0.0)

独显成功驱动了

你只要把启动的程序前添加 DRI_PRIME=1 就可以调用独显

全局调用独显 把 DRI_PRIME=1加入/etc/environment
Reply View the author
avatar
155******65
deepin
2019-08-31 22:43
#5
https://bbs.deepin.org/post/176700
独显成功驱动了

你只要把启动的程序前添加 DRI_PRIME=1 就可以调用独显

全局调用独显后,窗口特效功能就不能用了,透明度也没有了
Reply View the author
avatar
飘过的风
deepin
2019-08-31 23:04
#6
用独显和用系统里的那三个方案有啥区别??
Reply View the author
avatar
aida
deepin
2019-09-02 18:42
#7
https://bbs.deepin.org/post/176700
全局调用独显后,窗口特效功能就不能用了,透明度也没有了

全局中运行

glxinfo | grep "OpenGL renderer"

看一下

然后

修改: ~/.config/kwinrc中
OpenGLIsUnsafe=false
然后注销或者重启
Reply View the author