लंबे समय तक!
हाल ही में, मैंने अपनी काली रोलिंग प्रणाली को अपडेट किया और मेरे पास अपना काम एनवीडिया ऑप्टिमस सेटअप था, और मैं अपने हैशैट पर अपने 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
जब भी मैं अपने NVidia ड्राइवरों को शुद्ध करता हूं, तो मैं इन चरणों का पालन करता हूं, और अपने Xorg.conf फ़ाइल मैप्स को अपने कार्ड के लिए सही बस आईडी में सुनिश्चित करता हूं, केवल "PPS Stare Mismatch" प्राप्त करने के लिए जब मैं startx कमांड का प्रयास करता हूं।
मैंने यह भी देखा है कि जब मैंने कभी-कभी स्थापित करने की कोशिश की है, तो मैं "लिंक समूह 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