LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2009, 06:19 PM   #1
bimmin
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Adobe Flash differences in Linux


A certain adult website I frequent recently changed their IM program. It no longer works on my machine (Ubuntu 9.10) even though I meet the requirements for both firefox and flash versions. This sucks since their old version worked great - it even had no problem using my integrated webcam. This "newest technology" they have upgraded to supports fewer computers out there I guess flash is not really cross platform. Anyone experience similar problems?
 
Old 11-28-2009, 11:09 PM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Smile

Yep, heaps!

Flash is broken on my Mandriva 2010.0 system

Although I can play flv movies, and utube works, Most of the "adult sites" (kungfu violence) are (blocked) static(black screens in my browser window)

<edit>I use this page to test flash in my browser,
http://www.onemotion.com/flash/spider/ </edit>

I have flash-plugin-10.0.32.18-release.i386.rpm installed.

It insists on removing nspluginwrapper (i386) ns=Netscape....

Anyway, if you find a fix, or I do, post back here. Please.

Regards Glenn

ps.
Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 3 million posts to search it's possible the answer has been given.

Last edited by GlennsPref; 11-29-2009 at 06:44 PM. Reason: Welcome to LQ!
 
Old 11-29-2009, 03:19 AM   #3
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
I would say all pre-compiled distributions make themselves broken because the maintainers are not strictly controlled. Besides that, you could add the folllowing to "/etc/adobe/mms.cfg".

OverrideGPUValidation = 1
WindowlessDisable = 1

Making OverrideGPUValidation true or 1 forces it do OpenGL or GPU since Adobe uses an idiotic way of checking. Setting WindowlessDisable to true or 1 increases stability and reliability, but it causes DHTML (HTML + Javascript) menus to go behind Flash content.

I have not tried the video capture feature in Flash. I think this feature mainly depends on the quality of the video capture module. I do not care that this feature works, but if you insist on using it start a bug report at Adobe's site. Adobe will eventually provide a Flash player plug-in that actually works.
 
1 members found this post helpful.
Old 11-29-2009, 06:39 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, I have managed to fix flash on my system,

First I tried Electro's hack, the file did not exist, so I created it.

No joy, but I left it there anyway.

referring to this page...

http://www.linuxquestions.org/questi...r-help-761233/

and this page...post #7...

http://www.linuxquestions.org/questi...-linux-750063/

(Both of these pages are listed at the bottom of this webpage.)

I first installed adobe flash with this, as mentioned in the first link...

Code:
cd /usr/lib/mozilla/plugins
sudo wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
sudo tar xvf install_flash_player_10_linux.tar.gz
#rm install_flash_player_10_linux.tar.gz (I decided to leave it there, download bandwidth saving)
ls
then restarted firefox, But to no avail.

I then decided to install gnash and all of it's dependants (automagically listed) and the nspluginwrappers

gnash is an open source flash implementation,

Like this, (Mandriva)...
Code:
urpmi --noclean gnash-0.8.5-1mdv2009.1.x86_64 gnash-firefox-plugin-0.8.5-1mdv2009.1.x86_64 gnash-konqueror-plugin-0.8.5-1mdv2010.0.x86_64 lib64agg2-2.5-5mdv2009.1.x86_64 lib64boost1.38.0-1.38.0-2mdv2010.0.x86_64 lib64gnash0-0.8.5-1mdv2010.0.x86_64 nspluginwrapper-i386 nspluginwrapper
(Version numbers may be different on other systems and times.)

Restarted firefox, and the page I use for testing now works.

http://www.onemotion.com/flash/spider/

So this is a bit of a conglomeration, using a few techniques, but it works for me.

Cheers, and Regards Glenn
 
Old 11-30-2009, 01:40 AM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
GlennsPref, that site works fine for my setup using Firefox 3.5.4 with Adobe Flash 10.0.32.18. The video card that I am using is nVidia GeForce8 8400M GS and nVidia driver version 185.18.36. I use "Option AddARGBGLXVisuals True" in /etc/X11/xorg.conf. Your problem could be a user problem which goes back to the maintainers that builds RPM files for Mandriva.

I have not found any site that has a problem with the Linux version of Flash player. Though there are some sites that are created with layers that makes it harder or impossible to access if the layer is covering the flash content.
 
Old 11-30-2009, 02:03 AM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, I agree, it may be a maintainer issue.

It has worked perfectly before.

I stopped using...
Quote:
..."Option AddARGBGLXVisuals True" in /etc/X11/xorg.conf
With the introduction of kde4.x and qt4.

I read on nvnews, it was no longer required.

My /etc/X11/xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed Jul 22 16:45:17 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
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 "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "MEA"
    ModelName 	   "1280x1024 @ 50 Hz"#"DV177/SB"
    HorizSync      31.5 - 64.3
    VertRefresh    50.0 - 70.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    VendorName     "GigaByte"
    BoardName      "GigaByte GeForce 9800gt (GTX+)"
    Driver         "nvidia"
    #Driver         "vesa"
    Option 	   "DPMS"
    VideoRam	    524288
    Option 	   "RenderAccel" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option	   "HWCursor"
    Option         "PixmapCacheSize" "1000000"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option 	   "Composite"
    Option 	   "RENDER" "Enable"
EndSection
But flash is now working, without adjusting that file.

I realise my approach is convoluted, but it works.

Thanks for the advise. (It may help others)

Regards Glenn

<edit>I use firefox 3.5.5, and kde4.2.3 and Mandriva 2010.0, Adobe Flash 10.0.32.18 was installed when I started (hence, the term convoluted) </edit>

Last edited by GlennsPref; 11-30-2009 at 02:07 AM.
 
Old 11-30-2009, 02:23 AM   #7
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Also, regarding this info...
Code:
Firefox Flash plugin fails to work on x86-64 architecture

Some users have reported that the Flash plugin that is installed with Mandriva 
Linux 2008 Spring One and Powerpack fails to work on the x86-64 versions of 
these editions. This is because the nspluginwrapper wrapper program, which 
allows the 32-bit plugin to work with the 64-bit browser, is looking in the 
wrong place to find the plugin. To work around this problem, run the following 
command as root in terminal:

nspluginwrapper -i /usr/lib64/mozilla/plugins/libflashplayer.so

to confirm that it worked, you can run:

nspluginwrapper -l

and you should see the libflashplayer.so file in the resulting list. 
Now re-start Firefox, and the Flash plugin should work.

#############################################################
glenn@GamesBox:~$ nspluginwrapper -l            (30-11 18:15)
/usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/lib/flash-plugin/libflashplayer.so
  Plugin viewer: /usr/lib/nspluginwrapper/i386/linux/npviewer
  Wrapper version string: 1.3.0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi I'm new to Linux (Fedora 11). Need Adobe Flash Player, help! 2treetops Linux - Newbie 5 10-11-2009 07:51 PM
Is there any adobe flash alternate in Linux sijugk Linux - Newbie 8 08-26-2009 12:43 AM
Adobe flash player problems - new to linux linuxnotebook Linux - Newbie 1 05-15-2009 06:52 PM
LXer: Adobe releases Adobe Flash Player 10 beta for Linux LXer Syndicated Linux News 0 05-16-2008 07:30 AM
Is Adobe phasing out Linux Flash support? mark_alfred General 24 05-30-2006 10:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration