Cent OS, Scientific Linux
Модератор: Модераторы разделов
DiSPillS
Сообщения: 15
Сообщение
DiSPillS » 25.06.2007 17:57
Давно борюсь с монитором, всё что можно настроил 96x96, Modeline, DisplaySize, Metamodes и прочее прописал.
Когда устанавливаю 75 Гц всё нормально отображается, но герцовки заметно не хватает.
При повышении 85, 100 Гц образуются маленькие, затемненные строки по горизонтали, вдоль всего экрана.
В винде все нормально отображается, а в линуксе проблемы
Драйвера NVidia установленны, M$ шрифты подключены и настроены.
Код:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
DisplaySize 306 239
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
Option "NoLogo" "true"
Option "dpi" "96x96"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
Option "TwinView" "0"
Option "metamodes" "1024x768_85"
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768_85" "800x600" "640x480"
EndSubSection
EndSection
Можно ли что то сделать программно или это аппаратная проблема ?
Mage-Warrior
Сообщения: 869
Статус: Семь раз понюхай, один раз откуси!
ОС: SlackWare 12.1
Сообщение
Mage-Warrior » 26.06.2007 09:18
Проблема не аппаратная (на 98% уверен) и, может быть, не проблема.
Вот здесь...
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
DisplaySize 306 239
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
Option "DPMS"
EndSection
Попробуйте
закомментировать , то что мне кажется лишним:
DisplaySize 306 239
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Последние две строки касаются функций, которые уже описаны в Modeline. Дома имею настройки без ModeLine, но с HorizSync и VertRefresh. Можно убрать ModeLine, оставив HorizSync и VertRefresh незакоментированными. В этом случае в Section "screen" уберите строку
Option "metamodes" "1024x768_85" , а строку:
Modes "1600x1200" "1280x1024" "1024x768_85" "800x600" "640x480"
замените на
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
PS: А почему Depth всего 16? Маловато
*- Большинство проблем, дружок, завсегда покажет лог! -*
DiSPillS
Сообщения: 15
Сообщение
DiSPillS » 26.06.2007 10:33
Mage-Warrior от вышеназваных чередований строк помогло!
Как то не четко герцовка отображается, хотя монитор показывает что 85.
Mage-Warrior
Сообщения: 869
Статус: Семь раз понюхай, один раз откуси!
ОС: SlackWare 12.1
Сообщение
Mage-Warrior » 26.06.2007 10:40
DiSPillS писал(а): ↑ 26.06.2007 10:33
Как то не четко герцовка отображается, хотя монитор показывает что 85.
Что значит "не четко герцовка отображается"? Мне даже интересно, что означает такое выражение.
Может, это тоже решаемо.
*- Большинство проблем, дружок, завсегда покажет лог! -*
DiSPillS
Сообщения: 15
Сообщение
DiSPillS » 26.06.2007 10:56
Спасибо за помощь
Код:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
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 "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo" "true"
Option "dpi" "96x96"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
DisplaySize 306 239
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "BlankTime" "30"
Option "StandbyTime" "60"
Option "SuspendTime" "90"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection