Não entra em modo grafico [RESOLVIDO]

13. Re: Não entra em modo grafico [RESOLVIDO]

Lucas Silva
spybot

(usa Debian)

Enviado em 07/07/2009 - 21:55h

ae nao contem nenhuma com (EE)
apenas com (**) (==) (--) (II) (WW)

:S


  


14.

Demi Rodrigues Sousa
nimopank

(usa Debian)

Enviado em 08/07/2009 - 09:43h

apt-get remove gdm
apt-get install gdm.


15. Re: Não entra em modo grafico [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 08/07/2009 - 09:47h

Ah, tá. O problema é a frequência do monitor, por isso q num tá gerando erro. Vamos colocar em uma resolução mais baixa pra vc conseguir entrar em modo gráfico. Vou utilizar meu xorg.conf d exemplo, pois meu monitor é CRT Samsung d 15' (aceita resolução máxima d 1024x768):

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Jul 2 12:30:48 PDT 2008

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

.
.
.

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 440]"
Driver "nv"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce 6100]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Ah! Não se esqueça q o xorg.conf está localizado em /etc/X11!


16. Re: Não entra em modo grafico [RESOLVIDO]

Lucas Silva
spybot

(usa Debian)

Enviado em 08/07/2009 - 12:25h

ta agora ele esta dando esse erro
segue o log do Xorg

(EE)Problem parsig the config file
(EE)Error Parsig the config file


17. Re: Não entra em modo grafico [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 08/07/2009 - 12:45h

Kra, c fez algo bem errado... cole o seu xorg.conf aki pra eu analisar, por favor.


18. Re: Não entra em modo grafico [RESOLVIDO]

Lucas Silva
spybot

(usa Debian)

Enviado em 08/07/2009 - 14:00h

antes de mais nada vlw pela ajuda q ta me dando cara, assim meu xorg.conf a hora que eu fui edita ele estava tudo em branco ( nao tinha nada) ai apenas copiei o seu xorg ae e colei la nao mudei nada.


19. Re: Não entra em modo grafico [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 08/07/2009 - 14:21h

É pq meu xorg tá incompleto, por isso q não dará certo. Achei q vc tinha percebido. Deveria t colocado ele completo. Bom, vou fazer algumas adaptações com relação ao meu xorg.conf, pois o q consta aki no meu note num tem nada a v com o seu. Segue o código abaixo:

----------------------------------------------------------------------------------

# xorg.conf (X.Org X Window System server configuration file)

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection

Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 6100]"
Driver "nv"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce 6100]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

-----------------------------------------------------------------------------------------------

Vc tá usando qual editor d texto? Utilize o mcedit ou o nano (ou pico) q eles são mais fáceis d editar, ok?


20. Re: Não entra em modo grafico [RESOLVIDO]

Lucas Silva
spybot

(usa Debian)

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

coloquei como vc mando ae e segue o mesmo erro unica coisa eh que nao preciso aperta control + alt + f1 pra entrar no modo grafico o monitor acho que ta ok!

mais quando ele tenta executa o gdm ele da o erro e segue o mesmo log do Xorg.0.Log

(EE)Problem parsig the config file
(EE) Error parsig the config file


21. Re: Não entra em modo grafico [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 08/07/2009 - 15:20h

Kra, dá uma olhada se realmente o seu xorg.conf num ficou em branco. O caminho correto foi /etc/X11? Caso positivo, tente reinstalar o gdm:

# apt-get remove gdm
# apt-get install gdm


22. Re: Não entra em modo grafico [RESOLVIDO]

Lucas Silva
spybot

(usa Debian)

Enviado em 08/07/2009 - 15:30h

meu xorg.conf nao esta em branco nao e o caminho esta certo mesmo!

:S


23.

Demi Rodrigues Sousa
nimopank

(usa Debian)

Enviado em 08/07/2009 - 23:10h

Carinha, meu pc tb estava assim, procurei fazer de tudo para resolver, penssei até em trocar de sitema no tempo.

mas adivinha o que era, era manutenção n em soft, era apenas a fonte q n estava dando conta...


24. Re: Não entra em modo grafico [RESOLVIDO]

ronnie peterson bacelar martins
dbahiaz

(usa OpenSuSE)

Enviado em 08/07/2009 - 23:30h

Cara faz o seguinte, procura no seu xorg.conf a linha Drive "nv" e troque por "vesa" é o drive de segurança, salve e reinicie o pc.

Section "Device"
Identifier ""
Driver "nv"
EndSection

Section "Device"
Identifier ""
Driver "vesa"
EndSection



Depois siga esse artigo, ou imprime e segue ele:

http://www.guiadohardware.net/dicas/nvidia-debian-lenny.html



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts