nicolo
(usa Ubuntu)
Enviado em 27/04/2008 - 15:30h
As resoluções de tela estão no arquivo /etc/X11/xorg.conf
É um arquivo texto e para editar você precisa ser root
kedit /etc/X11/xorg.conf
Antes d edetonar faça um back upr do arquivo.
Voce pode acrescentar a resolução 1024x768 se a mesma não existir.
No exemplo abaixo foi acrescentada a resolução 1440x900 para a profundidade 24 que é a selecionada.(DefaultDepth)
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "PHILIPS 107S"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Se estiver ok vá ao menu sistema>preferência> resolução de tela e mude.