Alexandre Monteiro escreveu:
Para maiores detalhes segue meu xorg.conf (a partir do item "Monitor"):
Section "Monitor"
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
DisplaySize 310 230
HorizSync 30.0 - 71.0
VerthRefresh 50.0 - 0.0
VertRefresh 12343.0 - 0.0
Option "DPMS"
EndSection
Section "Device"
Driver "sis"
Identifier "3D phantom PINE"
VendorName "Silicon Integraded Systems [Sis]"
BoardName "SIS315PRO PCI/AGP VGA Display Adapter"
BusID "PCI:3:10:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Olá,
Nossa! Está tudo muito estranho:
1°.
Section "Monitor"
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
DisplaySize 310 230
HorizSync 30.0 - 71.0
VerthRefresh 50.0 - 0.0
VertRefresh 12343.0 - 0.0
Option "DPMS"
EndSection
De onde tirou
VerthRefresh? E VertRefresh no valor de 12343? E este terminados em 0.0? Você
pode ver estes valores se o monitor suportar DDC em /var/log/Xorg.0.log (ou
coisa assim).
Tente algo assim:
Section "Monitor"
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
2º)
Section "Device"
Driver "sis"
Identifier "3D phantom PINE"
VendorName "Silicon Integraded Systems [Sis]"
BoardName "SIS315PRO PCI/AGP VGA Display Adapter"
BusID "PCI:3:10:0"
EndSection
O chipset desta placa é sis? Se não for, corrija. Se não souber, use vesa.
Outra coisa, Bus PCI iniciado com 3? É PCI Express? Mesmo assim, se não me
engano, as PCI Express começam com 2. Verifique com /sbin/lspci qual o número
correto (observe que o resultado está em hexadecimal).
3º)
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
...
End
Repare que "Videocard0" não existe, pois o Identifier da placa (device) agora é "3D
phantom PINE".
ViewPort 0 0 pode dar problema, melhor retirar estas linhas...
Seria interessante manter apenas
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
End
e apagar as outras... Estranho também o "End" estar emendado (ou na mesma linha) com o
"SubSection" em alguns casos...
4º)
Preciso saber se no Layout está certo...
--
[]'s
Claudio Polegato Junior
Um peregrino de Problemas; Um pergaminho de Soluções.
---------------------------------------------------------------------------
Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br
Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br
Regras de utilização da lista: http://linux-br.conectiva.com.br
FAQ: http://www.zago.eti.br/menu.html