LINUX.ORG.RU

Сообщения Capture

 

fglrx: артефакты в openoffice

fedora 10 x86_64, catalyst 9.3 из репозитариев, карточка hd3470.

Видео через gl работает нормально (компизом не пользуюсь).

В openoffice во многих диалогах странные артефакты, вроде этого:

http://pic.ipicture.ru/uploads/091031/zpTIgEl5E3.png

При этом артефактов нет, если:

1) Запустить openoffice в виртуальной машине через virtualbox (linux, windows - всё нормально).

2) Добавить в xorg.conf option «NoAccel» «true» (но тогда компьютером невозможно пользоваться).

3) Использовать компиз :)

4) Использовать драйвер radeon (который по умолчанию).

xorg.conf:

# Xorg configuration created by livna-config-display

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "Screen0" 0 0
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/fglrx"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "fglrx"
	Option	    "OpenGLOverlay" "off"
	Option	    "VideoOverlay" "on"
	BusID       "PCI:1:0:0"
EndSection

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

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Есть какое-нибудь решение?

Capture
()

fglrx: vsync и внешний монитор

Ноутбук ASUS F8Vr, видеокарта ATI Mobility Radeon HD 3470.
Установлена Russian Fedora 10, Catalyst 9.3-2 из репозитария.
На мониторе ноутбука вывод видео через gl работает нормально, при подключении внешнего ЖК монитора через аналоговый выход через видео сверху вниз периодически ползёт "разрыв", при остановке видео он исчезает. Если переместить окно плеера - положение разрыва на экране остаётся прежним. На мониторе ноутбука - всё нормально. Такое ощущение, что встроенный и внешний монитор обновляются с разными, но очень близкими частотами.

xorg.conf:

# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/fglrx"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
EndSection

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

Section "Extensions"
Option "Composite" "Enable"
EndSection

Capture
()

RSS подписка на новые темы