Kali Linux - PPS 状态不匹配

Kali Linux - PPS 状态不匹配

很久!

最近,我更新了我的 Kali 滚动系统,并拥有了自己的 NVidia Optimus 设置,并且能够在 HashCat 上使用我的 GeForce 卡。

现在,我失去了我的 GUI。

我查阅了网上几篇文章来重新安装,包括:

http://www.adonespitogo.com/articles/installing-nvidia-on-kali-2.0/

https://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux

https://forums.kali.org/showthread.php?35748-TUTORIAL-Installing-official-NVIDIA-driver-in-Optimus-laptop

每次我清除 NVidia 驱动程序时,我都会遵循这些步骤,并确保我的 Xorg.conf 文件映射到我的卡的正确总线 ID,但当我尝试 startx 命令时却出现“PPS Stare Mismatch”错误。

我还注意到,当我尝试安装时,有时会看到“由于链接组 glx 已损坏,强制重新安装”。

我注意到 Xorg.0.log 中没有任何东西可以告诉我可能发生的情况。没有错误消息。

有人能建议我尝试其他什么吗?

请参阅下面我当前的 Xorg.conf 文件:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.98  (buildd@debian)  Thu Nov 30 05:15:46 UTC 2017

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID      "PCI:4:0:0"
EndSection

Section "Device"
    Identifier     "intel"
    Driver     "modesetting"
    BusID      "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

相关内容