driver de vídeo não possui resolução adequada ao monitor

Iniciado por dnl_spirit, 16 de Fevereiro de 2012, 06:20

tópico anterior - próximo tópico

dnl_spirit

Solicito ajuda, estou a tres dias pesquisando no google e foruns uma solução pro meu problema e não encontro, uso o ubuntu 9.04, e com ele repositórios pra versões obsoletas, minha placa de video é off-board, uma geforce 6500, é antiguinha mas me serve bem, e atualmente adquiri um monitor de video da  Samsung Syncmaster B1930, 18.5, teoricamente a resolução deveria ser 1360x768, mas a tela fica cortada, e a próxima resolução é 1024z768, que não é adequada pra este monitor, não tive problemas em instalar o monitor no windows, então gostaria de saber se há alguma solução, já testei todos os drivers  do contidos em Administração > Drivers de hardware, nenhum resolve meu problema.

A seguir o conteúdo do arquivo xorg.conf:

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   DefaultDepth   24
   SubSection "Display"
      Virtual   1360 768
   EndSubSection
EndSection

Section "Module"
   Load   "glx"
EndSection

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