방금 새로 설치 한 ubuntu 16.04를
새로 설치했습니다. 가장 먼저 로그인 한 것은 nvidia 전용 드라이버 361을 선택하고 컴퓨터를 재부팅하는 것입니다.
anfter rebooting하지만 로그인 할 수는 있지만 unity가 보이지 않습니다. 여전히 마우스 오른쪽 버튼을 클릭하고 터미널을 열 수 있습니다. 많은 답변을 시도했습니다 :
link1
link2
도움이되지 않았다, 나는 좌절, USB로 부팅하고 새로 다시 설치, 이번에는 340 드라이버 같은 문제를 시도했다.
나는 이것이 신들을위한 16.04 LTS 라는 것을 의미 한다.
ASUS 노트북에 내장 된 듀얼 그래 비픽 카드 nvidia gt 740m이 있습니다.
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
보여줍니까?