Ambiente Grafico

1. Ambiente Grafico

Ricardo de Oliveria Serafim
kaduricardu

(usa Debian)

Enviado em 22/07/2009 - 17:00h

Pessoal

Reiniciei meu debian e agora ele nao entra no ambiente grafico.Somente no modo linha de comando.

Alguem pode me ajudar?


  


2. Re: Ambiente Grafico

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 22/07/2009 - 17:05h

Coloque aki pra gente a saída do seu arquivo d log /var/log/Xorg.0.log.


3. Re: Ambiente Grafico

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 22/07/2009 - 18:04h

Tente o comando:

# dpkg-reconfigure -phigh xserver-xorg

Ele vai reconfigurar o X.


4. Re: Ambiente Grafico

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 22/07/2009 - 18:21h

Outra opção é gerar um novo xorg.conf, assim:

# X -configure

O comando acima gera o arquivo xorg.conf.new na pasta do root.

Então, crie um backup do arquivo de configuração anterior e mova o novo para a pasta apropriada:

# cp /etc/X11/xorg.conf{,.backup}
# cp /root/xorg.conf.new /etc/X11/xorg.conf



5. Re: Ambiente Grafico

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 22/07/2009 - 19:47h

pode tentar tb, abrir o ex...

na tela de comando, logue como user (ou como root se a distro permitir) e use
e tente os comandos abaixo ( se logado user, use sudo antes do comando), un dos comandos deve abrir algo:

startx
gdm
kdm
xdm

se nada disso funfar:

cd /
cd /etc/init.d
gdm (ou kdm) restart.

Veja os erros que aparecem, e poste algo aqui, comentando os erros.
Outra coisa, é mais fácil se agnete souber que placa de vídeo é.


6. Re: Ambiente Grafico

Ricardo de Oliveria Serafim
kaduricardu

(usa Debian)

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

Entao

Quando eu dou um dpkg-reconfigure -phigh xserver-xorg ele informa que o arquivo xserver-xorg nao foi encontrado.Quando dou o X -configure ele gera o arquivo em root eu fa;o o backup e movo o novo arquivo mais nada acontece.
Quando eu dou o comando startx ele comeca a iniciar o ambiente grafico mas volta para a linha de comando.

Os demais comandos nao funcionaram.




7. segue log

Ricardo de Oliveria Serafim
kaduricardu

(usa Debian)

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


