Qt 5.1 Beta 1 Released With Many Platform Features

The first beta release of the Qt 5.1 tool-kit is now available. As the first major update to the Qt5 platform, this release comes with plenty of new features for developers and end-users…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

PacketFence v4.0 Released

The Inverse team is pleased to announce the immediate availability of PacketFence 4.0. This is a major release bringing a brand new web administrative interface, several shiny new features, enhancements, and bug fixes. This release is considered ready for production use.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Elementary OS Luna Beta 2 Released

The second beta release of Elementary OS “Luna” 0.2 is now available for testing…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Firefox OS Simulator 3.0 released, dev phones still sold out

Mozilla released its first fully-baked simulation engine for Firefox OS, while the first Geeksphone “Keon” development phones for the open source Linux-based mobile operating system remain sold out. Firefox OS Simulator 3.0 adds rotation and geolocation API simulations, faster boot-times, and a push-to-device feature that lets users transfer apps to a developer phone. Firefox OS [...]
LinuxGizmos.com

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

CrossOver 12.2 Released By CodeWeavers

CodeWeavers has announced the release of CrossOver 12.2.0 as their commercially-supported Wine-based product for running Microsoft Windows applications on OS X and Linux…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Debian 7.0 “Wheezy” Officially Released

As anticipated, Debian 7.0 “Wheezy” has been officially released this weekend…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Debian 7.0 “Wheezy” Officially Released

As anticipated, Debian 7.0 “Wheezy” has been officially released this weekend…
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Portal Released For Steam On Linux

Valve’s very popular Portal and Portal 2 interactive puzzle video games are now natively available on Linux!..
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Third Quarter Apple Market Share Could Drop Unless Another Smartphone Is Released

apple eaten

The global Apple market share on smartphones is in danger of dropping in the third quarter of 2013. The forecast came from Toni Sacconaghi, a known analyst from the Sanford Bernstein firm. He predicted that the company’s slice in the worldwide market for smartphones may hit a rate of only less than 10% for the third quarter.

The Solution

However, the analyst said that the event can be thwarted if a new smartphone is introduced by then. Another solution for the impending loss in global shares is by introducing a new smartphone that is more affordable than its current product.

The Reason Behind the Apple World Market Share Forecast

Sacconaghi has a good premise for his assumption if the series of statistical data from the past up to the present are to be considered. He explained that while the Cupertino-based company reported a growth of more or less 7% per year, the smartphone market has increased by 36%. Thus, if the figures are to be analyzed, he said that the share of the company in the world market actually deceased year-on-year by 23% down to 17%.

Due to the speed of growth of the smartphone market and the inactivity of Apple in terms of sales prior to an introduction of a new hardware, the Bernstein analyst stated that Apple’s share will surely go down by 10% or even to a single digit.

The iPhone 5S

While the iPhone 5S is slated to go out this year, there is no definite period for its release yet. According to the source, the announcement of the new iPhone may be in September this year but it may not go out in the market until October. So, if Sacconaghi’s prediction is to be relied on, that could present a plunge in the third quarter global Apple market share for sure.

Sources: Phone Arena

The Droid Guy

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Linux Kernel 3.9 Has Been Officially Released

After eight Release Candidate versions, Linus Torvalds proudly announced a couple hours ago, April 28, the immediate availability for download of the highly anticipated Linux 3.9 kernel.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Bumblebee 3.2.1 Released With Ubuntu 13.04 Fixes, New Options

Bumblebee 3.2 has been released a few days ago but there was an issue and it didn’t work on a lot of setups o version 3.2.1 has been released to fix this. The new version also fixes the Primus backend for Ubuntu 13.04 and adds some new options.
Bumblebee is an unofficial tool that brings Nvidia Optimus GPU switching to Linux. It’s useful to increase battery life by only switching the dedicated GPU (Nvidia) on when needed. Nvidia has added initial Optimus support in their latest 319.12 beta drivers, but it doesn’t have GPU switching yet.

