Problema com audio e video

13. Re: Problema com audio e video

Eder Matsumoto
fhaze

(usa openSUSE)

Enviado em 14/04/2010 - 16:40h

Voce fez o comando como root: (deve ser feito sem o X)
# Xorg -configure

Esse comando cria uma nova configuração do Xorg em /root/xorg.conf.new

Então é so copiar para /etc/X11/xorg.conf

Fiz esse mesmo procedimento no notebook do meu irmão que possui video SiS671 e funcionou 100% todas funções. (ex.: Dual View, Aceleração 3D)


  


14. Re: Problema com audio e video

Fabricio
Hellsius

(usa Ubuntu)

Enviado em 14/04/2010 - 17:57h

Como assim sem o "x", e depois como copiar o novo xorg?


15. Re: Problema com audio e video

Eder Matsumoto
fhaze

(usa openSUSE)

Enviado em 14/04/2010 - 18:20h

Reinicie o PC

Na tela de login aperte CTRL + ALT + F1

Logue como root

Faça o seguinte comando para parar o X:
# service gdm stop

Faça o seguinte comando para criar uma nova configuração Xorg:
# Xorg -configure

Copie a nova configuração para o diretório /etc/X11:
# cp /root/xorg.conf.new /etc/X11/xorg.conf

Reinicie o PC:
# reboot


16. Re: Problema com audio e video

Fabricio
Hellsius

(usa Ubuntu)

Enviado em 14/04/2010 - 18:59h

Quando tentei digitar o comando

# Xorg -configure

Apareceu a seguinte menssagem

Fatal server error:
server is already active for display 0
if this server is no longer running, remove /tmp/.X0- lock
and start again.

Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.

ddxSigGiveUp´: Closing log
root@laptop:~#


17. Re: Problema com audio e video

Fabricio
Hellsius

(usa Ubuntu)

Enviado em 14/04/2010 - 19:03h

OBS: quando fiz os comando do edps...
quando ligo o note aparece uma tela grafica antes do login com o titulo Ubuntu is running in low-graphics mode

Como estou um pouco sem tento posto o resto da menssagem depois, apenas para mostrar depois da tentativa do sdps

Agradeço pela ajuda de todos...


18. Re: Problema com audio e video

Eder Matsumoto
fhaze

(usa openSUSE)

Enviado em 14/04/2010 - 22:49h

Tenho duas alternativas de solução:

1. Tente fazer aqueles comandos em Failsafe.
> Escolha Failsafe durante o grub

> Se não estiver aparecendo o grub menu durante o boot, você tera que editar o arquivo /etc/default/grub, mudando "GRUB_DEFAULT = 0" para "GRUB_DEFAULT = 1" e depois dando o comando update-grub, para remover o Failsafe do auto-boot é so mudar para o valor antigo e dar o comando update-grub novamente. (Quando estiver em Failsafe nao tera interface grafica, editor de texto em modo texto é o nano, ex.: nano /etc/default.grub; CTRL + X: para fechar e salvar ou nao o arquivo.)

2. Ou você pode tentar copiar esse xorg.conf, gerado em um notebook com placa de vídeo sis671. (O driver foi instalado ne?)

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

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/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/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
Load "dri2"
Load "extmod"
Load "record"
Load "dbe"
Load "dri"
EndSection

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

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "FastVram" # [<bool>]
#Option "HostBus" # [<bool>]
#Option "BenchmarkMemcpy" # [<bool>]
#Option "UseSSE" # [<bool>]
#Option "MaxXFBMem" # <i>
#Option "Accel" # [<bool>]
#Option "TurboQueue" # [<bool>]
#Option "RenderAcceleration" # [<bool>]
#Option "DRI" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "Reflect" # <str>
#Option "EnableSiSCtrl" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "ColorHWCursor" # [<bool>]
#Option "UseColorHWCursor" # [<bool>]
#Option "ColorHWCursorBlending" # [<bool>]
#Option "ColorHWCursorBlendThreshold" # <i>
#Option "InternalModes" # [<bool>]
#Option "ConstantDPI" # [<bool>]
#Option "OverruleFrequencyRanges" # [<bool>]
#Option "RestoreBySetMode" # [<bool>]
#Option "Vesa" # [<bool>]
#Option "ForceCRT1Type" # <str>
#Option "ForceCRT1" # [<bool>]
#Option "ForceCRT2Type" # <str>
#Option "CRT2Detection" # [<bool>]
#Option "CRT1LCD" # [<bool>]
#Option "ForceCRT2ReDetection" # [<bool>]
#Option "EnableHotkey" # [<bool>]
#Option "ForceCRT1VGAAspect" # <str>
#Option "ForceCRT2VGAAspect" # <str>
#Option "UseROMData" # [<bool>]
#Option "UseOEMData" # [<bool>]
#Option "ScaleLCD" # [<bool>]
#Option "CenterLCD" # [<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 "TVXPosOffset" # <i>
#Option "TVYPosOffset" # <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 "SenseYPbPr" # [<bool>]
#Option "YPbPrAspectRatio" # <str>
#Option "TVBlueWorkAround" # [<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 "SIS6326TVAntiFlicker" # <str>
#Option "SIS6326TVEnableYFilter" # [<bool>]
#Option "SIS6326TVYFilterStrong" # [<bool>]
#Option "SIS6326TVForcePlug" # <str>
#Option "SIS6326FSCAdjust" # <i>
#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 "Xvideo" # [<bool>]
#Option "XvOnCRT2" # [<bool>]
#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 "XvDefaultAdaptor" # <str>
#Option "YV12" # [<bool>]
#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 "MergedXineramaScreen0" # [<str>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
#Option "FutroTiming" # [<bool>]
Identifier "Card0"
Driver "sis671"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "771/671 PCIE 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
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection




01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts