görüntü yenileme hızını nasıl değiştirebilirim

Başlatan conanait, 30 Haziran 2010 - 20:33:21

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

conanait

iyi günler,
lcd monitor kullanıyorum nvidia kartla birlikte. driverlerı yüklü ancak "nvidia x server settings"te ekran tazeleme hızını 60 veya 75 yapmam arasında bir fark olmuyor. forumlarda gezerken "xrandr" komutu ile karşılaştım,
xrandr
Screen 0: minimum 320 x 240, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
   1440x900       50.0     51.0     52.0*    87.0 
   1360x768       53.0     54.0 
   1152x864       55.0     56.0     57.0     58.0 
   1024x768       59.0     60.0     61.0 
   960x600        62.0 
   960x540        63.0 
   840x525        64.0     65.0     66.0 
   832x624        67.0 
   800x600        68.0     69.0     70.0     71.0 
   720x450        72.0 
   700x525        73.0     74.0 
   680x384        75.0     76.0 
   640x480        77.0     78.0     79.0     80.0     81.0 
   512x384        82.0     83.0 
   400x300        84.0 
   320x240        85.0     86.0 


burada benim gördüğüm tazeleme hızı 52 ve 60 veya 75 opsiyonu mevcut değil.
"grandr" da kurdum hani görsel arayüz olsun belki ben göremiyorumdur diye  ama doğal olarak orada da 1440x900 için 50-51-52 hz seçenekleri var.

bu da kullandığım xorg.conf dosyasının içeriği,
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Sun Feb  1 20:21:04 UTC 2009
# 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
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
# Identifier     "Keyboard0"
# Driver         "kbd"
#EndSection
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
# Identifier     "Mouse0"
# Driver         "mouse"
# Option         "Protocol" "auto"
# Option         "Device" "/dev/psaux"
# Option         "Emulate3Buttons" "no"
# Option         "ZAxisMapping" "4 5"
# # generated from default
#EndSection

Section "Monitor"
Identifier     "Monitor0"
VendorName "Plug'n Play"
ModelName "SyncMaster"
HorizSync 30-81
VertRefresh 56-75
ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10, 89 dpi)
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
# 768x576 @ 100 Hz, 61.6 kHz hsync
EndSection

Section "Screen"
Identifier     "Screen0"
Device         "Device0"
Monitor        "Monitor0"
Option         "TwinView" "0"
DefaultDepth 24
SubSection "Display"
Depth       24
Modes      "1440x900@75" "1440x900@60"
EndSubSection
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "Screen0" 0 0
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice    "Keyboard0" "CoreKeyboard"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
# InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Device"
Identifier     "Device0"
VendorName     "NVIDIA Corporation"
BoardName      "GeForce 8400 GS"
Option         "AddARGBVisuals" "True"
Option         "AddARGBGLXVisuals" "True"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "ServerFlags"
Option         "Xinerama" "0"
EndSection


acaba 60 ve 75 hz hızlarını ekleyebilir miyim? bazen çok gözümü ağrıtıyor da ekran.
teşekkürler


heartsmagic

Şu kadar zaman oldu LCD ekranlardaki tazeleme meselesini anlamış değilim. Açıkçası CRT'lerdeki gibi olmadığı söyleniyor sağda solda. Bu nedenle 75 yapman ne kadar mümkün bilemiyorum. Windows'ta oluyor diyebilirsin, Windows bize renk derinliği için de 32bit diyor :)

Eğer Nvidia ile bakıyorsan orada yanlış görünebiliyor, aklında olsun. 60hz çalışıyor olabilirsin şu anda.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

conanait

nvidia ile bakmıyorum, zaten nvidia 60 hz olduğunu söylüyor. xrander ise 52 hz olarak gösteriyor. ubuntugee'te şöyle bir kod var;

You can direct xrandr to set a different resolution using the following command
xrandr --output VGA --mode 1024×768 --rate 75

deneyeyim mi?

heartsmagic

Bende durum daha vahim o zaman :) 50hz olarak veriyor bilgiyi xrandr.
Bulduğun komutu deneyebilirsin, ben denedim örneğin. Fakat output ve mode kısmı naz yaptı. Bizi ilgilendiren --rate kısmıyla oynadım. Sen yüksek bir değer vermeye çalışınca zaten kullanılan çözünürlük için bu desteklenmiyor diyor. xrandr'da ne görüyorsan en yüksek onu verebiliyorsun.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.