Autor Tópico: Resolução de vídeo Ubuntu 8.04  (Lida 3479 vezes)

Offline marcosbruno1

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Resolução de vídeo Ubuntu 8.04
« Online: 31 de Outubro de 2008, 18:03 »
É o seguinte:
Estou querendo mudar a resolução da tela para 1024X768, mas as opções que aparecem são 640x480 e 320x240. Já ativei a minha placa de vídeo em Drivers de Hardware, atualizei o sistema e nada. Pesquisei em outros fóruns e dizem que tem que mexer num tal de xorg.conf. Eis aqui o meu xorg.conf:
Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
Minha placa é nVidia GeForce 6100 nForce 405

Grato por qualquer ajuda.

Offline ivanbajr

  • Usuário Ubuntu
  • *
  • Mensagens: 77
  • Aprendendo e amando sempre
    • Ver perfil
    • Aprendendo e amando sempre
Re: Resolução de vídeo Ubuntu 8.04
« Resposta #1 Online: 03 de Novembro de 2008, 00:24 »
tecle ALT+F2;
- inseri o comando gksu displayconfig-gtk , clique "Executar" e
digitei a senha de administrador;
- Selecione o modelo "do seu monitor ou generico.";
- Selecione a resolução 1280x1024 60Hz e cliquei Ok;
- Em Sistema/Preferências/Resolução de Tela, selecionei a mesma
resolução "1280x1024";
- Fechei a sessão e abri novamente.
Contato skype:  ivanbajr
Por favor Imprima somente o necessário, o Meio Ambiente agradece!
Não use software pirata, use software livre!

Offline marcosbruno1

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Resolução de vídeo Ubuntu 8.04
« Resposta #2 Online: 18 de Novembro de 2008, 17:53 »
Valeu cara! Esse método é até melhor do que pelo xorg.conf, pois quando eu mexi no arquivo, deu conflito na configuração de video e automaticamente fui transferido pra essa tela de configuração de video, pra escolher o monitor e a placa de video. Grato! ;)