Sem Interface Gráfica!! [RESOLVIDO]

1. Sem Interface Gráfica!! [RESOLVIDO]

R. Tolves
tolves

(usa Ubuntu)

Enviado em 07/09/2009 - 13:24h

Olá a todos!!

Recorro a ajuda de vcs pois estou com o seguinte problema:

Estava tentando ajustar a resoluçao do netbook acer 751h para 1366x768 e forcei uma troca de Lib de libdrm2 para libdrm-poulsbo1 até ai tudo tranquilo.... fiz a atualizaçao coisa e tal e qndo reiniciou babaus interface gráfica. Fica so em modo texto

Já tentei apt-get update, apt-get install desktop-ubuntu, dpkg-reconfigure xserver.xorg, startx

enfim será que terei que formatar e instalar tudo de novo? e meus Arquivo?

Alguem tem alguma ideia do que fazer para retornar????


No aguardo da ajuda,

Abraços

R.Tolves


  


2. MELHOR RESPOSTA

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 07/09/2009 - 17:29h

Perguntei porque vc provavelmente bagunçou a rede removendo o Gnome.

Se vc não usa PPPoE e usa rede cabeada via DHCP, deixe assim seu arquivo "/etc/network/interfaces":

auto lo eth0
iface lo inet loopback

iface eth0 inet dhcp

Aproveite e edite o arquivo "/etc/resolv.conf", deixando-o assim:

nameserver 208.67.222.222
nameserver 208.67.220.220

Reinicie e veja se conecta, rodando o "apt".

3. Re: Sem Interface Gráfica!! [RESOLVIDO]

Edwal F. Paiva Filho
nicolo

(usa Ubuntu)

Enviado em 07/09/2009 - 14:02h

sudo aptget-install libdrm2
Para corrigir as dependências.

para mudar a resolução na mão
sudo gedit /etc/X11/xorg.conf


nesta secção:


Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1440x900" "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"

Sé vale a secção do
DefaultDepth 24

Só vale a
Depth 24
as outras depth não valem

troque as primeiras. No meu caso troquei
"1024x768" por "1440x900"



4. Re: Sem Interface Gráfica!! [RESOLVIDO]

R. Tolves
tolves

(usa Ubuntu)

Enviado em 07/09/2009 - 14:19h

Cara nao adianta dar o comando apt-get install libdrm2


W: falhou ao buscar http:// ppa.launchpad.net/ubuntu.......

como faço para substituir o gnome???


5. Re: Sem Interface Gráfica!! [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 07/09/2009 - 14:38h

Vc vai ter que remover o repositório novo, como eu falei no outro tópico, e os pacotes que vc instalou por ele.

E o seu problema não é o Gnome, e sim o X, a parte gráfica.


6. Sem Interface Gráfica!!

Edwal F. Paiva Filho
nicolo

(usa Ubuntu)

Enviado em 07/09/2009 - 14:51h

Não adiante substituir o gnome
e conserte o teu /etc/apt/sources.list

o libdrm2 não é do pplaunch net é do ubuntu básico.

sudo gedit /etc/apt/sources.list

Inclua algo assim e troque o hardy pela edição certa, como intrepid ou jaunty

deb http://www.las.ic.unicamp.br/pub/ubuntu/ hardy universe
deb-src http://www.las.ic.unicamp.br/pub/ubuntu/ hardy universe
deb http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates universe
deb-src http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates universe

deb http://www.las.ic.unicamp.br/pub/ubuntu/ hardy multiverse
deb-src http://www.las.ic.unicamp.br/pub/ubuntu/ hardy multiverse
deb http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates multiverse
deb-src http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates multiverse

deb http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates main restricted
deb-src http://www.las.ic.unicamp.br/pub/ubuntu/ hardy-updates main restricted


depois
sudo apt-get updated

Vai dar uma mensagem de erro do keyring ou algo assim , mas funciona mesmo assim.
Depois você conserta o resto.


7. Re: Sem Interface Gráfica!! [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 07/09/2009 - 15:04h

Consertados os repositórios (basta por um "#" na frente das linhas do PPA), não esquecendo o "sudo apt-get update", remova:

sudo apt-get remove xserver-xorg-video-psb psb-kernel-source libdrm-poulsbo1

E depois instale:

sudo apt-get install xserver-xorg-video-all


8. Re: Sem Interface Gráfica!! [RESOLVIDO]

R. Tolves
tolves

(usa Ubuntu)

Enviado em 07/09/2009 - 15:18h

Vamos tentar, mas no desespero eu ja desinstalei o gnome.... é so instalar novamente?






9. Re: Sem Interface Gráfica!! [RESOLVIDO]

R. Tolves
tolves

(usa Ubuntu)

Enviado em 07/09/2009 - 15:54h

dá o seguinte erro:

W: falhou ao buscar http://www.las.ic.unicamp/pub/ubuntu/dists/jaunty-updates blablabla


será que to sem conexao com a internet??? Como posso ver se está ativa estou usando wireless


10. Re: Sem Interface Gráfica!! [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 07/09/2009 - 15:54h

Basta que vc instale o pacote "ubuntu-desktop".

sudo apt-get ubuntu-desktop

O Gnome, customizado para o Ubuntu, vem junto.


11. Re: Sem Interface Gráfica!! [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 07/09/2009 - 15:59h

Vou te passar a minha sources.list:


-------------------- início----------------------------------

deb http://br.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse

----------------------fim-----------------------------------------

Copie e cole na sua e tente novamente.




12. Re: Sem Interface Gráfica!! [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/09/2009 - 16:22h

sudo apt-get update
sudo apt-get install gnome



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts