Autor Tópico: resolução de tela lcd widescreen philips 190vw no 8.04  (Lida 4355 vezes)

Offline geochefinho

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
resolução de tela lcd widescreen philips 190vw no 8.04
« Online: 21 de MAR?O de 2009, 17:00 »
alguem pode me ajudar!!
A resolução de minha tela lcd Philips 190vw, não aceita a configuração correta que seria 1440x900, somente carrega até 1024x768, já tentei através do aplicativo "telas e placa de video", lá encontrei a tela genérica
lcd 1440x900, mas no campo resolução só aparece até a 1024..., no aplicativo "resolução de tela" só vai até 1024x768 e além disso, procurei importar o arquivo .inf que veio no cd de instalação e o video ficou totalmente
"desconfigurado", meu xorg.conf está desta forma abaixo:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

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

Section "Device"
   Identifier   "Configured Video Device"
   Boardname   "vesa"
   Busid      "PCI:1:0:0"
   Driver      "vesa"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Generic LCD Display"
   Modelname   "LCD Panel 1024x768"
   Horizsync   31.5-48.0
   Vertrefresh   56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Configured Video Device"
   Monitor      "Configured Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1024   768
      Modes      "1024x768@60"   "800x600@60"   "800x600@56"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection
Section "ServerFlags"
EndSection

como posso habilitar a resolução que quero neste xorg.conf?
« Última modificação: 21 de MAR?O de 2009, 19:02 por geochefinho »