Page 1 of 1

Browsers & Java

Posted: 28 Jun 2014, 19:33
by Bogomips
Background
Missing a KDE live distro have burnt more than a handful of disks with promising KDE live distros. As Brasero still tends to create the ocassional coaster out of a CD/DVD, have to resort to an old Chakra distro for K3B every time :( Excepting for BBQ, which could be loaded into ram (but no 'out of box' network connection), all the others either took an eternity or crashed during the boot process. Managed to boot three or four from HD, but then 'unionfs' took up almost all memory (activated swap to get a peek at X), or crashed due to nvidia card requiring legacy driver, and not latest nvidia driver provided by distro. Porteus had exactly the required nvidia 304.xx driver, so the build seemed very promising. Unfortunately a conflict with X org resulted in text mode. As a last resort tried the 'open' driver and unexpectedly everything worked 'out of the box'. (Up to a point, but past the point of expectation :) ) Able to boot from HD and run in ram time :good:

Having trawled FAQ, tips, tuts, and tried forum searches, would appreciate answers to two rather naive questions:
  1. A recommended way of getting Java up and running for Firefox and Opera
    1. Installing JRE, or is something else required here?
    2. Plugin presumably Iced Tea, also working for Opera?
  2. Would like to have VLC, and how best to get VLC plugin for Firefox, if one exists in this distro?

Re: Browsers & Java

Posted: 28 Jun 2014, 20:41
by fanthom
hi Bogomips,
Porteus had exactly the required nvidia 304.xx driver, so the build seemed very promising. Unfortunately a conflict with X org resulted in text mode.
interesting - please post the output of 'lspci -knn' command

a) for java please download following packages through USM:
- openjre
- icedtea-web
- cups

b) for VLC plugin for Firefox:
- vlc
- npapi-vlc

thanks

Re: Browsers & Java

Posted: 29 Jun 2014, 03:59
by brokenman
After isntalling openjre I find I have to add it to the path.

Code: Select all

PATH=$PATH:/usr/lib64/java/jre/bin

Re: Browsers & Java

Posted: 29 Jun 2014, 04:01
by Ed_P
You might find this thread useful: http://forum.porteus.org/viewtopic.php?f=75&t=3332

I did.

Re: Browsers & Java

Posted: 29 Jun 2014, 18:18
by Bogomips
Thanx for Info, Guys :D