Титла: Syncmaster 920n lcd display Публикувано от: dakata_72 в Jan 05, 2007, 19:04 Здравейте! След като си инсталирах драйвера на nVidia-та честотата на опресняване ми се "закова" на 75 Hz при разделителна способност 1280х1024! Оптималната честота за този монитор е 60 Hz при същата резолюция. От следния сайт използвах modeline generator в който въведох съответно хоризонталната(1280) и вертикалната(1024) резолюции и желаната честота на опресняване (60 Hz). Има и опции "verbose:" и "fb86mode:" но там не сложих отметки защото не са ми ясни! Та този генератор ми изкара следното:
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync Доколкото разбрах тези редове трябва да ги пейстна преди края на Section "Monitor" в xorgconfig? Има ли нещо, което пропускам или трябва да използвам друг Modeline Generator? Титла: Syncmaster 920n lcd display Публикувано от: Филип Бонев в Jan 05, 2007, 19:32 Доколкото знам монитора си е 75Hz, разгледай малко по сайтове за продажба и ще видиш.
Параметрите които трябва да имаш в секцията с монитора са следните. 30-81 kHz horizontal 56-75 Hz vertical. Аз съм с lg и съм с тези параметри и монитора си е 75hz под Уиндоус и Линукс 30-83 kHz horizontal 56-75 Hz vertical Просто ти е грешна информацията за 60-те херца. Титла: Syncmaster 920n lcd display Публикувано от: dakata_72 в Jan 05, 2007, 19:44
В сайта на самсунг може да се види следното -"Recommended Mode 1280 x 1024 60 Hz". Прочетох и manual-а и там пише: Optimum resolution 1280 x 1024@60 Hz Maximum resolution 1280 x 1024@75 Hz Титла: Syncmaster 920n lcd display Публикувано от: dakata_72 в Jan 05, 2007, 20:31 ха, въведох в конзолата: xresprobe [driver=vesa,ati,nv,nvidia,i810]...и ми излезе следното:
id: SyncMaster res: 1280x1024 1152x864 1024x768 832x624 800x600 720x400 640x480 freq: 30-81 56-75 disptype: crt ![]() ![]() Какво съм пропуснал след изпълнението на dpkg-reconfigure xserver-xorg? Титла: Syncmaster 920n lcd display Публикувано от: Drakula в Jan 05, 2007, 21:02 Същия случай с моя монитор (Hyundai Imagequest L72D). При старт на X нагласям 60Hz (според указанието на книжката). След рестарт - хоп, 75Hz.
Реших проблема като в xorg.conf заместих
с
в секцията Monitor. Така лепна на 60 херца и даже да искаш не можеш през GUI да смениш честотата на опресняване. Титла: Syncmaster 920n lcd display Публикувано от: dakata_72 в Jan 05, 2007, 21:59
пробвах и по този начин, но не се получи! Ето го и моя xorgconfig: # /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 "Files" 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" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" 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" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB 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" VideoRam 128000 EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" HorizSync 30-81 VertRefresh 56-60 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV34 [GeForce FX 5200]" Monitor "SyncMaster" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection Титла: Syncmaster 920n lcd display Публикувано от: Филип Бонев в Jan 08, 2007, 02:05 Ами ми монитора ми е с 3г гаранция ако ги изкара на 75Hz трите години значи си е заслужавал парите. Книжката не съм я чел просто инсталирах драйверите под Уиндоус и хоп 75Hz, под Линукс си сложиш горе посочените данни и пак 75Hz.
Не знам какво са имали в предвид с Recommended думичакта ![]() |