Mam od jakiegoś czasu problem z flashem. Jeśli w ustawieniach flasha włączę "włącz przyśpieszanie sprzętowe", to psują mi się kolory na filmach tak, jakby było za dużo któregoś składowego koloru (najczęściej niebieskiego, co widać po twarzach ludzi).
Sprawdziłem kilka wersji adobe flash-a wstecz, ale problem nie zniknął, więc podejrzewam, że to może coś z xorgiem.
Poniżej zamieszczam wycinek xorg.conf - może komuś się rzuci w oczy jakiś nieodpowiedni wpis?
Code: Select all
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cronyx"
FontPath "/usr/share/fonts/cyryllic"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/lib/X11/fonts/local/"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/TrueType/"
FontPath "/usr/lib/X11/fonts/freefont/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dri" # Double buffer extension
Load "dbe"
Load "extmod"
Load "wfb"
Load "xtrap"
Load "record"
Load "glx"
EndSection
Section "Device"
Identifier "GF9600GT"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G94 [GeForce 9600 GT]"
Option "HWcursor" "On"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
Option "TwinView" "True"
Option "MetaModes" "1920x1080,1600x1280,1280x1024,1024x768"
Option "NoLogo" "true"
Option "TwinViewOrientation" "CRT-1 RightOf CRT-0"
Option "Composite" "Enable"
Option "RenderAccel" "True"
Option "TripleBuffer" "true"
Option "BackingStore" "true"
Option "UseEdidDpi" "FALSE"
Option "AddARGBGLXVisuals" "true"
Option "DPI" "96 x 96"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy
EndSection
Section "Screen"
Identifier "monitor"
Device "GF9600GT"
Monitor "LG"
DefaultDepth 24
Option "NoLogo" "true"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1920x1080_75 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "Damage" "Enable"
EndSection


