
nicolo
(usa Ubuntu)
Enviado em 27/09/2008 - 17:44h
Não era para ter chuviscos, mesmo com a resolução errada. Os LCDś tem frequencia mais baixas que o CRT (tubo catódico).
Em tese a resolução pode ser acertada manualmente alterando o /etc/X11/xorg.conf com cuidado porque se não funcionar o X não abre mais. Faça um backup antes.
Note que só o Depth 24 interessa o resto é só enchimento porque está escolhido o depth 24. Se estivesse o 16 seria o 16,
VERIFIQUE QUAL A RESOLUÇÃO QUE O SUE MONITOR AGUENTA. SE USAR MAIOR PODE DANIFICAR. O MEU É 1440X900, MAS PODE SER 1280X800. CUIdado.
Section "Device"
Identifier "nVidia Corporation NV44A [GeForce 6200]"
Driver "nvidia"
# BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "PHILIPS 107S"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "PHILIPS 107S"
DefaultDepth 24
SubSection "Display"
Depth 24
É AQUI Óh Modes "1440x900" "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection