显卡驱动安装失败
Tofloor
poster avatar
pandora
deepin
2018-07-16 17:34
Author
系统内的显卡驱动切换显卡驱动失败,特效也无法开启。显卡gtx1060  笔记本  无核显
请教一下
如何解决驱动安装失败的问题

Reply Favorite View the author
All Replies
2 / 2
To page
avatar
pandora
deepin
2018-07-18 18:18
#21
https://bbs.deepin.org/post/166276
看起来没有问题啊。

sudo update-alternatives --config glx 这个呢,如果选择的不是nvidia,手动选择一 ...

默认是nvdia
udo update-alternatives --config glx
[sudo] mars 的密码:
有 3 个候选项可用于替换 glx (提供 /usr/lib/glx)。

  选择       路径                     优先级  状态
------------------------------------------------------------
* 0            /usr/lib/nvidia             100       自动模式
  1            /usr/lib/mesa-diverted      5         手动模式
  2            /usr/lib/nvidia             100       手动模式
  3            /usr/lib/nvidia/bumblebee   95        手动模式

要维持当前值
  • 请按<回车键>,或者键入选择的编号:
  • Reply View the author
    avatar
    justforlxz
    deepin
    2018-07-18 21:36
    #22
    https://bbs.deepin.org/post/166276
    默认是nvdia
    udo update-alternatives --config glx
    [sudo] mars 的密码:

    这里也对啊,没毛病啊。

    sudo apt install mesa-utils

    然后 glxinfo | grep -i opengl
    Reply View the author
    avatar
    pandora
    deepin
    2018-07-19 00:38
    #23
    https://bbs.deepin.org/post/166276
    这里也对啊,没毛病啊。

    sudo apt install mesa-utils

    glxinfo | grep -i opengl
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce GTX 1060/PCIe/SSE2
    OpenGL core profile version string: 4.5.0 NVIDIA 387.34
    OpenGL core profile shading language version string: 4.50 NVIDIA
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    OpenGL version string: 4.6.0 NVIDIA 387.34
    OpenGL shading language version string: 4.60 NVIDIA
    OpenGL context flags: (none)
    OpenGL profile mask: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 387.34
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
    OpenGL ES profile extensions:
    Reply View the author
    avatar
    justforlxz
    deepin
    2018-07-19 00:49
    #24
    https://bbs.deepin.org/post/166276
    glxinfo | grep -i opengl
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce  ...

    你这不是已经在用独显了吗…

    如果还是无法开启特效,把~/.config/deepin/deepin-wm-switcher/config.json里的allow_switch改成true
    Reply View the author
    avatar
    pandora
    deepin
    2018-07-19 01:54
    #25
    https://bbs.deepin.org/post/166276
    你这不是已经在用独显了吗…

    如果还是无法开启特效,把~/.config/deepin/deepin-wm-switcher/config.jso ...

    可以了,非常感谢!
    Reply View the author
    2 / 2
    To page