Quero mudar a frequencia de 65hz para 85hz do meu monitor.

Iniciado por mautvleal, 27 de Novembro de 2006, 13:23

tópico anterior - próximo tópico

mautvleal

Olá!

Gostaria de mudar a freqüência do meu monitor de 65hz para 85hz. No entanto, não existe opção para isso no meu xorg, pois instalei o driver da nvidia no meu computador que , naturalmente, reescreveu meu xorg.conf.

Obrigado
Maurício
Mauricio

agente100gelo

Poste o seu xorg.conf
E informe o modelo de seu monitor.
Advogado e analista de sistema cearense.
Twitter: @glaydson

mautvleal

Meu monitor é um sansung syncmaster 796mb 17"

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 2006

# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

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

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

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "SyncMaster"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Monitor        "SyncMaster"
    DefaultDepth    24
    Option "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Mauricio

agente100gelo

Identifique as variáveis HorizSync e VertRefresh no manual ou no site. Na seção "monitor" do xorg.conf acrescente os dados para algo parecido com isso:

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-85
VertRefresh 50-160
EndSection


Estes valores são do meu SyncMaster 765mb 17", então os valores devem ser próximos, se não idênticos.

Para testar, reinicie o servidor gráfico com Control+Alt+Del.
Advogado e analista de sistema cearense.
Twitter: @glaydson

mautvleal

É, eu ja conhecia essas opções... O caso é que elas sumiram do meu xorg com a instalação do driver da nvidia e eu estou com medo de  simplesmente adicioná-las e, de fato, não ser aconselhado.

Valeu pela ajuda.
Abraço
Mauricio

Joseph

na seçao screen, e no valor da quantidade de cores, onde _60 ou _85 especifica a frequencia:

    SubSection     "Display"
        Depth       24
        Option         "metamodes" "1024x768_60 +0+0; 800x600_85 +0+0"
    EndSubSection

mautvleal

Joseph,

Utilizei a sua dica... Não sei se deu certo, pois no menu preferencias>resolucao de tela indica que estou a 50hz. Contudo, nas configurações do monitor (nos botões do próprio monitor) indica os seguinte numeros:

68.6k / 85
1024x768


antes mostrava um numero mais baixo...
Mauricio

Joseph

Citação de: mautvleal online 28 de Novembro de 2006, 10:39
Joseph,

Utilizei a sua dica... Não sei se deu certo, pois no menu preferencias>resolucao de tela indica que estou a 50hz. Contudo, nas configurações do monitor (nos botões do próprio monitor) indica os seguinte numeros:

68.6k / 85
1024x768


antes mostrava um numero mais baixo...

acho q é um bug do gnome, fiz isso baseado nas configuraçoes do nvidia-settings.