Nvidia Ion Asus Eee PC série Seashell 1215n e Optimus

0

Estou usando o Ubuntu, lubuntu, kubuntu:

Linux sysop 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

em uma série 1215n Asus Eee PC Seashell que possui uma placa Nvidia Ion. Depois de instalar os seguintes pacotes:

sudo apt-get install nvidia-346 nvidia-settings nvidia-prime

O lightdm gdm sddm falha ao iniciar. Se eu quiser obter um ambiente gráfico eu tenho que: faça o login em tty então faça:

sudo nvidia-xconfig
startx

alguém poderia me ajudar a fazer o gerenciador de área de trabalho funcionar?

aqui o arquivo /var/log/Xorg.1.log:

[    32.369] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[    32.369] X Protocol Version 11, Revision 0
[    32.369] Build Operating System: Linux 3.19.0-28-generic x86_64 Ubuntu
[    32.369] Current Operating System: Linux sysop 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64
[    32.369] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-33-generic root=UUID=d414642e-6948-440a-a6cd-4fe8cc819dca ro
[    32.369] Build Date: 11 September 2015  10:30:58AM
[    32.370] xorg-server 2:1.17.1-0ubuntu3.1 (For technical support please see http://www.ubuntu.com/support) 
[    32.370] Current version of pixman: 0.32.6
[    32.370]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    32.370] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.370] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Nov 14 09:17:13 2015
[    32.370] (==) Using config file: "/etc/X11/xorg.conf"
[    32.370] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.371] Data incomplete in file /etc/X11/xorg.conf
    Undefined Screen "nvidia" referenced by ServerLayout "layout".
[    32.371] (EE) Problem parsing the config file
[    32.371] (EE) Error parsing the config file
[    32.372] (EE) 
Fatal server error:
[    32.372] (EE) no screens found(EE) 
[    32.372] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[    32.372] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[    32.372] (EE) 
[    32.372] (EE) Server terminated with error (1). Closing log file.
    
por Malkavian 14.11.2015 / 09:53

1 resposta

0

Os vários gerentes de área de trabalho voltaram a trabalhar:

sudo apt-get install --reinstall  nvidia-346 nvidia-settings nvidia-prime
sudo nvidia-settings

Verifique o modo de economia de energia Intel. Salve e escreva / sobrescreva a configuração. Reiniciar. Lightdm está funcionando agora. Eu acho que foi um problema com a configuração do xorg. Apesar de minha pergunta estar envolvendo apenas administradores de desktop como o gdm lightdm, acho que não consertei nenhuma aceleração de hardware. Mas eu tenho o que eu precisava. Espero que isso ajude.

    
por Malkavian 14.11.2015 / 11:14