Re: Figured out my flash-plugin problem

2013-01-03 Thread Todd And Margo Chester

On 01/02/2013 11:51 AM, Phil Perry wrote:

On 02/01/13 19:06, Todd And Margo Chester wrote:

On 12/29/2012 11:15 PM, Dr Andrew C Aitchison wrote:

On Thu, 27 Dec 2012, Todd And Margo Chester wrote:


Hi All,

Figured out my flash-plugin problem:

If you are using flash-plugin higher than 11.1.102.63 and
you are getting reversed colors and artifacts in Firefox,
open a flash video right click in the video while it is playing,
go to settings, Display (tab), unclick Enable hardware
acceleration


Which graphics card (and driver) do you have ?




EVGA 01G-P3-1370-TR GeForce GTX 460 Graphics Card - PCI
Express 2.0 x16 - 1 GB GDDR5 SDRAM

$ rpm -qa \*nvidia\*
nvidia-x11-drv-295.20-1.el6.elrepo.x86_64
nvidia-x11-drv-32bit-295.20-1.el6.elrepo.x86_64
kmod-nvidia-295.20-1.el6.elrepo.x86_64



Your drivers are quite outdated (the current release is 310.19). At
least two security issues have been fixed in subsequent releases:

Fixed in 295.71
http://permalink.gmane.org/gmane.comp.security.full-disclosure/86747

Fixed in 295.40
CVE-2012-0946
http://nvidia.custhelp.com/app/answers/detail/a_id/3109/~/security-vulnerability-cve-2012-0946-in-the-nvidia-unix-driver


Not to mention numerous bug fixes including a few affecting issues with
flash.

Any reason yum isn't automatically updating these for you?



Hi Phil,

Three reasons:

1) elrepo has a bad habit of not playing well with the other
children in the sandbox, especially RPM Forge.  So I leave
the elrepo repo turned off.  And as such, I am usually not
aware of an available update from it.

2) although I know how to cope with it (I made copious notes),
I have had a number of bad experiences with X11 not starting
after upgrading these drivers.  It is a pain in the neck.

3) I am allergic to automatic updates.  They make me say
words that are not in the dictionary (although Microsoft
actually is in the dictionary).  This is a mission
critical machine.  I can not be having bad updates crash me.
I have had this experience too many times.  So, I look at
the update icon in my task bar to see if anything new is
available, then I review and choose what I wish to update.
And I know who got updated in case all hell breaks loose.

Just out of interest, I find less troubles with Fedora's
updates than SL's.

That being said, I just updated before writing you and
everything rebooted fine.

Wrote myself a script to do the update.  And before anyone
asks, I use su instead of sudo because it is
far more trouble free.  And, you will have to remove
Thunderbird's forced scroll on the Cmd line.

Thank you for the help!   Very much appreciated.

-T


#!/bin/bash

Cmd=yum --disablerepo=* --enablerepo=elrepo* upgrade nvidia-x11-drv 
nvidia-x11-drv-32bit kmod-nvidia

echo $Cmd
su root -c $Cmd


Re: Figured out my flash-plugin problem

2013-01-03 Thread Akemi Yagi
On Thu, Jan 3, 2013 at 3:06 PM, Todd And Margo Chester
toddandma...@gmail.com wrote:

 1) elrepo has a bad habit of not playing well with the other
 children in the sandbox, especially RPM Forge.  So I leave
 the elrepo repo turned off.  And as such, I am usually not
 aware of an available update from it.

Excuse me? Do you really mean elrepo? Or you are mixing it up with EPEL?

One of the ELRepo team members is Dag. And he runs repoforge/rpmforge
(surprise!!). So, there should not be any trouble between the two
repos. ;-)

Akemi


Re: Figured out my flash-plugin problem

2013-01-03 Thread Todd And Margo Chester

On 01/03/2013 03:25 PM, Akemi Yagi wrote:

On Thu, Jan 3, 2013 at 3:06 PM, Todd And Margo Chester
toddandma...@gmail.com wrote:


1) elrepo has a bad habit of not playing well with the other
children in the sandbox, especially RPM Forge.  So I leave
the elrepo repo turned off.  And as such, I am usually not
aware of an available update from it.


Excuse me? Do you really mean elrepo? Or you are mixing it up with EPEL?

One of the ELRepo team members is Dag. And he runs repoforge/rpmforge
(surprise!!). So, there should not be any trouble between the two
repos. ;-)

Akemi



oops.  You are correct.  EPEL is the one with the dependency nightmares.

I only leave the SL repos and rpmforge turned on.


Re: Figured out my flash-plugin problem

2013-01-02 Thread Phil Perry

On 02/01/13 19:06, Todd And Margo Chester wrote:

On 12/29/2012 11:15 PM, Dr Andrew C Aitchison wrote:

On Thu, 27 Dec 2012, Todd And Margo Chester wrote:


Hi All,

Figured out my flash-plugin problem:

If you are using flash-plugin higher than 11.1.102.63 and
you are getting reversed colors and artifacts in Firefox,
open a flash video right click in the video while it is playing,
go to settings, Display (tab), unclick Enable hardware
acceleration


Which graphics card (and driver) do you have ?




