Firefox 3.5 crashes when trying to view a flash video in fullscreen.
Not to worry, for there is a workaround.
in /usr/lib/firefox-3.5.1pre/firefox.sh
EDIT: the path on Fedora 11 is: /usr/lib/firefox-3.5/run-mozilla.sh
you add export LD_PRELOAD=/usr/lib/libGL.so.1 at the beginning of the file, but underneath #!/bin/sh
So it looks like this:
#!/bin/sh
#fix the goddamn flash bug.
export LD_PRELOAD=/usr/lib/libGL.so.1
# Firefox launcher containing a Profile migration helper for
# temporary profiles used during alpha and beta phases.
…
Save, and try out some flash video in fullscreen.
This should work for Archlinux, Fedora and Ubuntu. The path to firefox.sh might vary though.
This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11.
I assume you have a newly installed system before following this. The first thing you want to do before you run
`yum update`
is to install yum-presto:
`yum install yum-presto`,
and save some time and bandwidth. Next up is to install dkms and the devel package for your running kernel,type in
`uname -r`
in your terminal, and if there is no PAE in there install kernel-devel:
`yum install kernel-devel`
Otherwise install kernel-PAE-devel:
`yum install kernel-PAE-devel`
Then run yum update, and when that’s done, reboot.
Nvidia drivers, for this we need to enable the RPMfusion repositories:
..My seemingly endless distrohopping.
If anyone’s got some tips how to stop hopping, please do share them!
Anywhoo I’m back to Ubuntu.
Gnome with Dust Sand theme. Still need to install vmware server 2 on the laptop, so I can study Windows servers + networking and AD and WSUS and Exchange and all the other buggy stuff. Vmware server 2 is good in the sense that it actually shares the NAT between virtual machines, unlike VirtualBox. Otherwise I’d use that. Vmware server 2 is fast run through a local net too, no mentionable lag as I first suspected there would be. Anyhow I’m just rambling, I’ll get back to my whiskey on the rocks now.
Thanks for reading.
The art of distrohopping is driven by curiosity, to see what’s up next. One of the solutions you already are using: Virtualbox. I prefer the Sun-version rather than the one in the Ubuntu repos:
A 2nd alternative (If you prefer KDE and everything new) is to use Arch with KDEmod. Then you will have the latest KDE and Kernel ++ always thus no need to switch distro to keep up to date
Hi there, yes, using virtualbox is an option, tried moblin today actually using just that. Arch + KDEMod is sweet, but right now I find myself using openSuSE 11.1 + KDE 4.3 Beta from the Factory repositories, and 11 x86_64 is updating on this laptop that used to run Fedora 10 just a few hours ago. This ATi card on the laptop is getting more and more difficult to keep in check, no recent distro since ubu 8.10 and fedora 10 wants to play nice with it. Looking into some older distros for that reason.
I was looking for something new in linux desktops. Ubuntu and it’s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it’s too much tweaking neccesary really, ( Archers, please don’t kill me! I like Arch! ) but the point in bringing up Arch, it is where I rediscovered the enlightenment window manager! Installation is easy in Arch:
and you’re done! Easy. But still, if you really want to enjoy enlightenment you have to check out elive. It is the most beutiful system you will ever see.
It is built on Debian testing, “Lenny”, the 2.6.26.8 linux kernel, and the enlightenment wm.
Thunar is the default filemanager, wich you might know from Xfce. It does a great job, but fails to browse network shares, as in samba. I have yet to find an replacement, I do not want nautilus eiter, so I’m stuck with sftp through the console for now.
Iceweasel 3.0.3 with the iFox theme is the default web browser, and has
Shockwave Flash 9.0 r124
Java 1.0.6
Mozilla-mplayer
Google Preview
Installed as plugins.
I removed mozilla-mplayer and replaced it with the newer gecko-mediaplayer, wich can play the movie trailers on Apple.com without any problem. Mozilla-mplayer cannot.
The installation of gecko-mediaplayer is not that easy, a simple `aptitude install gecko-mediaplayer` will not do, as it is not in the repos. It can be found, however, in the unstable, or “Sid” repos of Debian. You need to get the dependancys too:
So far I have been very pleased with elive. More to follow in the few days, when I’ve been using this system for a longer time.
This is the development release of elive, not the stable one. the stable download requires a small payment, but the development version is free of charge.
It comes with multimedia codecs and drivers for Nvidia ( probably ATi too ) installed by default. My nvidia 6200 was detected and resolution was correct on boot.
Today i got a segfault from aptitude on Ubuntu 8.10. This is caused by corrupted files in /var/cache/apt/ and is usually caused by bad hardware like harddrives and such, I discovered a bad memory module when I ran memtest.
The corrupted file in /var/cache/apt stops you from updating and installing packages, which isn’t very nice now is it? Here’s a fix for you:
run this in a terminal sudo rm /var/cache/apt/*.bin && sudo aptitude update
Then I would suggest you run memtest86+ and check for memory errors to be on the safe side.
This post is to help set up multimedia on your freshly installed Fedora 10. What we want to do is get all of the webs multimedia to play on our system and install the necessary drivers for our graphics card. I have an old Nvidia 6200 card here, so I’ll use that one as an example.
First we need to enable the repository for RPMFusion.org as it contains everything we need.
Definitely check that you have hardware acceleration for your video card. I had to do the last step with Fedora 10 and an 8600, glxgears was ~150 prior to yum install kmod-nvidia and ~5000 afterwards.
Shaun 3:43 am on August 9, 2009 Permalink
You’re a Genius, found this when I was about to give up!
Thankyou so much, even works with my iPhone!
Shaun