Проблема с монитором (Acer AL1916)
Модератор: Модераторы разделов
-
- Сообщения: 215
- ОС: Debian GNU/Linux
Проблема с монитором
Есть Suse 10.3 и монитор Acer AL1916 При запуске некоторых игрушек в полноэкранном режиме монитор вырубается и по нему наченает плавать окошко с надписью "Вход не поддерживается" С ЭЛТ монитором всё нормально... Как это можно поправить?
Спасибо сказали:
-
- Сообщения: 215
- ОС: Debian GNU/Linux
Re: Проблема с монитором
Выяснялось, что проблема эта связанна сразрешением 800х600 и появляется она не только в играх, но и просто, если выставить такое разрешение...
Вот мой xogr.conf
Вот мой xogr.conf
Код:
# /.../
# SaX generated X11 config file
# Created on: 2008-02-10T08:54:15+0300.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "Module"
Load "glx"
Load "type1"
Load "extmod"
Load "dbe"
Load "freetype"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us,ru"
Option "XkbModel" "microsoftpro"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
Option "XkbRules" "xfree86"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 376 301
HorizSync 31-81
Identifier "Monitor[0]"
ModelName "AL1916"
Option "DPMS"
VendorName "ACR"
VertRefresh 56-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Screen"
Option "UseDisplayDevice" "DFP"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "768x576"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
Option "UseDisplayDevice" "DFP"
EndSection
Section "Device"
BoardName "GeForce 7600 GT"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection[
-
- Сообщения: 3696
- ОС: Mandriva => Gentoo (~amd64)
Re: Проблема с монитором
Выполните gtf 800 600 60
и полученную Modeline укажите возле вашей
Начало должно быть Modeline "800x600" (подкорректируйте)
Ваша проблема в том, что на разрешении 800*600 не указана явно разрешенная часто
та обновления экрана и система пытается самостоятельно выставить частоту - "окошко" как раз и показывает, что частота не та.
и полученную Modeline укажите возле вашей
Код: Выделить всё
Modeline "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Начало должно быть Modeline "800x600" (подкорректируйте)
Ваша проблема в том, что на разрешении 800*600 не указана явно разрешенная часто
та обновления экрана и система пытается самостоятельно выставить частоту - "окошко" как раз и показывает, что частота не та.
-
- Сообщения: 215
- ОС: Debian GNU/Linux
Re: Проблема с монитором
Большое спасибо))) Помогло)