EVGA 01G-P3-1370-TR GeForce GTX 460 Graphics Card - PCI
Express 2.0 x16 - 1 GB GDDR5 SDRAM

$ rpm -qa \*nvidia\*
nvidia-x11-drv-295.20-1.el6.elrepo.x86_64
nvidia-x11-drv-32bit-295.20-1.el6.elrepo.x86_64
kmod-nvidia-295.20-1.el6.elrepo.x86_64



Your drivers are quite outdated (the current release is 310.19). At 
least two security issues have been fixed in subsequent releases:


Fixed in 295.71
http://permalink.gmane.org/gmane.comp.security.full-disclosure/86747

Fixed in 295.40
CVE-2012-0946 
http://nvidia.custhelp.com/app/answers/detail/a_id/3109/~/security-vulnerability-cve-2012-0946-in-the-nvidia-unix-driver


Not to mention numerous bug fixes including a few affecting issues with 
flash.


Any reason yum isn't automatically updating these for you?


Re: Figured out my flash-plugin problem

2012-12-29 Thread Dr Andrew C Aitchison

On Thu, 27 Dec 2012, Todd And Margo Chester wrote:


Hi All,

Figured out my flash-plugin problem:

If you are using flash-plugin higher than 11.1.102.63 and
you are getting reversed colors and artifacts in Firefox,
open a flash video right click in the video while it is playing,
go to settings, Display (tab), unclick Enable hardware acceleration


Which graphics card (and driver) do you have ?

--
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
a.c.aitchi...@dpmms.cam.ac.uk   http://www.dpmms.cam.ac.uk/~werdna


Figured out my flash-plugin problem

2012-12-27 Thread Todd And Margo Chester

Hi All,

Figured out my flash-plugin problem:

If you are using flash-plugin higher than 11.1.102.63 and
you are getting reversed colors and artifacts in Firefox,
open a flash video right click in the video while it is playing,
go to settings, Display (tab), unclick Enable hardware acceleration

Hope this helps someone else,
-T


Re: plugin problem

2009-06-01 Thread Steven Timm

Hi Vivek--did you install x86_64 version or i386 version.
A lot of plugins are hard to find for the x86_64 version.

Steve Timm

On Mon, 1 Jun 2009, vivek chal wrote:


hello everyone!

i have installed scientific linux 4.5 in my system but i m not able to
install plugins in my firefox browser.i cant open sites which needs plugins.
which package i have to install? Please suggest.

thanks
Vivek Chalotra
GRID Project Associate,
High Energy Physics Group,
Department of Physics  Electronics,
University of Jammu,
Jammu 180006,
INDIA.



--
--
Steven C. Timm, Ph.D  (630) 840-8525
t...@fnal.gov  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.


Re: plugin problem

2009-06-01 Thread Robert E. Blair
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It is easier than it used to be.  The trick is to use/install
nspluginwrapper which makes 32 bit plugins available to x86_64 installed
 firefox.  Java can be installed from a current sun java release by
symbolically linking the file
/usr/java/jre1.6.0_13/lib/amd64/libnpjp2.so into your ~/.mozilla/plugins
 directory.


Steven Timm wrote:
 Hi Vivek--did you install x86_64 version or i386 version.
 A lot of plugins are hard to find for the x86_64 version.
 
 Steve Timm
 
 On Mon, 1 Jun 2009, vivek chal wrote:
 
 hello everyone!

 i have installed scientific linux 4.5 in my system but i m not able to
 install plugins in my firefox browser.i cant open sites which needs
 plugins.
 which package i have to install? Please suggest.

 thanks
 Vivek Chalotra
 GRID Project Associate,
 High Energy Physics Group,
 Department of Physics  Electronics,
 University of Jammu,
 Jammu 180006,
 INDIA.

 

- --
Robert E. Blair, Room C221, Building 360
Argonne National Laboratory (High Energy Physics Division)
9700 South Cass Avenue, Argonne, IL 60439, USA
Phone: (630)-252-7545  FAX: (630)-252-5047
GnuPG Public Key: http://www.hep.anl.gov/reb/key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFKI+wgOMIGC6x7/XQRAiCZAJ9dm32ts321sTOvU6rOz1HqX2O/NACgrUYB
Ubw4OQxwb8B2f7I7kEQnFTw=
=AYjx
-END PGP SIGNATURE-
begin:vcard
fn:Robert Blair
n:Blair;Robert
org:Argonne National Lab;HEP
adr:;;9700 S. Cass Ave.;Argonne;IL;60439;USA
email;internet:r...@anl.gov
tel;work:630-252-7545
tel;fax:630-252-5782
x-mozilla-html:FALSE
url:http://www.hep.anl.gov/reb
version:2.1
end:vcard



smime.p7s
Description: S/MIME Cryptographic Signature


plugin problem

2009-05-31 Thread vivek chal
hello everyone!

i have installed scientific linux 4.5 in my system but i m not able to
install plugins in my firefox browser.i cant open sites which needs plugins.
which package i have to install? Please suggest.

thanks
Vivek Chalotra
GRID Project Associate,
High Energy Physics Group,
Department of Physics  Electronics,
University of Jammu,
Jammu 180006,
INDIA.