Bumblebee 3.2 comes with the following changes:

  • new option: “-b” to disable injection of any render offloading bridge (primus or VirtualGL). Use this to invoke nvidia-settings (optirun -b none nvidia-settings -c :8);
  • new option: “–no-xorg” for optirun to disable starting secondary X server. Use this to run CUDA or OpenCL applications that do not need the graphics rendering capabilities. Implies “-b none”;
  • Bumblebee no longer depends on the primusrun script anymore for the Primus backend. However, “primusrun” and “optirun -b primus” have different behaviors: the first one powers on the discrete GPU when needed while the second one will immediately do this; the difference in behavior is most noticeable with WebGL content in Firefox;
  • Added support for passing -configdir to X, defaulting to /etc/bumblebee/xorg.conf.d, –xconfdir option added to bumblebeed and XorgConfDir added to bumblebee.conf; this finally fixes a long-standing annoyance with SNA config option for the Intel driver;
  • the BusID is added automatically on Ubuntu 13.04 so users no longer need to do this manually. Without this, Bumblebee failed to work on Ubuntu 13.04;
  • fix: added /usr/$ LIB/mesa/libGL.so.1 to default primus libGLd for supporting Ubuntu 13.04;
  • fix: fixed a “buffer overflow” issue in bumblebeed;
  • fix: removed accesses to PCI config space from the daemon process.
Also, Bumblebee Configurator GUI, a tool that allows you to easily setup Bumblebee, has been updated recently with support for the latest Bumblebee 3.2. The latest version also adds an option to install Bumblebee in Ubuntu.

Install Bumblebee Configurator GUI in Ubuntu

Bumblebee Configurator GUI

Bumblebee Configurator GUI
To install Bumblebee Configurator GUI in Ubuntu, use the following commands:
sudo add-apt-repository ppa:alessandrofac93/bumblebee-config-gtk-dev
sudo apt-get update
sudo apt-get install bumblebee-config-gtk

Then, you launch the application and use it to install and set up Bumblebee. Or, if you want to manually install Bumblebee, see the instructions below.
Report any Bumblebee Configurator GUI bugs you may find @ Launchpad.

Install Bumblebee in Ubuntu

To add the stable Bumblebee PPA and install the latest Bumblebee in Ubuntu, use the following commands:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee

To use the new Primus backend, you’ll also have to install Primus:

sudo apt-get install primus

On 64bit, also install primus-libs-ia32:

sudo apt-get install primus-libs-ia32

To configure Bumblebee you must decide if you want to use Nouveau or the proprietary Nvidia drivers. If you want to use the proprietary Nvidia drivers, take a look at the version you’ve installed (e.g.: “nvidia-304″), then, open the bumblebee configuration file as root with a text editor:
gksu gksu gedit /etc/bumblebee/bumblebee.conf

And in this file, change:

  • “Driver” to “Driver=nvidia”
  • “KernelDriver” to “KernelDriver=nvidia-VERSION” (e.g.: “nvidia-304)
  • “LibraryPath” to “LibraryPath=/usr/lib/nvidia-VERSION:/usr/lib32/nvidia-VERSION” (e.g.: “LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-304″)
  • “XorgModulePath” to “XorgModulePath=/usr/lib/nvidia-VERSION/xorg,/usr/lib/xorg/modules” (e.g.: “XorgModulePath=/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules”)

Report any Bumblebee issues you may find @ GitHub.

For Debian, Arch Linux, Gentoo or Mandriva, see the Installing Bumblebee page.

Using Bumblebee

Bumblebee
To run a game or application using the dedicated GPU (Nvidia), use the following command:
optirun APP-EXECUTABLE

replacing “APP-EXECUTABLE” with the application (or game) executable.

To use the Primus backend (note: you’ll only get about 60 frames / sec in glxspheres but this backend should actually work better than Primus) without changing the Bumblebee configuration, use:
optirun -b primus APP-EXECUTABLE

This will immediately turn on the dedicated GPU.

Or:

primusrun APP-EXECUTABLE

This will only power the discrete GPU on when needed.


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Linux 3.9 Kernel Released With Lots Of Features

Linus Torvalds officially released the Linux 3.9 kernel and with the new open-source kernel comes support for a whole lot of new features…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail