LINUX.ORG.RU

ATI x1600 widescreen troubles


0

0

Добрый день! Столкнулся с непонятками. Есть видеокарта ATI x1600 и монитор widescreen. Под виндой в стандартной атишной конфигурлке есть опция типа "не синхронизировать что-то там для широкоформатных мониторов". Вобщем когда галочка стоит - все нормально. Если ее убрать - монитор начинает моргать если есть большие светлые участки (развернуть оперу на весь экран или far). Поставил Ubuntu и те же проблемы - видяха заводится, но моргает. Где в линуксовых атишных дровах сказать, что у меня widescreen кто-то знает?


Ответ на: комментарий от soomrack

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"
        # path to defoma fonts
        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"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        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" "pc105"
        Option      "XkbLayout" "us,ru"
        Option      "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
        Option      "XkbVariant" ","
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "true"
EndSection

Section "Monitor"
        Identifier   "SDM-P232W"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        Option      "DesktopSetup" "single"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. ATI Default Card"
        Monitor    "SDM-P232W"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


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

Сравните с моим:

Section "Modes"
	Identifier     "Modes[0]"
	ModeLine     "1400x1050" 99.2 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync
EndSection


думаю дело в "+hsync -vsync"

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