LINUX.ORG.RU

Debian sid 2.6.29 fglrx 60Гц


0

0

Я, в принципе, новичок в Linux, поэтому то, что поставил Сид - это ССЗБ, однако все вроде работает нормально и без особых глюков опрочь того, что частота обновления 60 Гц. Fglrx поставил и он работает, однако даже при прописывании частот обновления в xorg.conf оно мне все равно выдает 60Гц. Для ЭЛТ - это небольшая проблема и боль для глаз :) можно ли как-то это исправить?

xorg.conf

Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection

Section "Files" EndSection

Section "Module" EndSection

Section "Monitor" Identifier "aticonfig-Monitor[0]-0" HorizSync 30.0 - 110.0 VertRefresh 60.0 - 160.0 Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Modeline "1600x1200" 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync Modeline "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync Modeline "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync EndSection

Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "ForceMonitors" "crt1" BusID "PCI:1:0:0" EndSection

Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" EndSubSection EndSection

cycl0ne@nork:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 3600 Series OpenGL version string: 2.1.8591

Видеокарта - HD3650 Монитор - CTX RP960F

Спасибо заранее :)


Исправляюсь :)

xorg.conf

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	HorizSync    30.0 - 110.0
	VertRefresh  60.0 - 160.0
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
  	Modeline "1600x1200"  234.76  1600 1720 1896 2192  1200 1201 1204 1260  -HSync +Vsync	
	Modeline "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
	Modeline "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "ForceMonitors" "crt1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1600x1200" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
                Depth     16
                Modes    "1600x1200" "1280x1024" "1024x768"
        EndSubSection
	SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1280x1024" "1024x768"
        EndSubSection
EndSection

cycl0ne@nork:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 3600 Series
OpenGL version string: 2.1.8591

cycl0ne
() автор топика
Ответ на: комментарий от cycl0ne

- а попробовать все Modeline закоментировать
и оставить только одно (явное) определение частот ?

- если, у вас Gnome -можно в менюшке "разрешение экрана"
выбрать дополнительные варианты настроек

elipse ★★★
()
Ответ на: комментарий от cycl0ne

как понитор подключен? через переходник? если да, всунь в другой dvi разьем. меня самого подобное очень напрягает, отказался от ипсользования внешнего видео в пользу встроенной, там d-sub распаян, и герцами можно крутить как хочешь.

Novell-ch ★★★★★
()
Ответ на: комментарий от cycl0ne

Комментируй и HorizSync и VertRefresh - иксы уже лет 6 или 7 как сами по DDC дёргают монитор и получают частоты.

Deleted
()

Все в принципе заработало. Долго думав над причиной я пришел к выводу, что всему виной BNC коннектор монитора и заменил его на VGA. после этого не понадобилось абсолютно никаких шаманств, чтобы все заработало.

Но появился другой вопрос - чем ему BNC не понравился?

cycl0ne
() автор топика

И да, спасибо всем большое за помощь.

cycl0ne
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.