flash 11.2 w/ nvidia card colors swapped [Solved] YMMV...

Discussions Regarding Software

Moderator: Moderators

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby ypell » Tue Sep 04, 2012 22:42

Hi there...

Given that the Adobe flash plugin for Linux is no longer supported, and not even working as it should, I would imagine that distros have been thinking about a supported replacement solution? The free software flash plugins don't seem to be quite ready for prime time, but are there other possibilities, like embedded in-browser vlc player? Sabayon having a philosophy of being ready-to-use, surely the Adobe player is now waiting to be kicked off the island?
ypell
Baby Hen
 
Posts: 1
Joined: Sat Apr 07, 2012 13:31

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby notzippy » Tue Sep 11, 2012 19:12

The option EnableLinuxHWVideoDecode=1 crashes flash when I attempt to use it. I have a radeon card. I have also tried to install and remove and that also fails. Any other ideas ?

thx
Nz
notzippy
Simple Hen
 
Posts: 45
Joined: Sat Jun 16, 2012 14:34

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby Fitzcarraldo » Tue Sep 11, 2012 19:33

notzippy, are you using the open-source or the closed-source driver? If you're using the latter, in case it helps, here are the contents of the /etc/X11/xorg.conf file that I am using with the FGLRX driver for my ATI Mobility Radeon HD 5650 GPU driving a laptop LCD panel (0-LVDS) and an external monitor (0-DFP1):

Code: Select all
Section "ServerLayout"
        Identifier     "Main Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "SynapticsTouchpad" "SendCoreEvents"
EndSection

Section "Files"
EndSection

Section "Module"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
        Load  "i2c"
        Load  "ddc"
        Load  "vbe"
        Load  "dri"
        Load  "glx"
        Load  "synaptics"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
        Identifier  "SynapticsTouchpad"
        Driver      "synaptics"
        Option      "AlwaysCore" "true" # send events to CorePointer
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "auto-dev"
        Option      "SHMConfig" "false" # configurable at runtime? security risk
        Option      "LeftEdge" "1700" # x coord left
        Option      "RightEdge" "5300" # x coord right
        Option      "TopEdge" "1700" # y coord top
        Option      "BottomEdge" "4200" # y coord bottom
        Option      "FingerLow" "25" # pressure below this level triggers release
        Option      "FingerHigh" "30" # pressure above this level triggers touch
        Option      "MaxTapTime" "180" # max time in ms for detecting tap
        Option      "VertEdgeScroll" "true" # enable vertical scroll zone
        Option      "HorizEdgeScroll" "true" # enable horizontal scroll zone
        Option      "CornerCoasting" "true" # enable continuous scroll with finger in corner
        Option      "CoastingSpeed" "0.30" # corner coasting speed
        Option      "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
        Option      "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
        Option      "MinSpeed" "0.10" # speed factor for low pointer movement
        Option      "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
        Option      "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
        Option      "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
        Option      "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
        Option      "TapButton1" "1"
        Option      "TapButton2" "2"
        Option      "TapButton3" "3"
EndSection

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

Section "Monitor"
        Identifier   "0-LVDS"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Option      "PreferredMode" "1920x1080"
        Option      "TargetRefresh" "60"
        Option      "Position" "0 0"
        Option      "Rotate" "normal"
        Option      "Disable" "false"
EndSection

Section "Monitor"
        Identifier   "0-DFP1"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Option      "PreferredMode" "1920x1080"
        Option      "TargetRefresh" "30"
        Option      "Position" "0 0"
        Option      "Rotate" "normal"
        Option      "Disable" "false"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        Option      "Monitor-LVDS" "0-LVDS"
        Option      "Monitor-DFP1" "0-DFP1"
        BusID       "PCI:1:0:0"
EndSection

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

Section "DRI"
        Mode         0666
EndSection
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7334
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby notzippy » Tue Sep 11, 2012 19:41

Thanks, But I am using the open source driver (my card is a 4870 so I had to switch because the newest catalyst no longer supports that card)

Nz
notzippy
Simple Hen
 
Posts: 45
Joined: Sat Jun 16, 2012 14:34

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby B3rtm3n » Mon Oct 29, 2012 6:02

I found an easy solution after todays flash update right here.

After the updates the colors where back to normal till I rebooted.

Now in the link there are several solutions offered.

The easiest one it to right click on the video and open the display settings and disable hardware acceleration.
Restart the browser and the colors are back to normal

worked for me
B3rtm3n
Growing Hen
 
Posts: 126
Joined: Fri Apr 13, 2012 2:53

Re: flash 11.2 w/ nvidia card colors swapped [Solved] YMMV..

Postby nachoig » Fri Nov 02, 2012 13:44

B3rtm3n wrote:I found an easy solution after todays flash update right here.

After the updates the colors where back to normal till I rebooted.

Now in the link there are several solutions offered.

The easiest one it to right click on the video and open the display settings and disable hardware acceleration.
Restart the browser and the colors are back to normal

worked for me


But this disables the hardware acceleration too.

The best solution is to do an upgrade for libvdpau 0.5. It's shipping with 310 series of nVidia drivers (but it is a beta yet). It contains a workaround for this Flash's bug without any crashes or performance loss.
nachoig
Simple Hen
 
Posts: 68
Joined: Thu Oct 04, 2012 20:19

Previous

Return to Software in General

Who is online

Users browsing this forum: No registered users and 1 guest