Autor Tópico: Resolução (Hz)  (Lida 2223 vezes)

Offline steel_br

  • Usuário Ubuntu
  • *
  • Mensagens: 120
  • Ubuntu Maverick Meerkat
    • Ver perfil
Resolução (Hz)
« Online: 18 de MAR?O de 2008, 13:48 »
Pessoal, a resolução/freqüência do monitor aqui está muito estranha. (monitor 17")

Em 1024x768 se eu coloco em uma atualização maior, tipo 65Hz, o monitor fica com a atualização extremamente baixa, eu posso ver as linhas horinzontais e tal. Chega cansar rapidamente a vista.

Em 1280x1024, fica travado em 50Hz, mesmo assim, parece pensar um pouco a visão.

Alguém sabe uma solução pra isso?

A VGA é um FX5200 256/128.

No Win as resolução ficam normais.

Offline ins3rt c0in

  • Usuário Ubuntu
  • *
  • Mensagens: 698
    • Ver perfil
Re: Resolução (Hz)
« Resposta #1 Online: 19 de MAR?O de 2008, 00:22 »
Você está usando o drive da nvidia?

Eu uso a 1280 com 53 Hz de frequencia.

Offline agente100gelo

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 4.369
  • @Ceará
    • Ver perfil
Re: Resolução (Hz)
« Resposta #2 Online: 19 de MAR?O de 2008, 09:34 »
Escreve o conteúdo do seu arquivo /etc/X11/xorg.conf e o informe o modelo de seu monitor.
Advogado e analista de sistema cearense.
Twitter: @glaydson

Offline steel_br

  • Usuário Ubuntu
  • *
  • Mensagens: 120
  • Ubuntu Maverick Meerkat
    • Ver perfil
Re: Resolução (Hz)
« Resposta #3 Online: 19 de MAR?O de 2008, 12:34 »
Monitor é um LG Flatron EZ T730SH.

Conteúdo do arquivo xorg.conf:

Código: [Selecionar]
# xorg.conf (xorg 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 "Files"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "T730SH"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "T730SH"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection


Offline golfinho

  • Usuário Ubuntu
  • *
  • Mensagens: 78
    • Ver perfil
Re: Resolução (Hz)
« Resposta #4 Online: 19 de MAR?O de 2008, 13:23 »
adicione dentro da  essas linhas
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0


pra achar esse valor procurei no google: "LG Flatron EZ T730SH HorizSync VertRefresh"

Código: [Selecionar]
Section "Monitor"
Identifier "T730SH"
Option "DPMS"
        HorizSync 30.0 - 71.0
        VertRefresh 50.0 - 160.0

EndSection