Would that it were that simple Adrian.
Most modules (drivers) are kernel dependent. Kernels are like the engine of a vehical and the modules are the things that get attached to it. For example I had a Perkins 4-107 in the boat. 5 years ago I replaced it with a 4-108. Many of the parts that I had from the 4-107 were exactly the same. Some were internally different but I still could attach them. A few, like the lift pump, went from a triangular base to a rectangular base and would work but could be only attached with 2 studs rather than 4. And then when I got around to the raw water manifold and exhaust everything was different. Now because my exhaust was different, my after market oil cooler had to be modified; blah, blah, blah...blah.
Navigatrix uses a custom built kernel (3.0.9-dsp [for digital signal processing]). Ubuntu's Precise uses 3.2something. Now, it might work; but chances are that it won't because some bright cookie figured out it was better to move that particular mount 6 mm to the right and my $360 cupronickel heat exchanger needed (another) custom mounting.
Reading around in other distribution's forums, and even in some Ubuntu forums, there has been a lot of difficulty. Some get it work but have no control over screen resolution or backllighting (screen brightness); others knock out their wifi when they install the module or their screen re-draws are very slow.
Interestingly Linux has been built in support for this chipset family since 2009...but only for 2D acceleration. Intel, the maker of the chipset is claiming Intellectual Property rights and won't provide the architecture of the chipset (which has slight changes from model to model). When asked for drivers they will tell you to go to the developers. When developers ask for source code Intel tells them they don't give out that information; it is Intellectual Property. [
Intel GMA 3600 or
Hey Intel, why don't you do your job? or
Ubuntu GMA 3600 driver...plus hundreds more.]
I chased down a post in one forum entitled
"Intel PowerVR GMA 3600/3650 linux driver released!" When you follow the link through Intel's website it leads to a dead end. The files are no longer there.
Quote:
The file that you are trying to download has either been moved, renamed or archived.
Before it was removed someone snagged it. I took a look and the README said it was for the 3.10 kernel. I'll look at it in depth later.
However, in the interim try the first suggested fix:
boot up Navigatrix
Code:
sudo nano /etc/default/grub
Change the line: (It's about 10 lines down)
GRUB_CMDLINE_LINUX_DEFAULT="max_loop=32 quiet splash"to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="max_loop=32 quiet splash nomodeset"
This will see if we can get it to fly on the built in support that has been there since 2009.