Log file: "/var/log/Xorg.0.log", Time: Thu Jul 23 05:11:46 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX: Screen 0 is not DRI capable
xkb_keycodes { include "xfree86(abnt2)+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+br" };
xkb_geometry { include "pc(abnt2)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple names for keycode 134
> Using <KPPT>, ignoring <I06>
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing


8. Re: Ambiente Grafico

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

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

Se vc puder colocar o seu xorg.conf aki, talvez a gente resolva.


9. Segue xorg.conf

Ricardo de Oliveria Serafim
kaduricardu

(usa Debian)

Enviado em 23/07/2009 - 16:14h

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"

EndSection

Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 55.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "TurboQueue" # [<bool>]
#Option "FastVram" # [<bool>]
#Option "HostBus" # [<bool>]
#Option "RenderAcceleration" # [<bool>]
#Option "ForceCRT1Type" # <str>
#Option "ForceCRT2Type" # <str>
#Option "ShadowFB" # [<bool>]
#Option "DRI" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "Vesa" # [<bool>]
#Option "MaxXFBMem" # <i>
#Option "EnableSiSCtrl" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "UseColorHWCursor" # [<bool>]
#Option "Rotate" # <str>
#Option "Reflect" # <str>
#Option "Xvideo" # [<bool>]
#Option "InternalModes" # [<bool>]
#Option "OverruleFrequencyRanges" # [<bool>]
#Option "RestoreBySetMode" # [<bool>]
#Option "ForceCRT1" # [<bool>]
#Option "ForceCRT1" # [<bool>]
#Option "XvOnCRT2" # [<bool>]
#Option "PanelDelayCompensation" # <i>
#Option "PDC" # <i>
#Option "PanelDelayCompensation2" # <i>
#Option "PDC2" # <i>
#Option "PanelDelayCompensation1" # <i>
#Option "PDC1" # <i>
#Option "EMI" # <i>
#Option "LVDSHL" # <i>
#Option "ForcePanelRGB" # <i>
#Option "SpecialTiming" # <str>
#Option "TVStandard" # <str>
#Option "UseROMData" # [<bool>]
#Option "UseOEMData" # [<bool>]
#Option "YV12" # [<bool>]
#Option "CHTVType" # [<bool>]
#Option "CHTVOverscan" # [<bool>]
#Option "CHTVSuperOverscan" # [<bool>]
#Option "CHTVLumaBandwidthCVBS" # <i>
#Option "CHTVLumaBandwidthSVIDEO" # <i>
#Option "CHTVLumaFlickerFilter" # <i>
#Option "CHTVChromaBandwidth" # <i>
#Option "CHTVChromaFlickerFilter" # <i>
#Option "CHTVCVBSColor" # [<bool>]
#Option "CHTVTextEnhance" # <i>
#Option "CHTVContrast" # <i>
#Option "SISTVEdgeEnhance" # <i>
#Option "SISTVAntiFlicker" # <str>
#Option "SISTVSaturation" # <i>
#Option "SISTVCFilter" # [<bool>]
#Option "SISTVYFilter" # <i>
#Option "SISTVColorCalibFine" # <i>
#Option "SISTVColorCalibCoarse" # <i>
#Option "SISTVXScale" # <i>
#Option "SISTVYScale" # <i>
#Option "TVXPosOffset" # <i>
#Option "TVYPosOffset" # <i>
#Option "SIS6326TVAntiFlicker" # <str>
#Option "SIS6326TVEnableYFilter" # [<bool>]
#Option "SIS6326TVYFilterStrong" # [<bool>]
#Option "SIS6326TVForcePlug" # <str>
#Option "SIS6326FSCAdjust" # <i>
#Option "SIS6326FSCAdjust" # <i>
#Option "YPbPrAspectRatio" # <str>
#Option "TVBlueWorkAround" # [<bool>]
#Option "ColorHWCursorBlending" # [<bool>]
#Option "ColorHWCursorBlendThreshold" # <i>
#Option "CRT2Detection" # [<bool>]
#Option "ForceCRT2ReDetection" # [<bool>]
#Option "SenseYPbPr" # [<bool>]
#Option "CRT1Gamma" # [<bool>]
#Option "CRT2Gamma" # [<str>]
#Option "GammaBrightness" # <str>
#Option "GammaBrightnessCRT2" # <str>
#Option "CRT2GammaBrightness" # <str>
#Option "Brightness" # <str>
#Option "NewGammaBrightness" # <str>
#Option "CRT2Brightness" # <str>
#Option "CRT2NewGammaBrightness" # <str>
#Option "Contrast" # <str>
#Option "NewGammaContrast" # <str>
#Option "CRT2Contrast" # <str>
#Option "CRT2NewGammaContrast" # <str>
#Option "CRT1Saturation" # <i>
#Option "XvGamma" # [<str>]
#Option "XvDefaultContrast" # <i>
#Option "XvDefaultBrightness" # <i>
#Option "XvDefaultHue" # <i>
#Option "XvDefaultSaturation" # <i>
#Option "XvDefaultDisableGfx" # [<bool>]
#Option "XvDefaultDisableGfxLR" # [<bool>]
#Option "XvChromaMin" # <i>
#Option "XvChromaMax" # <i>
#Option "XvUseChromaKey" # [<bool>]
#Option "XvInsideChromaKey" # [<bool>]
#Option "XvYUVChromaKey" # [<bool>]
#Option "XvDisableColorKey" # [<bool>]
#Option "XvUseMemcpy" # [<bool>]
#Option "BenchmarkMemcpy" # [<bool>]
#Option "XvDefaultAdaptor" # <str>
#Option "ScaleLCD" # [<bool>]
#Option "CenterLCD" # [<bool>]
#Option "EnableHotkey" # [<bool>]
#Option "ForceCRT1VGAAspect" # <str>
#Option "ForceCRT2VGAAspect" # <str>
#Option "MergedFB" # [<str>]
#Option "TwinView" # [<str>]
#Option "MergedFBAuto" # [<bool>]
#Option "CRT2HSync" # <str>
#Option "SecondMonitorHorizSync" # <str>
#Option "CRT2VRefresh" # <str>
#Option "SecondMonitorVertRefresh" # <str>
#Option "CRT2Position" # <str>
#Option "TwinViewOrientation" # <str>
#Option "MetaModes" # <str>
#Option "MergedDPI" # <str>
#Option "MergedXinerama" # [<bool>]
#Option "TwinviewXineramaInfo" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
Identifier "Card0"
Driver "sis"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "661/741/760/761 PCI/AGP VGA Display Adapter"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection




10. Re: Ambiente Grafico

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 23/07/2009 - 16:44h

Nessa sessão aki:

Section "Module"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "type1"
EndSection

Retire a linha Load "dri" e tente d novo, blz?


11. Re: Ambiente Grafico

Ricardo Libanio
riesdra

(usa Debian)

Enviado em 23/07/2009 - 21:31h

tente rodar de novo
dpkg-reconfigure -phigh xserver-xorg




12. Re: Ambiente Grafico

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 23/07/2009 - 21:46h

Veja se ajuda:

http://jedivirtual.blogspot.com/2009/01/configurando-sis-mirage-3-no-debian.html

Como seu vídeo é da SIS, problemas com Linux são esperados.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts