Linux Mint 9 is officially supported

Denis
Posts: 301
Joined: Sun Apr 26, 2009 3:24 pm

Linux Mint 9 is officially supported

Post by Denis »

Hi all,
Linux Mint 9 Isadora is officially supported. It`s LTS (Long Term Support) release, similar to Ubuntu 10.04.

There is a new graphic driver available - EMGD Intel® Embedded Media and Graphics Driver. In comparison with previous IEGD drivers:
- Better 2D, 3D (Visual Effects) support.
- Suspend/Resume working.

In comparison with PSB drivers:
- Xv video playback works fine.

Prepare installation media
- You can use USB CD-ROM Drive or USB Flash drive (disk-on-key) as installation media.
- Download Linux Mint 9 "Isadora" - Gnome CD (32-bit).
- If you are using USB CD-ROM - burn downloaded image directly on CD.
- If you are using USB Flash drive, 1GB would be enough, use "Startup Disk Creator" utility to create LiveUSB.

Installation of generic Linux Mint 9
- Standard Linux Mint installation - choose timezone, partitions, username, password etc.
- Unplug USB CD-ROM / USB Flash drive and reboot
- Login using previously selected username and password

Required system changes
- Add the following lines to /etc/apt/sources.list

Code: Select all

## Repository for fit-PC2 users provided by Compulab
deb http://fit-pc2.com/download/ubuntu/dists/lucid binary/
deb-src http://fit-pc2.com/download/ubuntu/dists/lucid source/
- Refresh update manager

Code: Select all

sudo apt-get update
- Install kernel image, kernel headers, graphic drivers and media player for HD playback:

Code: Select all

sudo apt-get install linux-image-2.6.35-34-fitpc2 linux-headers-2.6.35-34-fitpc2 xserver-xorg-video-poulsbo mplayer-vaapi mplayer-skins
- Remove generic image and sources that are not fully compatible with fit-PC2.

Code: Select all

sudo apt-get purge linux-generic linux-image-generic linux-headers-generic linux-image-$(uname -r) linux-headers-$(uname -r) && sudo apt-get autoremove
- Restart fit-PC2

Linux Mint 9 is now installed.

Known issues:
- There is no OSD/subtitles support in mplayer-vaapi.
- Visual Effects can cause buggy windows representation. Set Preferences->Appearance->Visual Effects to "None"
Compulab's Linux support

jlsail
Posts: 3
Joined: Tue Nov 24, 2009 12:21 pm

Re: Linux Mint 9 is officially supported

Post by jlsail »

Good work
New to linux so ubuntu/mint doesnt matter for me.

Followed your installation guid...worked perfect!

thanks
Johan

mgg
Posts: 4
Joined: Fri Dec 10, 2010 11:29 am

Re: Linux Mint 9 is officially supported

Post by mgg »

Hi all,

I am new with Linux and so my question could be stupid.
Can I also use other versions of Linux Mint "Isadora" for the installation like Linux Mint 9 "Isadora" - Gnome DVD (32-bit) ?

Thanks!

jens
Posts: 33
Joined: Thu May 07, 2009 2:32 pm

Re: Linux Mint 9 is officially supported

Post by jens »

Thanks for making this installation available to us! I have a bit of experience
to share:

1) In order to get resolution compatible with my monitor, I had to change my xorg.conf so the "Screen" section became:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
DefaultDepth 24
EndSection

2) compiz messes up my screen, so I removed it completely:
Ctrl+Alt+F1
login as user
sudo stop gdm
sudo apt-get remove compiz*

3) In a terminal I ran
gconftool-2 --set /apps/metacity/general/reduced_resources --type bool true
gconftool-2 --set /desktop/gnome/interface/enable_animations --type bool false

After these change I am very happy running mint on my fitpc2 rev. 1.21

manoka
Posts: 68
Joined: Wed Jun 02, 2010 9:08 am

Re: Linux Mint 9 is officially supported

Post by manoka »

Denis wrote:

"Required system changes
- Add the following lines to /etc/apt/sources.list
Code:
## Repository for fit-PC2 users provided by Compulab
deb http://fit-pc2.com/download/ubuntu/dists/lucid binary/
deb-src http://fit-pc2.com/download/ubuntu/dists/lucid source/
"


As I'm looking for "/etc/apt/sources.list", I'm getting this message:

"E: Unable to locate package /etc/apt/sources.list
Files:
Package `/etc/apt/sources.list' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
"

So what exactly should be done to add the code, i.e. the code needs to be added where, and how can I get there?

In the mean time I already did the update.
Is it absolutely necessary to update after adding the code above?

Audio still doesn't work.

lucian
Posts: 43
Joined: Tue Oct 20, 2009 9:23 pm

Re: Linux Mint 9 is officially supported

Post by lucian »

does this new driver from intel works with hyperthreading on ?

Denis
Posts: 301
Joined: Sun Apr 26, 2009 3:24 pm

Re: Linux Mint 9 is officially supported

Post by Denis »

does this new driver from intel works with hyperthreading on?
Yes, EMGD drivers working with hyperthreading enabled, at least still we have not found any issues with it.
Compulab's Linux support

Koen
Posts: 2
Joined: Sun Dec 12, 2010 7:29 pm

Re: Linux Mint 9 is officially supported

Post by Koen »

What has changed in the Lucid fitpc2 kernel update from December 30th? I.e. the update from .1 to .2?

Denis
Posts: 301
Joined: Sun Apr 26, 2009 3:24 pm

Re: Linux Mint 9 is officially supported

Post by Denis »

From .1 to .2 fixed Ralink rt3070 firmware.
Compulab's Linux support

manoka
Posts: 68
Joined: Wed Jun 02, 2010 9:08 am

Re: Linux Mint 9 is officially supported

Post by manoka »

jens wrote:Thanks for making this installation available to us! I have a bit of experience
to share:

1) In order to get resolution compatible with my monitor, I had to change my xorg.conf so the "Screen" section became:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
DefaultDepth 24
EndSection

2) compiz messes up my screen, so I removed it completely:
Ctrl+Alt+F1
login as user
sudo stop gdm
sudo apt-get remove compiz*

3) In a terminal I ran
gconftool-2 --set /apps/metacity/general/reduced_resources --type bool true
gconftool-2 --set /desktop/gnome/interface/enable_animations --type bool false

After these change I am very happy running mint on my fitpc2 rev. 1.21
Many thanks jens!

I wouldn't have been able to use the browser without your advice "2)".

I don't know how to program "1)" and "3)", nor whether I need to.
But for now it appears that everything is working just fine - finally!!! - except for the speed of my recently upgraded internet connection (Vodafone mobile), which now should be up to 4,0Mbps, but I usually still get less than 50Kbps (pretty much the same as before the upgrade).

Gratefully
manoka

Post Reply

Return to “Linux Mint”