Интересно было бы увидеть вывод X -configure до и после обновления
I. Это
xorg.conf с драйверами 190.42 после установки дистр.
zerg'а с KDE 4.3.3.
Мерцание присутствует.
Section "ServerFlags"
EndSection
Section "ServerLayout"
Identifier "Minimal layout"
Screen "Screen0"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Device"
Identifier "Card0|0"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Monitor0|0"
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0|0"
Monitor "Monitor0|0"
SubSection "Display"
EndSubSection
EndSection
II. Один в один
xorg.conf с предыдущим случаем, после установки Ковчега с GNOME с драйверами 185.18.36. Мерцание также присутствует.
III. Это после установки ALD 4.1.1 c драйверами 177.80. Все просто отлично.
# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#
# Composite is not yet stable on even major drivers;
# uncomment to enable
#Section "Extensions"
# Option "RENDER" "Enable"
# Option "Composite" "Enable"
#EndSection
Section "ServerLayout"
Identifier "Minimal layout"
Screen "Screen0" 0 0
EndSection
Section "Module"
Load "freetype"
Load "glx"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "true"
Option "AllowMouseOpenFail" "true"
Option "AIGLX" "true"
EndSection
Section "Monitor"
Identifier "Monitor0|0"
EndSection
Section "Device"
Identifier "Card0|0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
Monitor "Monitor0|0"
DefaultDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
IV. А это мой нынешний
xorg.conf, все еще в режиме экспериментов. Ядро std-pae, драйвера 185.18.36 (такие встали после перехода с std-def с драйверами 190.42).
Что делал:
1. Заменил полностью
xorg.conf "родной" на конфиг из 4.1.1
2. В
acc менял Производителей и Модели. Acer 15P - это след от этих игр.
3. По выложенным конфигам от моего ноутбука на разл. форумах Убунты, Сусе, Мандривы пытался методом методом "тыка" исследовать различные куски конфигов.
4. И самое главное. Запустил под root'om (su -) утилиту nvidia-settings, дождался выхода на стабильный режим работы и сохранил из под nvidia-settings конфиг
/etc/X11/xorg.conf. Мерцания (2-3) наблюдаю при загрузке системы, при запуске glxgears, ну и конечно, при запуске nvidia-settings. В остальных случаях мерцаний
пока не наблюдаю.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (builder@apiary.orion.altlinux.org) Mon Aug 17 16:53:26 UTC 2009
# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#
# Composite is not yet stable on even major drivers;
# uncomment to enable
Section "ServerLayout"
Identifier "Minimal layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "freetype"
Load "glx"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "true"
Option "AllowMouseOpenFail" "true"
Option "AIGLX" "true"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Acer 15P|0"
HorizSync 15.0 - 70.0
VertRefresh 50.0 - 60.0
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Seiko"
HorizSync 30.0 - 75.0
VertRefresh 60.0
EndSection
Section "Device"
Identifier "Card0|0"
Driver "nvidia"
BoardName "GeForce 8600M GT"
Option "OnDemandVBlankInterrupts" "True"
Option "Coolbits" "1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "TwinView" "0"
Option "metamodes" "1280x800_60 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
#Section "Extensions"
# Option "RENDER" "Enable"
# Option "Composite" "Enable"
#EndSection