Sou meio novo no Linux quando se trata de depuração,
Eu entendo que isso pode ser apenas outra repetição, mas eu experimentei quase todas as soluções prováveis por um mês agora, daí uma nova pergunta.
Tenho o ASUS Q550LF com inicialização dupla do Windows 10 e Ubuntu 15.10 com gráficos Intel HD integrados e gráficos dedicados de 2 GB da Nvidia Geforce [GT 745M].
Tudo começou quando eu tentei instalar os drivers da nvidia de lá e desinstalei drivers nouveau.
Então, o problema atual é sempre que eu inicializo no Ubuntu, o erro vem do sistema estar rodando no modo de baixo gráfico. O log do xorg mostra o seguinte erro
[ 51.287]
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 51.288] X Protocol Version 11, Revision 0
[ 51.288] Build Operating System: Linux 3.13.0-68-generic x86_64 Ubuntu
[ 51.288] Current Operating System: Linux jitesh 4.3.0-040300-generic #201511020949 SMP Mon Nov 2 14:50:44 UTC 2015 x86_64
[ 51.288] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-040300-generic root=UUID=69910f62-d547-4968-868d-382bd929acff ro quiet splash vt.handoff=7
[ 51.288] Build Date: 12 November 2015 05:33:29PM
[ 51.288] xorg-server 2:1.17.2-1ubuntu9.1 (For technical support please see http://www.ubuntu.com/support)
[ 51.288] Current version of pixman: 0.32.6
[ 51.288] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 51.288] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 51.288] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 25 08:01:58 2016
[ 51.288] (==) Using config file: "/etc/X11/xorg.conf"
[ 51.288] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 51.289] Data incomplete in file /etc/X11/xorg.conf
Undefined Screen "nvidia" referenced by ServerLayout "layout".
[ 51.289] (EE) Problem parsing the config file
[ 51.289] (EE) Error parsing the config file
[ 51.290] (EE)
Fatal server error:
[ 51.290] (EE) no screens found(EE)
[ 51.290] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 51.290] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 51.290] (EE)
[ 51.290] (EE) Server terminated with error (1). Closing log file.
A meu ver, meu arquivo xorg.conf está sendo reescrito em cada inicialização, e o arquivo reescrito se parece com o seguinte:
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
Eu tentei instalar, reinstalar, desinstalar os drivers nvidia e xserver-xorg, mas nada parece funcionar.
depois de instalar o nvidia-current ou o bumblebee-nvidia, o xconfig às vezes dá erro ao se conectar ao servidor O saya xorg-xserver não é encontrado no caminho do pkg.
Quando eu tento apagar o xorg.conf, o nvidia-xconfig cria um novo xorg.conf, que se parece com
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.131 (buildmeister@swio-display-x64-rhel04-16) Sun Nov 8 22:48:17 PST 2015
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"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Mas é novamente reescrito para o anterior com dados incompletos.
Eu tentei remover completamente os drivers nvidia e usar drivers padrão, instalando xserver-xorg e outras coisas de novo e de novo e reinstalar o Ubuntu-desktop, mas nada parece funcionar.
Eu também alterei meu gerenciador de exibição de lightdm para gdm, mas sem efeito.
Ctrl + Al + f7 sempre entra na tela preta quando o lightdm é reiniciado a partir de tty1
Qualquer ajuda ou um ponteiro será realmente útil.