ฉันเพิ่งติดตั้ง Ubuntu 16.04
ใหม่ติดตั้งใหม่สะอาดเข้าสู่ระบบในสิ่งแรกและสิ่งเดียวที่ฉันทำคือการเลือกไดรเวอร์ที่เป็นกรรมสิทธิ์ 361 สำหรับ nvidia รีบูตเครื่อง
หลังจากรีบูตเครื่องฉันสามารถเข้าสู่ระบบได้ แต่ความเป็นเอกภาพไม่แสดงฉันยังคงสามารถคลิกขวาและเปิดเทอร์มินัลได้ลองคำตอบมากมาย:
link1
link2
ไม่ได้ช่วยฉันได้รับความผิดหวัง booted เป็น usb และติดตั้งใหม่อีกครั้งคราวนี้ฉันพยายาม 340 ไดรเวอร์ปัญหาเดียวกัน
ฉันหมายความว่านี่คือ 16.04 LTSเพื่อเห็นแก่เทพ
ฉันมีการ์ด grahpic คู่ nvidia gt 740m, intel สร้างขึ้นบนแล็ปท็อป ASUS
เอาต์พุตของ grep "EE \ | WW" /var/log/Xorg.0.log:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 23.761] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 25.323] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 25.448] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 25.613] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 25.613] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[ 25.902] (EE) NVIDIA(0): Failed to initiate mode change.
[ 25.902] (EE) NVIDIA(0): Failed to complete mode change
[ 26.214] (WW) evdev: SteelSeries Sensei Raw Gaming Mouse: ignoring absolute axes.
[ 26.216] (WW) evdev: SteelSeries SteelSeries Apex Raw Gaming Keyboard: ignoring absolute axes.
[ 26.272] (II) XINPUT: Adding extended input device "USBest Technology SiS HID Touch Controller" (type: TOUCHSCREEN, id 16)
บันทึกไฟล์เต็ม LOG
ไฟล์ xorg.conf:
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:4@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
Option "IgnoreDisplayDevices" is not used
ฉันคิดว่าคุณมีxorg.conf
ไฟล์อยู่ที่ไหนสักแห่ง ฉันพยายามย้ายมันไปไว้ที่อื่นเช่นไปที่โฮมไดเร็กตอรี่ก่อนเพื่อดูว่ามันแก้ปัญหาได้หรือไม่ /etc/X11/xorg.conf
มันเป็นส่วนใหญ่อาจจะอยู่ใน grep "Using config file" /var/log/Xorg.0.log
ถ้ามันไม่ได้มีคุณสามารถดูเส้นทางโดยการดำเนินการคำสั่ง
grep "EE\|WW" /var/log/Xorg.0.log
แสดง?