[Ubuntu-BR] resolucao da tela de login

Henrique Lhamas henrique.lhamas em gmail.com
Quinta Janeiro 24 16:53:08 UTC 2008


Complementando a resposta do José.....


Na edição do arquivo xorg.conf voce pode limitar a resolução do ubuntu,
deixando a resolução máxima de 1024x768.

No Section "Monitor" voce ve as resoluções suportadas pelo monitor, algo
parecido com isso:

Identifier    "SyncMaster"
    Vendorname    "AOC"
    Modelname    "AOC SPECTRUM 4V,4VA,4Vlr & 4VlrA, 4Vn, 4VnA"
    Horizsync    30.0-50.0
    Vertrefresh    50.0-100.0
  modeline  "640x480 em 60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480 em 72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480 em 75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480 em 85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600 em 56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600 em 72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600 em 75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600 em 60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624 em 75" 57.284 832 864 928 1152 624 625 628 667 -vsync
-hsync
  modeline  "1024x768 em 60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync
-hsync
  modeline  "1024x768 em 43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync
interlace +vsync
    Gamma    1.0
EndSection

Encontre a resolução indesejada e delete.

Mais abaixo, no mesmo arquivo voce encontra:

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "SyncMaster"
    Defaultdepth    24
    Option        "AllowGLXWithComposite"    "true"
    Option        "AddARGBGLXVisuals"    "true"
    Option        "DisableGLXRootClipping"    "true"
    Option        "NoLogo"    "True"
    Option        "RenderAccel"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    SubSection "Display"
        Depth    24
        Virtual    1024    768
        Modes        "1024x768 em 60"    "1024x768 em 43"    "832x624 em 75"    "
800x600 em 60"    "800x600 em 75"    "800x600 em 72"    "800x600 em 56"    "640x480 em 85"
"640x480 em 75"    "640x480 em 72"    "640x480 em 60"
    EndSubSection

Mude a resolução no Virtual ( como o José falou ) e delete a resolução no
modes.
Por exemplo, se a resolução 1024x768 nao funcionasse aqui, esta parte
ficaria assim:

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "SyncMaster"
    Defaultdepth    24
    Option        "AllowGLXWithComposite"    "true"
    Option        "AddARGBGLXVisuals"    "true"
    Option        "DisableGLXRootClipping"    "true"
    Option        "NoLogo"    "True"
    Option        "RenderAccel"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    SubSection "Display"
        Depth    24
        Virtual    800    600
        Modes        "832x624 em 75"    "800x600 em 60"    "800x600 em 75"    "
800x600 em 72"    "800x600 em 56"    "640x480 em 85"    "640x480 em 75"    "640x480 em 72"
"640x480 em 60"
    EndSubSection

Espero ter ajudado.
Lembre-se sempre de fazer um backup antes de modificar arquivos do sistema!

Henrique Lhamas

http://www.brasillinux.org
Inclusão digital verdadeira e eficaz gratuitamente



More information about the ubuntu-br mailing list